Search content
Sort by

Showing 20 of 52 results by skygonga
Post
Topic
Board Mining (Altcoins)
Re: BIOS modified RX5700 | how to edit timings | 10% speed increase.
by
skygonga
on 15/06/2020, 17:21:27 UTC
Thank you very much for this article.

I will try 5600xt to run 52m-eth
Post
Topic
Board Announcements (Altcoins)
Re: [BBR] Boolberry: Privacy and Security - Guaranteed Since 2014
by
skygonga
on 03/03/2019, 23:29:30 UTC


If GCC5.5:
Linking CXX executable boolbd
 lto-wrapper: fatal error: /usr/bin/c++ returned 1 exit status
compilation terminated.


Please show the output of the "cat /proc/cpuinfo" cmd.

Did I understand correctly, that using GCC-4.8.5 or GCC-4.9 on the same machine+distro you could successfully build connectivity_tool?


yes
Post
Topic
Board Announcements (Altcoins)
Re: [BBR] Boolberry: Privacy and Security - Guaranteed Since 2014
by
skygonga
on 03/03/2019, 18:51:32 UTC
.........

Updated the system and prompted a new question.
ubuntu 14.04-64   boost1.68   GCC5.5

Linking CXX executable connectivity_tool
lto1: error: bad value (knl) for -march= switch
lto-wrapper: /usr/bin/c++ returned 1 exit status
/usr/bin/ld: lto-wrapper failed
collect2: error: ld returned 1 exit status
make[3]: *** [src/connectivity_tool] Error 1
make[3]: Leaving directory `/root/boolberry/build/release'
make[2]: *** [src/CMakeFiles/connectivity_tool.dir/all] Error 2
make[2]: Leaving directory `/root/boolberry/build/release'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/root/boolberry/build/release'
make: *** [build-release] Error 2


I'll take care about this, but for now, to build daemon and wallet you can use:
make -j daemon simplewallet

This will build what you need. (If you building GUI then make -j daemon simplewallet Boolberry)
Let me know if that worked for you.



root@iZhp3a3slnxeawyllt1n1zZ:~/boolberry# make -j daemon simplewallet
make: *** No rule to make target `daemon'.  Stop.


You supposed to compile from build folder, which is "/root/boolberry/build" on your machine I guess.

Code:
cd /root/boolberry/build
make -j daemon simplewallet


Thank you very much! Successfully compiled!  (ubuntu 14.04-64   boost1.68   GCC4.85 OR GCC4.9)
[
cd boolberry-0.3.0.90/build/release/src
make -j daemon simplewallet
make -j daemon boolbd
]


If GCC5.5:
Linking CXX executable boolbd
 lto-wrapper: fatal error: /usr/bin/c++ returned 1 exit status
compilation terminated.

Post
Topic
Board Announcements (Altcoins)
Re: [BBR] Boolberry: Privacy and Security - Guaranteed Since 2014
by
skygonga
on 02/03/2019, 16:46:48 UTC
.........

Updated the system and prompted a new question.
ubuntu 14.04-64   boost1.68   GCC5.5

Linking CXX executable connectivity_tool
lto1: error: bad value (knl) for -march= switch
lto-wrapper: /usr/bin/c++ returned 1 exit status
/usr/bin/ld: lto-wrapper failed
collect2: error: ld returned 1 exit status
make[3]: *** [src/connectivity_tool] Error 1
make[3]: Leaving directory `/root/boolberry/build/release'
make[2]: *** [src/CMakeFiles/connectivity_tool.dir/all] Error 2
make[2]: Leaving directory `/root/boolberry/build/release'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/root/boolberry/build/release'
make: *** [build-release] Error 2


I'll take care about this, but for now, to build daemon and wallet you can use:
make -j daemon simplewallet

This will build what you need. (If you building GUI then make -j daemon simplewallet Boolberry)
Let me know if that worked for you.



root@iZhp3a3slnxeawyllt1n1zZ:~/boolberry# make -j daemon simplewallet
make: *** No rule to make target `daemon'.  Stop.
Post
Topic
Board Announcements (Altcoins)
Re: [BBR] Boolberry: Privacy and Security - Guaranteed Since 2014
by
skygonga
on 01/03/2019, 21:26:06 UTC
.....

Thank you!

After updating boost1.58, there are new problems in the compilation.


What problems? Can you send logs?


Prompt for new questions:
[ 51%] Building CXX object src/CMakeFiles/wallet.dir/wallet/wallet2.cpp.o
In file included from /root/boolberry/contrib/epee/include/misc_log_ex.h:54:0,
                 from /root/boolberry/contrib/epee/include/include_base_utils.h:31,
                 from /root/boolberry/src/wallet/wallet2.cpp:10:
/root/boolberry/contrib/epee/include/os_defenitions.h:34:5: warning: "_WIN32" is not defined [-Wundef]
 #if _WIN32 || _WIN64
     ^
/root/boolberry/contrib/epee/include/os_defenitions.h:34:15: warning: "_WIN64" is not defined [-Wundef]
 #if _WIN32 || _WIN64
               ^
In file included from /root/boolberry/contrib/epee/include/net/http_client.h:42:0,
                 from /root/boolberry/src/wallet/core_default_rpc_proxy.h:8,
                 from /root/boolberry/src/wallet/wallet2.h:23,
                 from /root/boolberry/src/wallet/wallet2.cpp:13:
/root/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)’:
/root/boolberry/contrib/epee/include/gzip_encoding.h:59:8: warning: variable ‘ret’ set but not used [-Wunused-but-set-variable]
    int ret = 0;
        ^
In file included from /usr/local/include/boost/integer.hpp:23:0,
                 from /usr/local/include/boost/archive/basic_binary_oprimitive.hpp:41,
                 from /usr/local/include/boost/archive/binary_oarchive_impl.hpp:22,
                 from /usr/local/include/boost/archive/binary_oarchive.hpp:21,
                 from /root/boolberry/src/wallet/wallet2.cpp:6:
/usr/local/include/boost/variant/get.hpp: In instantiation of ‘typename boost::add_reference::type boost::strict_get(const boost::variant&) [with U = const currency::txout_to_key&; T0 = currency::txout_to_script; TN = {currency::txout_to_scripthash, currency::txout_to_key}; typename boost::add_reference::type = const currency::txout_to_key&]’:
/usr/local/include/boost/variant/get.hpp:299:33:   required from ‘typename boost::add_reference::type boost::get(const boost::variant&) [with U = const currency::txout_to_key&; T0 = currency::txout_to_script; TN = {currency::txout_to_scripthash, currency::txout_to_key}; typename boost::add_reference::type = const currency::txout_to_key&]’
/root/boolberry/src/wallet/wallet2.cpp:1103:75:   required from here
/usr/local/include/boost/variant/get.hpp:229:5: error: static assertion failed: boost::variant does not contain specified type U, call to boost::get(const boost::variant&) will always throw boost::bad_get exception
     BOOST_STATIC_ASSERT_MSG(
     ^
make[3]: *** [src/CMakeFiles/wallet.dir/wallet/wallet2.cpp.o] Error 1
make[3]: Leaving directory `/root/boolberry/build/release'
make[2]: *** [src/CMakeFiles/wallet.dir/all] Error 2
make[2]: Leaving directory `/root/boolberry/build/release'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/root/boolberry/

Dear skygonga!
Can you provide which boost version are you using, which OS and which compiler?


ubuntu 14.04-64   boost1.58




Dear friend, you are using old boost version, as i told you before - you need to update to newer one, at least boost 1.64.
And you'd better update your compiler as well, default gcc on 14.04 is outdated.




Updated the system and prompted a new question.
ubuntu 14.04-64   boost1.68   GCC5.5

Linking CXX executable connectivity_tool
lto1: error: bad value (knl) for -march= switch
lto-wrapper: /usr/bin/c++ returned 1 exit status
/usr/bin/ld: lto-wrapper failed
collect2: error: ld returned 1 exit status
make[3]: *** [src/connectivity_tool] Error 1
make[3]: Leaving directory `/root/boolberry/build/release'
make[2]: *** [src/CMakeFiles/connectivity_tool.dir/all] Error 2
make[2]: Leaving directory `/root/boolberry/build/release'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/root/boolberry/build/release'
make: *** [build-release] Error 2
Post
Topic
Board Announcements (Altcoins)
Re: [BBR] Boolberry: Privacy and Security - Guaranteed Since 2014
by
skygonga
on 28/02/2019, 07:50:46 UTC
.....

Thank you!

After updating boost1.58, there are new problems in the compilation.


What problems? Can you send logs?


Prompt for new questions:
[ 51%] Building CXX object src/CMakeFiles/wallet.dir/wallet/wallet2.cpp.o
In file included from /root/boolberry/contrib/epee/include/misc_log_ex.h:54:0,
                 from /root/boolberry/contrib/epee/include/include_base_utils.h:31,
                 from /root/boolberry/src/wallet/wallet2.cpp:10:
/root/boolberry/contrib/epee/include/os_defenitions.h:34:5: warning: "_WIN32" is not defined [-Wundef]
 #if _WIN32 || _WIN64
     ^
/root/boolberry/contrib/epee/include/os_defenitions.h:34:15: warning: "_WIN64" is not defined [-Wundef]
 #if _WIN32 || _WIN64
               ^
In file included from /root/boolberry/contrib/epee/include/net/http_client.h:42:0,
                 from /root/boolberry/src/wallet/core_default_rpc_proxy.h:8,
                 from /root/boolberry/src/wallet/wallet2.h:23,
                 from /root/boolberry/src/wallet/wallet2.cpp:13:
/root/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)’:
/root/boolberry/contrib/epee/include/gzip_encoding.h:59:8: warning: variable ‘ret’ set but not used [-Wunused-but-set-variable]
    int ret = 0;
        ^
In file included from /usr/local/include/boost/integer.hpp:23:0,
                 from /usr/local/include/boost/archive/basic_binary_oprimitive.hpp:41,
                 from /usr/local/include/boost/archive/binary_oarchive_impl.hpp:22,
                 from /usr/local/include/boost/archive/binary_oarchive.hpp:21,
                 from /root/boolberry/src/wallet/wallet2.cpp:6:
/usr/local/include/boost/variant/get.hpp: In instantiation of ‘typename boost::add_reference::type boost::strict_get(const boost::variant&) [with U = const currency::txout_to_key&; T0 = currency::txout_to_script; TN = {currency::txout_to_scripthash, currency::txout_to_key}; typename boost::add_reference::type = const currency::txout_to_key&]’:
/usr/local/include/boost/variant/get.hpp:299:33:   required from ‘typename boost::add_reference::type boost::get(const boost::variant&) [with U = const currency::txout_to_key&; T0 = currency::txout_to_script; TN = {currency::txout_to_scripthash, currency::txout_to_key}; typename boost::add_reference::type = const currency::txout_to_key&]’
/root/boolberry/src/wallet/wallet2.cpp:1103:75:   required from here
/usr/local/include/boost/variant/get.hpp:229:5: error: static assertion failed: boost::variant does not contain specified type U, call to boost::get(const boost::variant&) will always throw boost::bad_get exception
     BOOST_STATIC_ASSERT_MSG(
     ^
make[3]: *** [src/CMakeFiles/wallet.dir/wallet/wallet2.cpp.o] Error 1
make[3]: Leaving directory `/root/boolberry/build/release'
make[2]: *** [src/CMakeFiles/wallet.dir/all] Error 2
make[2]: Leaving directory `/root/boolberry/build/release'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/root/boolberry/

Dear skygonga!
Can you provide which boost version are you using, which OS and which compiler?


ubuntu 14.04-64   boost1.58


Post
Topic
Board Announcements (Altcoins)
Re: [BBR] Boolberry: Privacy and Security - Guaranteed Since 2014
by
skygonga
on 27/02/2019, 10:43:35 UTC
.....

Thank you!

After updating boost1.58, there are new problems in the compilation.


What problems? Can you send logs?


Prompt for new questions:
[ 51%] Building CXX object src/CMakeFiles/wallet.dir/wallet/wallet2.cpp.o
In file included from /root/boolberry/contrib/epee/include/misc_log_ex.h:54:0,
                 from /root/boolberry/contrib/epee/include/include_base_utils.h:31,
                 from /root/boolberry/src/wallet/wallet2.cpp:10:
/root/boolberry/contrib/epee/include/os_defenitions.h:34:5: warning: "_WIN32" is not defined [-Wundef]
 #if _WIN32 || _WIN64
     ^
/root/boolberry/contrib/epee/include/os_defenitions.h:34:15: warning: "_WIN64" is not defined [-Wundef]
 #if _WIN32 || _WIN64
               ^
In file included from /root/boolberry/contrib/epee/include/net/http_client.h:42:0,
                 from /root/boolberry/src/wallet/core_default_rpc_proxy.h:8,
                 from /root/boolberry/src/wallet/wallet2.h:23,
                 from /root/boolberry/src/wallet/wallet2.cpp:13:
/root/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)’:
/root/boolberry/contrib/epee/include/gzip_encoding.h:59:8: warning: variable ‘ret’ set but not used [-Wunused-but-set-variable]
    int ret = 0;
        ^
In file included from /usr/local/include/boost/integer.hpp:23:0,
                 from /usr/local/include/boost/archive/basic_binary_oprimitive.hpp:41,
                 from /usr/local/include/boost/archive/binary_oarchive_impl.hpp:22,
                 from /usr/local/include/boost/archive/binary_oarchive.hpp:21,
                 from /root/boolberry/src/wallet/wallet2.cpp:6:
/usr/local/include/boost/variant/get.hpp: In instantiation of ‘typename boost::add_reference::type boost::strict_get(const boost::variant&) [with U = const currency::txout_to_key&; T0 = currency::txout_to_script; TN = {currency::txout_to_scripthash, currency::txout_to_key}; typename boost::add_reference::type = const currency::txout_to_key&]’:
/usr/local/include/boost/variant/get.hpp:299:33:   required from ‘typename boost::add_reference::type boost::get(const boost::variant&) [with U = const currency::txout_to_key&; T0 = currency::txout_to_script; TN = {currency::txout_to_scripthash, currency::txout_to_key}; typename boost::add_reference::type = const currency::txout_to_key&]’
/root/boolberry/src/wallet/wallet2.cpp:1103:75:   required from here
/usr/local/include/boost/variant/get.hpp:229:5: error: static assertion failed: boost::variant does not contain specified type U, call to boost::get(const boost::variant&) will always throw boost::bad_get exception
     BOOST_STATIC_ASSERT_MSG(
     ^
make[3]: *** [src/CMakeFiles/wallet.dir/wallet/wallet2.cpp.o] Error 1
make[3]: Leaving directory `/root/boolberry/build/release'
make[2]: *** [src/CMakeFiles/wallet.dir/all] Error 2
make[2]: Leaving directory `/root/boolberry/build/release'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/root/boolberry/
Post
Topic
Board Announcements (Altcoins)
Re: [BBR] Boolberry: Privacy and Security - Guaranteed Since 2014
by
skygonga
on 25/02/2019, 05:36:59 UTC
[ 51%] Building CXX object src/CMakeFiles/wallet.dir/wallet/wallet2.cpp.o
In file included from /root/boolberry/contrib/epee/include/misc_log_ex.h:54:0,
                 from /root/boolberry/contrib/epee/include/include_base_utils.h:31,
                 from /root/boolberry/src/wallet/wallet2.cpp:10:
/root/boolberry/contrib/epee/include/os_defenitions.h:34:5: warning: "_WIN32" is not defined [-Wundef]
 #if _WIN32 || _WIN64
     ^
/root/boolberry/contrib/epee/include/os_defenitions.h:34:15: warning: "_WIN64" is not defined [-Wundef]
 #if _WIN32 || _WIN64
               ^
In file included from /root/boolberry/contrib/epee/include/net/http_client.h:42:0,
                 from /root/boolberry/src/wallet/core_default_rpc_proxy.h:8,
                 from /root/boolberry/src/wallet/wallet2.h:23,
                 from /root/boolberry/src/wallet/wallet2.cpp:13:
/root/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)’:
/root/boolberry/contrib/epee/include/gzip_encoding.h:59:8: warning: variable ‘ret’ set but not used [-Wunused-but-set-variable]
    int ret = 0;
        ^
In file included from /usr/local/include/boost/integer.hpp:23:0,
                 from /usr/local/include/boost/archive/basic_binary_oprimitive.hpp:41,
                 from /usr/local/include/boost/archive/binary_oarchive_impl.hpp:22,
                 from /usr/local/include/boost/archive/binary_oarchive.hpp:21,
                 from /root/boolberry/src/wallet/wallet2.cpp:6:
/usr/local/include/boost/variant/get.hpp: In instantiation of ‘typename boost::add_reference::type boost::strict_get(const boost::variant&) [with U = const currency::txout_to_key&; T0 = currency::txout_to_script; TN = {currency::txout_to_scripthash, currency::txout_to_key}; typename boost::add_reference::type = const currency::txout_to_key&]’:
/usr/local/include/boost/variant/get.hpp:299:33:   required from ‘typename boost::add_reference::type boost::get(const boost::variant&) [with U = const currency::txout_to_key&; T0 = currency::txout_to_script; TN = {currency::txout_to_scripthash, currency::txout_to_key}; typename boost::add_reference::type = const currency::txout_to_key&]’
/root/boolberry/src/wallet/wallet2.cpp:1103:75:   required from here
/usr/local/include/boost/variant/get.hpp:229:5: error: static assertion failed: boost::variant does not contain specified type U, call to boost::get(const boost::variant&) will always throw boost::bad_get exception
     BOOST_STATIC_ASSERT_MSG(
     ^
make[3]: *** [src/CMakeFiles/wallet.dir/wallet/wallet2.cpp.o] Error 1
make[3]: Leaving directory `/root/boolberry/build/release'
make[2]: *** [src/CMakeFiles/wallet.dir/all] Error 2
make[2]: Leaving directory `/root/boolberry/build/release'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/root/boolberry/



V0.3.0.90 Compile error! The previous version can be compiled normally!
What boost version are you using? You probably have to install/build on fresh boost version.




Thank you!

After updating boost1.58, there are new problems in the compilation.


Post
Topic
Board Announcements (Altcoins)
Re: [BBR] Boolberry: Privacy and Security - Guaranteed Since 2014
by
skygonga
on 24/02/2019, 17:41:55 UTC
Linking C static library libz.a
make[3]: Leaving directory `/root/boolberry/build/release'
[ 26%] Built target zlibstatic
make[3]: Entering directory `/root/boolberry/build/release'
Scanning dependencies of target common
make[3]: Leaving directory `/root/boolberry/build/release'
make[3]: Entering directory `/root/boolberry/build/release'
[ 26%] Building CXX object src/CMakeFiles/common.dir/common/base58.cpp.o
In file included from /root/boolberry/contrib/epee/include/misc_log_ex.h:54:0,
                 from /root/boolberry/contrib/epee/include/include_base_utils.h:31,
                 from /root/boolberry/src/common/util.h:12,
                 from /root/boolberry/src/common/base58.cpp:14:
/root/boolberry/contrib/epee/include/os_defenitions.h:34:5: warning: "_WIN32" is not defined [-Wundef]
 #if _WIN32 || _WIN64
     ^
/root/boolberry/contrib/epee/include/os_defenitions.h:34:15: warning: "_WIN64" is not defined [-Wundef]
 #if _WIN32 || _WIN64
               ^
In file included from /root/boolberry/contrib/epee/include/misc_log_ex.h:63:0,
                 from /root/boolberry/contrib/epee/include/include_base_utils.h:31,
                 from /root/boolberry/src/common/util.h:12,
                 from /root/boolberry/src/common/base58.cpp:14:
/root/boolberry/contrib/epee/include/misc_os_dependent.h:114:35: fatal error: boost/core/demangle.hpp: No such file or directory
 #include
                                   ^
compilation terminated.
make[3]: *** [src/CMakeFiles/common.dir/common/base58.cpp.o] Error 1
make[3]: Leaving directory `/root/boolberry/build/release'
make[2]: *** [src/CMakeFiles/common.dir/all] Error 2
make[2]: Leaving directory `/root/boolberry/build/release'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/root/boolberry/build/release'
make: *** [build-release] Error 2
root@iZhp3a3slnxeawyllt1n1zZ:~/boolberry#




V0.3.0.90 Compile error! The previous version can be compiled normally!
Post
Topic
Board Mining (Altcoins)
Re: WildRig: new miner for Wild Keccak algo
by
skygonga
on 16/01/2019, 04:29:23 UTC
What is the best BBR driver for AMD570?
Post
Topic
Board Mining (Altcoins)
Re: WildRig: new miner for Wild Keccak algo
by
skygonga
on 16/01/2019, 03:41:49 UTC
Help!
My AMD570-4G, core 1100 memory 2000, bbr 1.7M, how can I run 2m?
You need to increase a core, also don't forget about parameters: --opencl-launch 256x32 --opencl-kernel 4

1.where can I find a list of all parameters and what they mean?
2.what is the best starting .bat for 7x GTX 1060 3GB, Windows 10, mining Boolberry?
3.how to OC the cards? More core? More mem? Thx!
1. wildrig.exe --help Smiley
2. defaul one in cuda-start.bat is fine
3. for NVIDIA mem do the trick

Thanks
Post
Topic
Board Mining (Altcoins)
Re: WildRig: new miner for Wild Keccak algo
by
skygonga
on 14/01/2019, 20:18:37 UTC
Help!
My AMD570-4G, core 1100 memory 2000, bbr 1.7M, how can I run 2m?
Post
Topic
Board Announcements (Altcoins)
Re: Zano
by
skygonga
on 30/12/2018, 15:04:06 UTC
PoW mining, AMD OR Nvidia Who better support?

Based on actual WildKeccak algo, AMD are about 25-30% more efficient than Nvidia for $ per hash. But Nvidia stays a good pick, notably for the 1080ti.
Thank you very much for your answers!
Post
Topic
Board Announcements (Altcoins)
Re: Zano
by
skygonga
on 28/12/2018, 19:06:29 UTC
PoW mining, AMD OR Nvidia Who better support?
Post
Topic
Board Announcements (Altcoins)
Re: [BBR] Boolberry: Privacy and Security - Guaranteed Since 2014
by
skygonga
on 05/12/2018, 19:01:50 UTC
failed to send transaction transaction was rejected by daemon
How can I solve this problem? Huh




In the latest case, I just deleted all the files in the AppData \ Roaming \ boolb directory. In addition to "blockchain", bbr can now be packaged, but still can't sync broadcast to the BBR blockchain.
Post
Topic
Board Announcements (Altcoins)
Re: [BBR] Boolberry: Privacy and Security - Guaranteed Since 2014
by
skygonga
on 05/12/2018, 17:09:33 UTC
Ok, what is your email?
Post
Topic
Board Announcements (Altcoins)
Re: [BBR] Boolberry: Privacy and Security - Guaranteed Since 2014
by
skygonga
on 05/12/2018, 16:00:45 UTC
failed to send transaction transaction was rejected by daemon
How can I solve this problem? Huh
Post
Topic
Board Mining (Altcoins)
Re: WildRig: new miner for Wild Keccak algo
by
skygonga
on 09/11/2018, 17:50:29 UTC
My 570 4Gb are better than my 570 8Gb, is it normal ?
Same core but higher memory frequency on 8Gb.
2.3-2.4MHs on 4Gb
1.9-2.1MHs on 8Gb
256x0 on both. Tried 384x0 on 8Gb, very few change on hashrate.

EDIT : well, it seems I have big differences between my differents x70 4Gb, and my first test was on my bests ...

Your mining speed is so fast! Can you tell me what algorithm you are mining?
Post
Topic
Board Announcements (Altcoins)
Re: [BBR] Boolberry: Privacy and Security - Guaranteed Since 2014
by
skygonga
on 22/10/2018, 19:37:20 UTC
Ravencoin's recent price increase is very big, I think BBR is better! I believe that BBR will rise!
Post
Topic
Board Announcements (Altcoins)
Re: [BBR] Boolberry: Privacy and Security - Guaranteed Since 2014
by
skygonga
on 11/10/2018, 19:15:39 UTC
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.