Bitcoin Forum
December 31, 2025, 03:52:15 PM *
News: Latest Bitcoin Core release: 30.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 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.
teknohog
Sr. Member
****
Offline Offline

Activity: 520
Merit: 253


555


View Profile WWW
October 17, 2018, 01:39:34 PM
 #9481

I renamed the build folder, and it was recreated with the new make. But with same error messages.

I've also struggled with the recent build issue, which is obviously related to zlib/gzip. This commit seems to be to blame:

https://github.com/cryptozoidberg/boolberry/commit/d1be390e63147631fa2ca16a48f74b8333c86bfb

as it builds fine when checking out the preceding version. This one looks like it bundles a copy of zlib instead of using external libraries -- I wonder why?


world famous math art | masternodes are bad, mmmkay?
Every sha(sha(sha(sha()))), every ho-o-o-old, still shines
crypto_zoidberg (OP)
Hero Member
*****
Offline Offline

Activity: 976
Merit: 646



View Profile WWW
October 17, 2018, 06:23:40 PM
 #9482


You are using very old build bro, please download the latest release https://github.com/cryptozoidberg/boolberry/releases/tag/v0.3.0.80 , it should work perfect!





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

Activity: 976
Merit: 646



View Profile WWW
October 17, 2018, 06:34:25 PM
 #9483

I renamed the build folder, and it was recreated with the new make. But with same error messages.

I've also struggled with the recent build issue, which is obviously related to zlib/gzip. This commit seems to be to blame:

https://github.com/cryptozoidberg/boolberry/commit/d1be390e63147631fa2ca16a48f74b8333c86bfb

as it builds fine when checking out the preceding version. This one looks like it bundles a copy of zlib instead of using external libraries -- I wonder why?



We'll install Ubuntu 18.04 and check this issue asap and come back to you guys with a solution. Sorry for inconvenience.


clintar2
Full Member
***
Offline Offline

Activity: 202
Merit: 104


View Profile
October 19, 2018, 08:25:15 AM
 #9484

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?
Try just doing
Code:
make daemon
and
Code:
make simplewallet
so it skips the tests that fail. Maybe
Code:
 make qt-boolbd
if you are trying to make that.
In tests/CMakeLists.txt, the ones that are failing need
Code:
zlibstatic
added to their target_link_libraries lines
dobriydimka
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile
October 19, 2018, 06:04:15 PM
 #9485

You are using very old build bro, please download the latest release https://github.com/cryptozoidberg/boolberry/releases/tag/v0.3.0.80 , it should work perfect!

"22841 blocks behind"
and no connections 2 days (((
crypto_zoidberg (OP)
Hero Member
*****
Offline Offline

Activity: 976
Merit: 646



View Profile WWW
October 19, 2018, 07:47:47 PM
 #9486

You are using very old build bro, please download the latest release https://github.com/cryptozoidberg/boolberry/releases/tag/v0.3.0.80 , it should work perfect!

"22841 blocks behind"
and no connections 2 days (((

Please try to stop it, remove p2pstate.bin file and re-run, this should help with connectivity.


dobriydimka
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile
October 19, 2018, 08:46:53 PM
 #9487

You are using very old build bro, please download the latest release https://github.com/cryptozoidberg/boolberry/releases/tag/v0.3.0.80 , it should work perfect!

"22841 blocks behind"
and no connections 2 days (((

Please try to stop it, remove p2pstate.bin file and re-run, this should help with connectivity.


Thank you. Its work!
versprichnix
Sr. Member
****
Offline Offline

Activity: 876
Merit: 291


View Profile
October 19, 2018, 10:08:47 PM
 #9488

...
Try just doing
Code:
make daemon
and
Code:
make simplewallet
so it skips the tests that fail. Maybe
Code:
 make qt-boolbd
if you are trying to make that.
In tests/CMakeLists.txt, the ones that are failing need
Code:
zlibstatic
added to their target_link_libraries lines

It's running fine now. Did change the following three lines in "tests/CMakeLists.txt":

Quote
target_link_libraries(functional_tests zlibstatic currency_core wallet common crypto upnpc-static ${CMAKE_THREAD_LIBS_INIT} ${Boost_LIBRARIES})
target_link_libraries(unit_tests zlibstatic currency_core common wallet crypto gtest_main lmdb ${CMAKE_THREAD_LIBS_INIT} ${Boost_LIBRARIES})
target_link_libraries(exchange_test zlibstatic ${CMAKE_THREAD_LIBS_INIT} ${Boost_LIBRARIES})
crypto_zoidberg (OP)
Hero Member
*****
Offline Offline

Activity: 976
Merit: 646



View Profile WWW
October 20, 2018, 02:22:06 AM
 #9489

...
Try just doing
Code:
make daemon
and
Code:
make simplewallet
so it skips the tests that fail. Maybe
Code:
 make qt-boolbd
if you are trying to make that.
In tests/CMakeLists.txt, the ones that are failing need
Code:
zlibstatic
added to their target_link_libraries lines

It's running fine now. Did change the following three lines in "tests/CMakeLists.txt":

Quote
target_link_libraries(functional_tests zlibstatic currency_core wallet common crypto upnpc-static ${CMAKE_THREAD_LIBS_INIT} ${Boost_LIBRARIES})
target_link_libraries(unit_tests zlibstatic currency_core common wallet crypto gtest_main lmdb ${CMAKE_THREAD_LIBS_INIT} ${Boost_LIBRARIES})
target_link_libraries(exchange_test zlibstatic ${CMAKE_THREAD_LIBS_INIT} ${Boost_LIBRARIES})


Thanks a lot for posting solution, we were quite busy these days, I just pushed this update which fixes the issue.
Anyone is welcome to pull-request in this situations.

 

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

Activity: 976
Merit: 646



View Profile WWW
October 20, 2018, 02:26:54 AM
 #9490

You are using very old build bro, please download the latest release https://github.com/cryptozoidberg/boolberry/releases/tag/v0.3.0.80 , it should work perfect!

"22841 blocks behind"
and no connections 2 days (((

Please try to stop it, remove p2pstate.bin file and re-run, this should help with connectivity.


Thank you. Its work!

My pleasure!

skygonga
Newbie
*
Offline Offline

Activity: 52
Merit: 0


View Profile
October 22, 2018, 07:37:20 PM
 #9491

Ravencoin's recent price increase is very big, I think BBR is better! I believe that BBR will rise!
gigabyted
Hero Member
*****
Offline Offline

Activity: 906
Merit: 500



View Profile
October 23, 2018, 02:30:40 AM
 #9492

Ravencoin's recent price increase is very big, I think BBR is better! I believe that BBR will rise!

You think?  BBR is definitely better than raven, raven would go under radar if it wasn't of those celebrities...
dwarf0
Newbie
*
Offline Offline

Activity: 49
Merit: 0


View Profile
October 28, 2018, 07:31:24 PM
 #9493

Could somebody please upload the blockchain folder with data.mdb inside. I`m running windows if it matters.
Zip it before upload please.
crypto_zoidberg (OP)
Hero Member
*****
Offline Offline

Activity: 976
Merit: 646



View Profile WWW
October 29, 2018, 05:32:39 AM
 #9494

Could somebody please upload the blockchain folder with data.mdb inside. I`m running windows if it matters.
Zip it before upload please.


We still work on GUI able to pre-download blockchain, but if you run boobd from your package it will do all the work automatically, just wait until pre-download phase is completed.
Or simply download this: http://boolberry.com/downloads/blockchain.zip


Best luck!

dwarf0
Newbie
*
Offline Offline

Activity: 49
Merit: 0


View Profile
October 29, 2018, 06:08:35 AM
 #9495

 My ISP made my connection horribly slow. Now I`m thinking about changing the ISP. I spent 2 days for getting to 200000 from 0 blocks. I did not know the file was there all the time  Cheesy . If I knew it I would complete the synchronization by this time.

 Thank you crypto_zoidberg and best luck to you too
dwarf0
Newbie
*
Offline Offline

Activity: 49
Merit: 0


View Profile
November 01, 2018, 07:43:43 AM
Last edit: November 01, 2018, 12:28:23 PM by dwarf0
 #9496

Sync process stuck at 1086236

2018-Nov-01 09:27:17.818053 [P2P4]Connecting to 207.154.240.198:10101(white=0, last_seen: d0.h0.m0.s34)...
2018-Nov-01 09:27:18.975076 [P2P7][207.154.240.198:10101 OUT]Sync data returned unknown top block: 1086236 -> 1165655 [79419 blocks (110 days) behind]

I have got several connections and huge incoming traffic but no futher movement for 2 days. I think I maybe need fresh blockchain.

.....

crypto_zoidberg , could you please refresh http://boolberry.com/downloads/blockchain.zip

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

Activity: 976
Merit: 646



View Profile WWW
November 01, 2018, 01:09:32 PM
 #9497

Sync process stuck at 1086236

2018-Nov-01 09:27:17.818053 [P2P4]Connecting to 207.154.240.198:10101(white=0, last_seen: d0.h0.m0.s34)...
2018-Nov-01 09:27:18.975076 [P2P7][207.154.240.198:10101 OUT]Sync data returned unknown top block: 1086236 -> 1165655 [79419 blocks (110 days) behind]

I have got several connections and huge incoming traffic but no futher movement for 2 days. I think I maybe need fresh blockchain.

.....

crypto_zoidberg , could you please refresh http://boolberry.com/downloads/blockchain.zip



Can you pm me log-file, i'll try to figure out why it not sync. Sorry for all these issues, and thank you for your patience!

dwarf0
Newbie
*
Offline Offline

Activity: 49
Merit: 0


View Profile
November 01, 2018, 02:27:58 PM
 #9498

User 'crypto_zoidberg' has not chosen to allow messages from newbies

Please name all the needed files and where to upload them Smiley
I`m running windows 7.
You may send all instructions to my pm.
crypto_zoidberg (OP)
Hero Member
*****
Offline Offline

Activity: 976
Merit: 646



View Profile WWW
November 01, 2018, 03:41:45 PM
 #9499

User 'crypto_zoidberg' has not chosen to allow messages from newbies

Please name all the needed files and where to upload them Smiley
I`m running windows 7.
You may send all instructions to my pm.


Mail me please to zoidberg at boolberry  c0m.
I need boolbd.log file (or Boolberry.log if you running GUI) which is located in "C:\Users\UserName\AppData\Roaming\boolb"

Thanks

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

Activity: 976
Merit: 646



View Profile WWW
November 01, 2018, 03:44:28 PM
 #9500

User 'crypto_zoidberg' has not chosen to allow messages from newbies
...
Alowed now

Pages: « 1 ... 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!