Bitcoin Forum
May 14, 2024, 04:29:35 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 6 7 [8] 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 »
141  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [BBR] Boolberry: Privacy and Security - Guaranteed Since 2014 on: November 28, 2018, 11:09:51 AM
Please help me. My wallet is in sync but not deposited. Updated the latest wallet





Can you send(pm or mail to zoidberg at boolbery) me log-files please and specify exact time when this happened?
Thanks and sorry for this issue.

upd: exact time i can see from screenshots.
142  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [BBR] Boolberry: Privacy and Security - Guaranteed Since 2014 on: November 05, 2018, 12:33:11 PM
Anyone have a 1050 gtx mining. Please .. what hashrate do you get. Thx.  Smiley

hashappliance can you give some numbers?


143  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [BBR] Boolberry: Privacy and Security - Guaranteed Since 2014 on: November 01, 2018, 03:44:28 PM
User 'crypto_zoidberg' has not chosen to allow messages from newbies
...
Alowed now
144  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [BBR] Boolberry: Privacy and Security - Guaranteed Since 2014 on: November 01, 2018, 03:41:45 PM
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
145  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [BBR] Boolberry: Privacy and Security - Guaranteed Since 2014 on: November 01, 2018, 01:09:32 PM
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!
146  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [BBR] Boolberry: Privacy and Security - Guaranteed Since 2014 on: October 29, 2018, 05:32:39 AM
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!
147  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [BBR] Boolberry: Privacy and Security - Guaranteed Since 2014 on: October 20, 2018, 02:26:54 AM
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!
148  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [BBR] Boolberry: Privacy and Security - Guaranteed Since 2014 on: October 20, 2018, 02:22:06 AM
...
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.

 
149  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [BBR] Boolberry: Privacy and Security - Guaranteed Since 2014 on: October 19, 2018, 07:47:47 PM
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.

150  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [BBR] Boolberry: Privacy and Security - Guaranteed Since 2014 on: October 17, 2018, 06:34:25 PM
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.

151  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [BBR] Boolberry: Privacy and Security - Guaranteed Since 2014 on: October 17, 2018, 06:23:40 PM

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!




152  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [BBR] Boolberry: Privacy and Security - Guaranteed Since 2014 on: October 17, 2018, 12:26:30 AM
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?

153  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [BBR] Boolberry: Privacy and Security - Guaranteed Since 2014 on: October 17, 2018, 12:24:30 AM

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

154  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [BBR] Boolberry: Privacy and Security - Guaranteed Since 2014 on: October 16, 2018, 08:50:56 PM
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
155  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [BBR] Boolberry: Privacy and Security - Guaranteed Since 2014 on: October 04, 2018, 01:31:40 AM
Hello friends!

As it was promised in last dev update - new release:

https://github.com/cryptozoidberg/boolberry/releases/tag/v0.3.0.80

* Massive refactoring of the synchronization protocol
* Multiple performance optimizations
* GUI integration simplified and optimised

Hope you'll like it!

156  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [BBR] Boolberry: Privacy and Security - Guaranteed Since 2014 on: August 31, 2018, 09:10:18 PM
Hi Folk!

We now started to test a bunch of optimization on synchronization speed (especially for owners of relatively old HDD, spinning ones). It led to massive protocol code changes, so we now testing everything on testnet.
If some of you got bored you can join us with this, by compiling your daemon from git hub branch "sync_optimization" and h  in the testnet-mode:

Code:
git checkout sync_optimization
cmake -D TESTNET=TRUE ..
make -j daemon
src/boolbd


Then run it and see if it finally got synchronized.
You can remove data files (from data dir  which is by default in "C:\Users\username\AppData\Roaming\boolb" on  windows machine or in /Users/roky/Library/Application Support/Boolb on mac machine on Macos) and try to resync it many times, interrupting it, power off the computer or doing something else stressful.
If you see red lines in output which started from word "Error" let me know please!

Thanks for helping us to be better! We appreciate it!

Zoidberg


157  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [BBR] Boolberry: Privacy and Security - Guaranteed Since 2014 on: August 31, 2018, 09:08:37 PM
    
Code:

    *      
    *  
    *
   ***
    *

158  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [BBR] Boolberry: Privacy and Security - Guaranteed Since 2014 on: August 20, 2018, 12:49:47 PM
I have a Mac, soon the Bittrex wallet will be closed, and all XBB coins will disappear. It's funny, huh?

If you familiar with command line, you can use simplewallet --generate-new-wallet=Some\path\no\new\file  to generate new wallet(address) without synchronizing the whole blockchain, i mean you can do synchronizing later.
Sorry for this issue, we working hard to improve performance.


 
159  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [BBR] Boolberry: Privacy and Security - Guaranteed Since 2014 on: August 18, 2018, 05:33:55 PM

Hi folk!
Good news, we just fixed the problem which was seen on some machines that were produced before 2016 year.
Had a lot of headaches before we figured out exact hardware reason of that crash. Hope new build gonna be stable:

https://github.com/cryptozoidberg/boolberry/releases/download/v0.3.0.68/Boolberry-macos-x64-v0.3.0.68.2bbd9cb.dmg

Please, in case of any problems create a ticket in our github https://github.com/cryptozoidberg/boolberry , write here or in our slack channel boolberry.slack.com

Thanks, Zoidberg
160  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [BBR] Boolberry: Privacy and Security - Guaranteed Since 2014 on: August 12, 2018, 12:24:03 PM
Hi folk!

Good news!
We released the new version and published dev update: https://medium.com/@BoolberryBBR/boolberry-monthly-progress-report-july-390264130a52

Short list of fixes:
* Fixed bug with un-relayed transactions.
* Fixed loading Broken wallet
* Fixed unfull wallet synchronization when it is restored from a seed phrase
* Performance analysis and optimizations
For more details see  monthly dev update


Zoidberg
Pages: « 1 2 3 4 5 6 7 [8] 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!