Bitcoin Forum
April 25, 2024, 03:39:06 PM *
News: Latest Bitcoin Core release: 27.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 1210689 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.
versprichnix
Sr. Member
****
Offline Offline

Activity: 876
Merit: 291


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

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)
Each block is stacked on top of the previous one. Adding another block to the top makes all lower blocks more difficult to remove: there is more "weight" above each block. A transaction in a block 6 blocks deep (6 confirmations) will be very difficult to remove.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714059546
Hero Member
*
Offline Offline

Posts: 1714059546

View Profile Personal Message (Offline)

Ignore
1714059546
Reply with quote  #2

1714059546
Report to moderator
1714059546
Hero Member
*
Offline Offline

Posts: 1714059546

View Profile Personal Message (Offline)

Ignore
1714059546
Reply with quote  #2

1714059546
Report to moderator
crypto_zoidberg (OP)
Hero Member
*****
Offline Offline

Activity: 976
Merit: 646



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


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
 #9483

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
 #9484

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
 #9485

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.
teknohog
Sr. Member
****
Offline Offline

Activity: 519
Merit: 252


555


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

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
 #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!





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

Activity: 976
Merit: 646



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

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
 #9489

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
 #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 (((
crypto_zoidberg (OP)
Hero Member
*****
Offline Offline

Activity: 976
Merit: 646



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

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
 #9492

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
 #9493

...
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
 #9494

...
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
 #9495

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
 #9496

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
 #9497

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
 #9498

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
 #9499

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
 #9500

 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
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!