Bitcoin Forum
December 31, 2025, 04:58:09 PM *
News: Latest Bitcoin Core release: 30.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 [474] 475 476 477 478 479 480 481 482 483 484 485 486 »
  Print  
Author Topic: [BBR] Boolberry: Privacy and Security - Guaranteed Since 2014  (Read 1210843 times)
This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic.
hashappliance
Copper Member
Newbie
*
Offline Offline

Activity: 51
Merit: 0


View Profile
October 04, 2018, 06:33:17 AM
 #9461

One last thing:

In addition to twitter, we will be making announcement through our telegram channel at:

https://t.me/boolberry

(This is the best option for people that only want to be notified of important announcements)


We also have a Boolberry general chat:

https://t.me/boolberry_bbr


and a mining specific chat (for all levels!):

https://t.me/BBR_miners


Official Twitter account:

https://twitter.com/BoolberryBBR


Thank you again!


Johnny
lencor
Newbie
*
Offline Offline

Activity: 9
Merit: 0


View Profile
October 04, 2018, 12:33:36 PM
 #9462

How install wallet on ubuntu 16.04?
Molenta
Newbie
*
Offline Offline

Activity: 84
Merit: 0


View Profile
October 05, 2018, 02:18:38 PM
 #9463

Hey Johnny, being here for every update. Please update the first site on Bitcointalk. Pictures are not shown correct.
waciolk
Jr. Member
*
Offline Offline

Activity: 66
Merit: 3


View Profile
October 10, 2018, 07:00:51 PM
 #9464

Hi all, I'm interested in BitMart bounty program. I have heard that campaign is one of the most reliable one.
eneariken
Newbie
*
Offline Offline

Activity: 66
Merit: 0


View Profile
October 10, 2018, 07:07:37 PM
 #9465

Hi all, I'm interested in BitMart bounty program. I have heard that campaign is one of the most reliable one.
Look at BitMart bitmart.com you could get 20 free BMX by simply registering and win up to 20,000 BMX by simply inviting friends
avheapres
Jr. Member
*
Offline Offline

Activity: 80
Merit: 1


View Profile
October 10, 2018, 07:14:46 PM
 #9466

Hi all, I'm interested in BitMart bounty program. I have heard that campaign is one of the most reliable one.
Look at BitMart bitmart.com you could get 20 free BMX by simply registering and win up to 20,000 BMX by simply inviting friends
Sounds so appealing, I will go to bitmart.com.
concha
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
October 11, 2018, 03:39:21 AM
 #9467

git cloned fresh from master, then trying to compile on ubuntu 16.04 with cmake version 3.2.2, gcc (Ubuntu 5.4.0-6ubuntu1~16.04.10) 5.4.0 20160609, and boost Version: 1.58.0.1ubuntu1 I get:

In file included from /boolberry/contrib/epee/include/net/http_client.h:42:0,
                 from /boolberry/tests/exchange_tests/main.cpp:4:
/boolberry/contrib/epee/include/gzip_encoding.h: In constructor ‘epee::net_utils::content_encoding_gzip::content_encoding_gzip(epee::net_utils::i_target_handler*, bool, int)’:
/boolberry/contrib/epee/include/gzip_encoding.h:59:8: warning: variable ‘ret’ set but not used [-Wunused-but-set-variable]
    int ret = 0;
        ^
/boolberry/contrib/epee/include/gzip_encoding.h: In member function ‘virtual bool epee::net_utils::content_encoding_gzip::update_in(std::__cxx11::string&)’:
/boolberry/contrib/epee/include/gzip_encoding.h:172:9: warning: variable ‘res’ set but not used [-Wunused-but-set-variable]
    bool res = true;
         ^
Linking CXX executable exchange_test
/tmp/cce8Fu8j.ltrans3.ltrans.o: In function `epee::net_utils::content_encoding_gzip::~content_encoding_gzip()':
<artificial>Sad.text+0x60): undefined reference to `inflateEnd'
<artificial>Sad.text+0x6c): undefined reference to `deflateEnd'
/tmp/cce8Fu8j.ltrans3.ltrans.o: In function `epee::net_utils::content_encoding_gzip::~content_encoding_gzip() [clone .lto_priv.663]':
<artificial>Sad.text+0xd0): undefined reference to `inflateEnd'
<artificial>Sad.text+0xdc): undefined reference to `deflateEnd'
/tmp/cce8Fu8j.ltrans3.ltrans.o: In function `epee::net_utils::content_encoding_gzip::update_in(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&)':
<artificial>Sad.text+0x1913): undefined reference to `inflate'
<artificial>Sad.text+0x1bc4): undefined reference to `inflateReset'
<artificial>Sad.text+0x1bdd): undefined reference to `inflate'
<artificial>Sad.text+0x1c00): undefined reference to `inflate'
/tmp/cce8Fu8j.ltrans13.ltrans.o: In function `epee::net_utils::http::http_simple_client::analize_cached_header_and_invoke_state() [clone .constprop.6]':
<artificial>Sad.text+0xbf5): undefined reference to `inflateInit_'
<artificial>Sad.text+0xc0c): undefined reference to `deflateInit_'
<artificial>Sad.text+0xde3): undefined reference to `inflateInit2_'
<artificial>Sad.text+0xe0a): undefined reference to `deflateInit2_'
collect2: error: ld returned 1 exit status
tests/CMakeFiles/exchange_test.dir/build.make:95: recipe for target 'tests/exchange_test' failed
make[3]: *** [tests/exchange_test] Error 1
make[3]: Leaving directory '/boolberry/build/release'
CMakeFiles/Makefile2:798: recipe for target 'tests/CMakeFiles/exchange_test.dir/all' failed
make[2]: *** [tests/CMakeFiles/exchange_test.dir/all] Error 2
make[2]: Leaving directory '/boolberry/build/release'
Makefile:126: recipe for target 'all' failed
make[1]: *** [all] Error 2
make[1]: Leaving directory '/boolberry/build/release'
Makefile:20: recipe for target 'build-release' failed
make: *** [build-release] Error 2
 
skygonga
Newbie
*
Offline Offline

Activity: 52
Merit: 0


View Profile
October 11, 2018, 07:15:39 PM
 #9468

The version Boolberry-win-x64-v0.3.0.80.2e56cab is very good, the synchronization speed is fast, the efficiency is high, and the computer will not be stuck.
crypjunkie
Full Member
***
Offline Offline

Activity: 193
Merit: 100


View Profile
October 12, 2018, 04:11:13 AM
 #9469

To anyone who is d/l the new wallet please make sure to read this 1st: https://medium.com/@BoolberryBBR/boolberry-v0-3-0-80-release-notes-96cdab3a6084
hdtqisg
Sr. Member
****
Offline Offline

Activity: 714
Merit: 250


View Profile
October 16, 2018, 09:27:44 AM
 #9470

I always hope that BBR will be supported on mobile phones in the near future! Because mobile devices are devices a lot of people are using for personal and paid purposes.
versprichnix
Sr. Member
****
Offline Offline

Activity: 876
Merit: 291


View Profile
October 16, 2018, 11:41:50 AM
 #9471

Hello, compiling version 0.3.0.68 on ubuntu 18.04 was ok, the new version 0.3.0.80 cancels on linking with the following messages:

Quote
[ 70%] Linking CXX executable unit_tests
/tmp/cc8Fa5Kb.ltrans4.ltrans.o: In function `epee::net_utils::content_encoding_gzip::update_in(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&)':
<artificial>:(.text+0x19ea): undefined reference to `inflate'
<artificial>:(.text+0x1ab9): undefined reference to `inflateReset'
<artificial>:(.text+0x1ad5): undefined reference to `inflate'
<artificial>:(.text+0x1af8): undefined reference to `inflate'
/tmp/cc8Fa5Kb.ltrans4.ltrans.o: In function `epee::net_utils::content_encoding_gzip::~content_encoding_gzip()':
<artificial>:(.text+0x1e34): undefined reference to `inflateEnd'
<artificial>:(.text+0x1e40): undefined reference to `deflateEnd'
/tmp/cc8Fa5Kb.ltrans4.ltrans.o: In function `epee::net_utils::content_encoding_gzip::~content_encoding_gzip() [clone .lto_priv.2178]':
<artificial>:(.text+0x4e74): undefined reference to `inflateEnd'
<artificial>:(.text+0x4e80): undefined reference to `deflateEnd'
/tmp/cc8Fa5Kb.ltrans5.ltrans.o: In function `epee::net_utils::http::http_simple_client::analize_cached_header_and_invoke_state()':
<artificial>:(.text+0x6ecd): undefined reference to `inflateInit2_'
<artificial>:(.text+0x6efb): undefined reference to `deflateInit2_'
<artificial>:(.text+0x7a90): undefined reference to `inflateInit_'
<artificial>:(.text+0x7aad): undefined reference to `deflateInit_'
collect2: error: ld returned 1 exit status
tests/CMakeFiles/unit_tests.dir/build.make:631: recipe for target 'tests/unit_tests' failed
make[3]: *** [tests/unit_tests] Error 1
make[3]: Leaving directory '/home/bbr/opt/boolberry-0.3.0.80/build/release'
CMakeFiles/Makefile2:708: recipe for target 'tests/CMakeFiles/unit_tests.dir/all' failed
make[2]: *** [tests/CMakeFiles/unit_tests.dir/all] Error 2
make[2]: Leaving directory '/home/bbr/opt/boolberry-0.3.0.80/build/release'
Makefile:140: recipe for target 'all' failed
make[1]: *** [all] Error 2
make[1]: Leaving directory '/home/bbr/opt/boolberry-0.3.0.80/build/release'
Makefile:20: recipe for target 'build-release' failed
make: *** [build-release] Error 2

Any hint?
youretz
Member
**
Offline Offline

Activity: 126
Merit: 10


View Profile
October 16, 2018, 07:09:56 PM
 #9472

any exchange listing?
tbearhere
Legendary
*
Offline Offline

Activity: 3360
Merit: 1003



View Profile
October 16, 2018, 07:26:23 PM
 #9473

any exchange listing?

Yes.

https://coinmarketcap.com/currencies/boolberry/

https://btc-alpha.com/exchange/BBR_BTC/

https://app.stex.com/en/basic-trade/pair/BTC/BBR/1D

crypto_zoidberg (OP)
Hero Member
*****
Offline Offline

Activity: 976
Merit: 646



View Profile WWW
October 16, 2018, 08:50:56 PM
 #9474

Hello, compiling version 0.3.0.68 on ubuntu 18.04 was ok, the new version 0.3.0.80 cancels on linking with the following messages:

Quote
[ 70%] Linking CXX executable unit_tests
/tmp/cc8Fa5Kb.ltrans4.ltrans.o: In function `epee::net_utils::content_encoding_gzip::update_in(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&)':
<artificial>Sad.text+0x19ea): undefined reference to `inflate'
<artificial>Sad.text+0x1ab9): undefined reference to `inflateReset'
<artificial>Sad.text+0x1ad5): undefined reference to `inflate'
<artificial>Sad.text+0x1af8): undefined reference to `inflate'
/tmp/cc8Fa5Kb.ltrans4.ltrans.o: In function `epee::net_utils::content_encoding_gzip::~content_encoding_gzip()':
<artificial>Sad.text+0x1e34): undefined reference to `inflateEnd'
<artificial>Sad.text+0x1e40): undefined reference to `deflateEnd'
/tmp/cc8Fa5Kb.ltrans4.ltrans.o: In function `epee::net_utils::content_encoding_gzip::~content_encoding_gzip() [clone .lto_priv.2178]':
<artificial>Sad.text+0x4e74): undefined reference to `inflateEnd'
<artificial>Sad.text+0x4e80): undefined reference to `deflateEnd'
/tmp/cc8Fa5Kb.ltrans5.ltrans.o: In function `epee::net_utils::http::http_simple_client::analize_cached_header_and_invoke_state()':
<artificial>Sad.text+0x6ecd): undefined reference to `inflateInit2_'
<artificial>Sad.text+0x6efb): undefined reference to `deflateInit2_'
<artificial>Sad.text+0x7a90): undefined reference to `inflateInit_'
<artificial>Sad.text+0x7aad): undefined reference to `deflateInit_'
collect2: error: ld returned 1 exit status
tests/CMakeFiles/unit_tests.dir/build.make:631: recipe for target 'tests/unit_tests' failed
make[3]: *** [tests/unit_tests] Error 1
make[3]: Leaving directory '/home/bbr/opt/boolberry-0.3.0.80/build/release'
CMakeFiles/Makefile2:708: recipe for target 'tests/CMakeFiles/unit_tests.dir/all' failed
make[2]: *** [tests/CMakeFiles/unit_tests.dir/all] Error 2
make[2]: Leaving directory '/home/bbr/opt/boolberry-0.3.0.80/build/release'
Makefile:140: recipe for target 'all' failed
make[1]: *** [all] Error 2
make[1]: Leaving directory '/home/bbr/opt/boolberry-0.3.0.80/build/release'
Makefile:20: recipe for target 'build-release' failed
make: *** [build-release] Error 2

Any hint?

Remove build folder and re-run cmake .., that will help. We added new files, sometimes cmake need to be re-runed.


Zoidberg

dobriydimka
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile
October 16, 2018, 10:43:23 PM
 #9475

Can't deposit btc-alpha wallet warning: "Failed to send transaction: invalid address"
Could u help me?

versprichnix
Sr. Member
****
Offline Offline

Activity: 876
Merit: 291


View Profile
October 16, 2018, 11:07:03 PM
 #9476

Remove build folder and re-run cmake .., that will help. We added new files, sometimes cmake need to be re-runed.

Same errors as before. I did not use "cmake", but only "make", as described in "README.md". I don't know how to use cmake in this context. (Ubuntu 18.04.1)
crypto_zoidberg (OP)
Hero Member
*****
Offline Offline

Activity: 976
Merit: 646



View Profile WWW
October 17, 2018, 12:24:30 AM
 #9477


What build do you use? Can you send a screenshot? (in PM )


crypto_zoidberg (OP)
Hero Member
*****
Offline Offline

Activity: 976
Merit: 646



View Profile WWW
October 17, 2018, 12:26:30 AM
 #9478

Remove build folder and re-run cmake .., that will help. We added new files, sometimes cmake need to be re-runed.

Same errors as before. I did not use "cmake", but only "make", as described in "README.md". I don't know how to use cmake in this context. (Ubuntu 18.04.1)

"make" use "cmake: to generate sub-"make".

Have you removed the whole build folder and tried to make it again?


dobriydimka
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile
October 17, 2018, 06:01:16 AM
 #9479

http://i78.fastpic.ru/big/2018/1017/f0/60ef3a1e5900c8c0f4ed8394834595f0.jpg
Software version:0.3.0.44(083358b)
versprichnix
Sr. Member
****
Offline Offline

Activity: 876
Merit: 291


View Profile
October 17, 2018, 07:28:06 AM
 #9480

Remove build folder and re-run cmake .., that will help. We added new files, sometimes cmake need to be re-runed.

Same errors as before. I did not use "cmake", but only "make", as described in "README.md". I don't know how to use cmake in this context. (Ubuntu 18.04.1)

"make" use "cmake: to generate sub-"make".

Have you removed the whole build folder and tried to make it again?

I renamed the build folder, and it was recreated with the new make. But with same error messages.
Pages: « 1 ... 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 [474] 475 476 477 478 479 480 481 482 483 484 485 486 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!