Pages:
Author

Topic: [BBR] Boolberry: Privacy and Security - Guaranteed Since 2014 - page 7. (Read 1210696 times)

hero member
Activity: 976
Merit: 646


FYI: Zano testnet restarted with ProgPow support: https://github.com/hyle-team/zano/releases/tag/1.0.10

legendary
Activity: 3164
Merit: 1003
Its so quiet here to compare the tech behind BBR and some other chains. Feels like a joke.
BBR syncs blockchain in 2 hours and its transactions and usability is light weight, wallet is super fast (open and close) 1 sec.
Comparing it to some cains, RVN and NEBL wallets and use case (Neblio is taking its his 3rd day at 25%, Ravencoin is on his second day at 32%), open/close wallet is at 10 sec.
Its comparing horses to ferrari.
Hope BBR gets the deserved place asap and rushes through to the top, where the party begins.


I agree 100%. Why not put a link on your signature like me?  Smiley
newbie
Activity: 84
Merit: 0
Its so quiet here. Comparing the tech behind BBR and some other chains. Feels like a joke.
BBR syncs blockchain in 2 hours and its transactions and usability is light weight, wallet is super fast (open and close) 1 sec.
Comparing it to some chains, RVN and NEBL, wallets and use case (Neblio is taking its his 3rd day at 25%, Ravencoin is on his second day at 32%), open/close wallet is at 10 sec.
Feels comparing horses to ferrari.

Hope BBR gets the deserved place asap and rushes through to the top, where the party begins.
newbie
Activity: 3
Merit: 0
Test BBR pool is moving to 144.76.183.143:6000. If you use it please switch ASAP. The old address will be down soon.
hero member
Activity: 906
Merit: 500
I'll check into it!
newbie
Activity: 3
Merit: 0
Hey, guys!

As a part of Hyle team I’ve been working on a new mining pool dedicated to BBR for past months. Relying on Clintar’s repo (https://github.com/clintar/cryptonote-universal-pool) I aimed to build a module structure for future improvements. For now all the primary features are already implemented waiting to be polished and refined.

While in beta testing there are no fees and free alias registration opened. If you feel like dedicate some hash power and help this project that would be highly appreciated. Also any suggestions and thoughts are welcome. My discord AlexBo#3157

The pool is active at stratum+tcp://176.9.44.6:6000.

Since the front-end is in progress, there is temporarily opened api at 176.9.44.6:3000. Please don’t stress test it =)

http://176.9.44.6:3000/dashboard - general pool stats
http://176.9.44.6:3000/blocks - blocks statistics
http://176.9.44.6:3000/miner/
- miner statistics
http://176.9.44.6:3000/balance/
- miner confirmed balance
http://176.9.44.6:3000/tx/
- miner transactions

http://176.9.44.6:3000/alias/
/ - add alias request for the address

Source code can be found here: https://github.com/hyle-team/bbr_mining_pool

Next steps:
Web UI
Statistics refactoring
Proper multithreading
newbie
Activity: 20
Merit: 0
Hey, everyone!

New Boolberry release v0.3.0.91 is here!
https://github.com/cryptozoidberg/boolberry/releases/tag/v0.3.0.91

GUI:
  * fixed an issue with wallet's restoration using a seed phrase

CLI wallet (simplewallet):
  * --log-level option added to comply with the same daemon option;
  * --log-file option added. Now a user can override the log file name, which is simplewallet.log by default.

General:
  * few minor improvements were made for daemon RPC and P2P handshake


Boolberry team
member
Activity: 126
Merit: 10
Actual miner for bbr WildRig Multi 0.10.5 beta?
hero member
Activity: 976
Merit: 646
FYI: New binaries for new Zano testnet:

https://bitcointalksearch.org/topic/m.50022640

Could we test mining on testnet ?

Yes, sure. You can try, but GPU miner is not ready yet.
I'll work on daemon solo miner next days, or maybe niXman can do that, if he has time
hero member
Activity: 2058
Merit: 608
Online Security & Investment Corporation
hero member
Activity: 976
Merit: 646
newbie
Activity: 52
Merit: 0


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
newbie
Activity: 2
Merit: 0


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?
hero member
Activity: 976
Merit: 646
.........

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.



You are not supposed to do "make -j daemon boolbd".
Only this:
Code:
make -j daemon simplewallet 
which is equall to
Code:
make -j daemon 
make -j simplewallet
newbie
Activity: 52
Merit: 0
.........

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.

newbie
Activity: 2
Merit: 0
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

If the problem still is not solved show the output of the "gcc -v" cmd.

and "cat /proc/cpuinfo" please.
hero member
Activity: 976
Merit: 646
.........

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
newbie
Activity: 52
Merit: 0
.........

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.
hero member
Activity: 976
Merit: 646
.........

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.
Pages:
Jump to: