Author

Topic: [BBR] Boolberry: Privacy and Security - Guaranteed Since 2014 - page 462. (Read 1210753 times)

sr. member
Activity: 322
Merit: 250
How does this compare against MRO specifically?
sr. member
Activity: 280
Merit: 250
Who cares?
You say the RPC API is more usable right?

Where is the documentation for it?
I hope you have extended it...

/pol/ much?
member
Activity: 71
Merit: 10
You say the RPC API is more usable right?

Where is the documentation for it?
I hope you have extended it...
full member
Activity: 210
Merit: 100
No, people are fighting over the name.  They want it changed from boolberry to something else and that is what is holding up the exchange adding I think.  I think boolberry is fine, but everyone wants the coin to sound more edgy or something. 

Haha yeah I agree. I like Boolberry, but whatever...
member
Activity: 140
Merit: 12
OMG! I found my first block! I have been solo mining this for 2 days now. If anyone is unsuccessfully mining and losing hope, just remember that someone with 250kh found a block. It is possible!

Height 4555, transaction <71de0d9a1a0b53f8c20d3f5e1d82d3338d2a6cc201f9bb4ec54e5d8f0200644d>, received 0.000002000000
Height 4555, transaction <71de0d9a1a0b53f8c20d3f5e1d82d3338d2a6cc201f9bb4ec54e5d8f0200644d>, received 0.000070000000
Height 4555, transaction <71de0d9a1a0b53f8c20d3f5e1d82d3338d2a6cc201f9bb4ec54e5d8f0200644d>, received 0.000700000000
Height 4555, transaction <71de0d9a1a0b53f8c20d3f5e1d82d3338d2a6cc201f9bb4ec54e5d8f0200644d>, received 0.040000000000
Height 4555, transaction <71de0d9a1a0b53f8c20d3f5e1d82d3338d2a6cc201f9bb4ec54e5d8f0200644d>, received 0.300000000000
Height 4555, transaction <71de0d9a1a0b53f8c20d3f5e1d82d3338d2a6cc201f9bb4ec54e5d8f0200644d>, received 7.000000000000
Height 4555, transaction <71de0d9a1a0b53f8c20d3f5e1d82d3338d2a6cc201f9bb4ec54e5d8f0200644d>, received 10.000000000000
                                                                                                                                                                   
block value: 17.340772 BBR
legendary
Activity: 1414
Merit: 1077
sr. member
Activity: 280
Merit: 250
Who cares?
Is this coin on an exchange?

No, people are fighting over the name.  They want it changed from boolberry to something else and that is what is holding up the exchange adding I think.  I think boolberry is fine, but everyone wants the coin to sound more edgy or something. 
legendary
Activity: 1414
Merit: 1077
Is this coin on an exchange?
legendary
Activity: 1176
Merit: 1015
hero member
Activity: 854
Merit: 539
i'am on Ubuntu 12.04.4 LTS


for boost tuto

did i have to do  next this step
Quote
If we want MPI then we need to set the flag in the user-config.jam file:
sr. member
Activity: 560
Merit: 250
"Trading Platform of The Future!"
trankil, which version of Ubuntu are you on?
legendary
Activity: 2142
Merit: 1131
i have install with success boost 1.55 but
when i do the make of boolberry
Quote
Boost version: 1.46.1
  Boost include path: /usr/include
  Detected version of Boost is too old.  Requested version was 1.53 (or
  newer).
  The following Boost libraries could not be found:

I would start again from scratch (erase).
Install boost 1.55 using the tutorial in my link.
Then the rest.
newbie
Activity: 40
Merit: 0
Where the transaction
hero member
Activity: 854
Merit: 539
You should be able to fix that with this command:
Quote
sudo apt-get install cmake

Agree. Install cmake.

Also you can install Boost 1.55 using this good tutorial : https://coderwall.com/p/0atfug

Then :

tmux
cd
git clone git://github.com/cryptozoidberg/boolberry.git
cd boolberry
make


i have install with success boost 1.55 but

when i do the make of boolberry


Quote
Boost version: 1.46.1

  Boost include path: /usr/include

  Detected version of Boost is too old.  Requested version was 1.53 (or
  newer).

  The following Boost libraries could not be found:

full member
Activity: 210
Merit: 100

2014-May-23 19:25:19.607554 [P2P1]ERROR /Users/dinhpham/coins/boolberry/src/currency_core/tx_pool.cpp:70[bool currency::tx_memory_pool::add_tx(const currency::transaction &, const crypto::hash &, size_t, currency::tx_verification_context &, bool)]Transaction with id= <04e2d94d23074c600ae55dfd17d27c622d537c2b312edd23f08815e6ef6c6e00> used already spent key images
2014-May-23 19:25:19.607745 [P2P1]Transaction verification failed: <04e2d94d23074c600ae55dfd17d27c622d537c2b312edd23f08815e6ef6c6e00>

Double spending?

More likely a big transaction stuck in the mempool - like Zoidberg said, it's recommended at present to limit transactions to 100 BBR each maximum, until the fix he has ready is released.
legendary
Activity: 2142
Merit: 1131
You should be able to fix that with this command:
Quote
sudo apt-get install cmake

Agree. Install cmake.

Also you can install Boost 1.55 using this good tutorial : https://coderwall.com/p/0atfug

Then :

tmux
cd
git clone git://github.com/cryptozoidberg/boolberry.git
cd boolberry
make
member
Activity: 140
Merit: 12


Quote
root@ks366536:~/boolberry# make -j
mkdir -p build/release
cd build/release && cmake -D CMAKE_BUILD_TYPE=Release ../..
/bin/sh: cmake: command not found
make: * [cmake-release] Error 127



You should be able to fix that with this command:

Quote
sudo apt-get install cmake
hero member
Activity: 854
Merit: 539
here i little guide ton install the miner on ubuntu



Boost

Quote
# Get the version of Boost that you require. This is for 1.55 but feel free to change or manually download yourself
wget -O boost_1_55_0.tar.gz http://sourceforge.net/projects/boost/files/boost/1.55.0/boost_1_55_0.tar.gz/download
tar xzvf boost_1_55_0.tar.gz
cd boost_1_55_0/
# Now we are inside the boost directory we can get the installation script and execute it.
# NOTE: READ THE SCRIPT FIRST
wget https://dl.dropbox.com/u/88131281/install_boost.sh
chmod +x install_boost.sh
./install_boost.sh
cmake

Quote
wget http://www.cmake.org/files/v2.8/cmake-2.8.3.tar.gz

tar xzf cmake-2.8.3.tar.gz
cd cmake-2.8.3
./configure --prefix=/opt/cmake
make


but when i

do cd boolberry; make -j

i have this error

Quote
root@ks366536:~/boolberry# make -j
mkdir -p build/release
cd build/release && cmake -D CMAKE_BUILD_TYPE=Release ../..
/bin/sh: cmake: command not found
make: * [cmake-release] Error 127

someone kan help me


i'am on Ubuntu 12.04.4 LTS

thanks

hero member
Activity: 976
Merit: 646
Jump to: