Author

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

dga
hero member
Activity: 737
Merit: 511
There is no big buy wall support here..Price will down to 130K I think...

Are kidding me?

Quote
0.00160000   24201.54008983   38.72246414

How big do you want?  Cheesy


Nobody's selling to mine.  Highest bid on poloniex right now - feel free to dump to me. Smiley

Quote
0.00173590   2000   3.4718

(updated):
... and to whomever just moved their 39 BTC buy wall right on top of me, don't think I didn't see what you did there.

You have a lot more money than I do. :-) 
sr. member
Activity: 277
Merit: 250
There is no big buy wall support here..Price will down to 130K I think...

Are kidding me?

Quote
0.00160000   24201.54008983   38.72246414

How big do you want?  Cheesy
sr. member
Activity: 252
Merit: 250
There is no big buy wall support here..Price will down to 130K I think...
newbie
Activity: 48
Merit: 0
even with the belief in this technology, we took off rose-colored glasses Sad

Poetic, but what do you mean?
dga
hero member
Activity: 737
Merit: 511
Is there a profit calculator for BBR?
average BBR per day = (block reward * hashes per second * 43200) / difficulty

block reward is effectively 17 right now. difficulty is ~200 billion right now.

Shouldn't that be 86400, @surfer?  The diff already includes the targeting to a block every two minutes.

btw - a convenient shortcut for calculating this is:

  megahashes-per-second * 86.4 /  (diff in billions)

(it just cancels out the powers of ten).

So using my favorite example, a big AWS box is 1.3 mh/s:

   1.3 * 86.4 / 200 = 0.56 blocks / day.
sr. member
Activity: 560
Merit: 250
"Trading Platform of The Future!"
Is there a profit calculator for BBR?
average BBR per day = (block reward * hashes per second * 43200) / difficulty

block reward is effectively 17 right now. difficulty is ~200 billion right now.
member
Activity: 84
Merit: 10
even with the belief in this technology, we took off rose-colored glasses Sad
newbie
Activity: 48
Merit: 0
Is there a profit calculator for BBR?

There isn't even a blockexplorer yet. Give it time!
full member
Activity: 140
Merit: 100
great coin, thanks  Grin
hero member
Activity: 518
Merit: 500
Is there a profit calculator for BBR?
member
Activity: 64
Merit: 10
OK I narrowed the problem down to linker flags.

I chose the connectivity_tool binary for demonstration. Linker flags are in file /boolberry/build/release/src/CMakeFiles/connectivity_tool.dir/link.txt:
Code:
/usr/bin/c++    -std=c++11 -D_GNU_SOURCE   -Wall -Wextra -Wpointer-arith -Wundef -Wvla -Wwrite-strings -Werror -Wno-error=extra -Wno-error=deprecated-declarations -Wno-error=sign-compare -Wno-error=strict-aliasing -Wno-error=type-limits -Wno-unused-parameter -Wno-error=unused-variable -Wlogical-op -Wno-error=maybe-uninitialized -Wno-reorder -Wno-missing-field-initializers -march=native -O3 -DNDEBUG -Ofast -DNDEBUG -Wno-unused-variable -flto    CMakeFiles/connectivity_tool.dir/connectivity_tool/conn_tool.cpp.o  -o connectivity_tool -rdynamic libcurrency_core.a libcrypto.a libcommon.a -Wl,-Bstatic -lboost_system -lboost_filesystem -lboost_thread -Wl,-Bdynamic -lpthread -Wl,-Bstatic -lboost_date_time -lboost_chrono -lboost_regex -lboost_serialization -lboost_atomic -lboost_program_options -Wl,-Bdynamic -lrt

If I execute just this linker command, it gives me same errors as posted in my earlier posts.

Now I modify the command like this (took some flags from the monero build files):

Code:
/usr/bin/c++    -std=c++11 -D_GNU_SOURCE  -Wall -Wextra -Wpointer-arith -Wundef -Wvla -Wwrite-strings -Werror -Wno-error=extra -Wno-error=deprecated-declarations -Wno-error=sign-compare -Wno-error=strict-aliasing -Wno-error=type-limits -Wno-unused-parameter -Wno-error=unused-variable -Wno-error=undef -Wno-error=uninitialized -Wlogical-op -Wno-error=maybe-uninitialized -Wno-reorder -Wno-missing-field-initializers -march=native -O3 -DNDEBUG -Ofast -DNDEBUG -Wno-unused-variable -flto    CMakeFiles/connectivity_tool.dir/connectivity_tool/conn_tool.cpp.o  -o connectivity_tool -rdynamic libcurrency_core.a libcrypto.a libcommon.a -lboost_system -lboost_filesystem -lboost_thread -lboost_date_time -lboost_chrono -lboost_regex -lboost_serialization -lboost_atomic -lboost_program_options -lrt

With this command, the linker succeeds and the binary is generated correctly!  Cheesy

So there is just something messed up with linker flags, that's all.

Any idea?

(I disabled the static linking mode in order to do the comparison with monero, it is giving same errors anyway).

Edited:
http://www.diffchecker.com/p8dr5qxb
Stripping the red flags at the left fixes the process. I don't know how to change cmakelists to get rid of those flags. For now, I will just hack link.txt files manually.
legendary
Activity: 2142
Merit: 1131
Great news!
The Chinese famous platform btc38.com want to add Boolberry to their crypto-currency library. Which means BBR is more close to btc38 now.
Any suggestions for the chinese name of BBR?
For xmr, they called "门罗币".
Since bool in chinese means "布尔" and berry in chinese means "莓".
Is "布尔莓" ok for Boolberry or any other good suggestions like "数莓" etc.

Well that's a good question. Anyone speak Chinese from the BBR team ??
sr. member
Activity: 494
Merit: 250
Great news!

The Chinese famous platform btc38.com want to add Boolberry to their crypto-currency library. Which means BBR is more close to btc38 now.

Any suggestions for the chinese name of BBR?
For xmr, they called "门罗币".
Since bool in chinese means "布尔" and berry in chinese means "莓".

Is "布尔莓" ok for Boolberry or any other good suggestions like "数莓" etc.
member
Activity: 64
Merit: 10
try

git clone git://github.com/cryptozoidberg/boolberry.git
cd boolberry
./autogen.sh
./configure
make

i recommend you updating to 14.04

I am sorry, but your advise does not make sense. Boolberry uses cmake...
member
Activity: 64
Merit: 10
It seems it is a linker setup issue? But I am unable to figure it out.

Try without -flto option (RELEASE_FLAGS in file CMakeLists.txt).
make clean&&make

It did not help Sad Thanks anyway...
member
Activity: 64
Merit: 10

if you are on ubuntu 14.04
sudo apt-get install libboost1.55-all-dev

I have libboost 1.55 already installed correctly. Btw I can build monero daemon/wallet without problems. But building boolberry fails.
sr. member
Activity: 336
Merit: 250
It seems it is a linker setup issue? But I am unable to figure it out.

Try without -flto option (RELEASE_FLAGS in file CMakeLists.txt).
make clean&&make
member
Activity: 64
Merit: 10
It seems my issue is related to this:

http://stackoverflow.com/questions/17220872/linking-g-4-8-to-libstdc

So it seems it tries to link against the old libstdc++.

Any idea how I can force the build process to link against the libstdc++ coming with in the gcc 4.8 package?
legendary
Activity: 2142
Merit: 1131
/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/libboost_program_options.a(utf8_codecvt_facet.o)Sad.rodata._ZTVN5boost15program_options6detail18u
tf8_codecvt_facetE[_ZTVN5boost15program_options6detail18utf8_codecvt_facetE]+0x48): undefined reference to `std::codecvt::do_len
gth(__mbstate_t&, char const*, char const*, unsigned long) const'
collect2: error: ld returned 1
is whats making me think its down to boost but i am a novice

Follow carefully the instruction here :
https://coderwall.com/p/0atfug

install GIT :
sudo apt-get install git -y
install cmake :
sudo apt-get install cmake -y

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

sr. member
Activity: 252
Merit: 250
XMR & BBR ,Who will be the CN leader?
Jump to: