Pages:
Author

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

newbie
Activity: 70
Merit: 0
I hear that something live again after near the dead will alive for long time after. Hơp the best for BBR
newbie
Activity: 84
Merit: 0
There are 36 balances, but sending more than 1bbr will prompt an error!“Failed to send transaction:transaction is too big”
The balance of 10000BBR, sending more than 500BBR, will also suggest this error!

Simpy quoted, you have an error in wallet. Delete all parts except wallet. Find them in C:\users\your name\appdata\roaming\boolb\ directory, re-sync wallet,

+

http://boolberry.org/howto.html#rebuild_wallet_datafile

Be careful not to delete :

wallet keys file, that called "my_wallet.bbr.keys". Very important, better to keep backup of this file, and if you lost this file - you'll spend you coins.
newbie
Activity: 52
Merit: 0
There are 36 balances, but sending more than 1bbr will prompt an error!“Failed to send transaction:transaction is too big”
The balance of 10000BBR, sending more than 500BBR, will also suggest this error!
legendary
Activity: 3164
Merit: 1003
@crypto_zoidberg

The new wallet is lightning fast....wow.  Smiley

EDIT:I'm trying it out on my rig...then I'm going to delete it once it syncs.
         I tried to crash the wallet and it still worked great. When closing the wallet on de-initializing...I closed it abruptly by using resource monitor and opened again. It started loading the blockchain from the beginning no problem. Really lightning fast cli. Nice work. Smiley


Thanks for the response, but stress tests need for daemon which you have to build from sources on this branch: https://github.com/cryptozoidberg/boolberry/tree/lmdb_core.
We didn't build GUI wallet binaries yet on this branch just to avoid unexperienced users have issues or confusion.
Sorry if i explained it the wrong way.

How to build daemon on linux(works for ubuntu 14.04,16.04):
Code:
sudo apt-get update
sudo apt-get install build-essential g++ python-dev autotools-dev libicu-dev build-essential libbz2-dev cmake git libboost-all-dev screen
git clone https://github.com/cryptozoidberg/boolberry.git
cd boolberry
git checkout lmdb_core
mkdir build
cd build
cmake ..
make -j daemon
And then run it:
Code:
src/boolbd

Zoidberg
Ok thx.  I have windows and don't know how to build a wallet from source code. Sorry. Smiley
sr. member
Activity: 505
Merit: 250
Activist Investor
It's good to see this project alive again. Hopefully, it can challenge Monero's dominance in 2018.

Following closely

I'm invested in a few other cryptonote underdogs, some of which are new issuances

Maybe I'll make a new coinmarketcap just for cryptonote-derived coins, to show Monero dominance %
hero member
Activity: 988
Merit: 1000
It's good to see this project alive again. Hopefully, it can challenge Monero's dominance in 2018.

Following closely
hero member
Activity: 976
Merit: 646

How to build daemon on linux(works for ubuntu 14.04,16.04):
Code:
sudo apt-get update
sudo apt-get install build-essential g++ python-dev autotools-dev libicu-dev build-essential libbz2-dev cmake git libboost-all-dev screen
git clone https://github.com/cryptozoidberg/boolberry.git
cd boolberry
mkdir build
cd build
cmake ..
make -j daemon
And then run it:
Code:
src/boolbd

In this case, I think you'll need
Code:
git checkout lmdb_core
after the "cd boolberry" part, to get the correct branch for testing.

Corrected, thank you for noticing it!


Zoidberg
newbie
Activity: 49
Merit: 0
this looks awesome, just bought my stack Wink first BC at 7k sat, then DRK, then XC. if this one explodes aswell call me the luckiest guy ever, because i'm the worst daytrader ever Cheesy funny how much you can squeeze out of 1BTC in ~3 months
sr. member
Activity: 519
Merit: 252
555

How to build daemon on linux(works for ubuntu 14.04,16.04):
Code:
sudo apt-get update
sudo apt-get install build-essential g++ python-dev autotools-dev libicu-dev build-essential libbz2-dev cmake git libboost-all-dev screen
git clone https://github.com/cryptozoidberg/boolberry.git
cd boolberry
mkdir build
cd build
cmake ..
make -j daemon
And then run it:
Code:
src/boolbd

In this case, I think you'll need
Code:
git checkout lmdb_core
after the "cd boolberry" part, to get the correct branch for testing.
hero member
Activity: 976
Merit: 646
@crypto_zoidberg

The new wallet is lightning fast....wow.  Smiley

EDIT:I'm trying it out on my rig...then I'm going to delete it once it syncs.
         I tried to crash the wallet and it still worked great. When closing the wallet on de-initializing...I closed it abruptly by using resource monitor and opened again. It started loading the blockchain from the beginning no problem. Really lightning fast cli. Nice work. Smiley


Thanks for the response, but stress tests need for daemon which you have to build from sources on this branch: https://github.com/cryptozoidberg/boolberry/tree/lmdb_core.
We didn't build GUI wallet binaries yet on this branch just to avoid unexperienced users have issues or confusion.
Sorry if i explained it the wrong way.

How to build daemon on linux(works for ubuntu 14.04,16.04):
Code:
sudo apt-get update
sudo apt-get install build-essential g++ python-dev autotools-dev libicu-dev build-essential libbz2-dev cmake git libboost-all-dev screen
git clone https://github.com/cryptozoidberg/boolberry.git
cd boolberry
git checkout lmdb_core
mkdir build
cd build
cmake ..
make -j daemon
And then run it:
Code:
src/boolbd

Zoidberg
sr. member
Activity: 812
Merit: 256
Hello folk!
Good news!

We starting to test branch with LMDB implementation as a very early alpha version.
You can find the branch here: https://github.com/cryptozoidberg/boolberry/tree/lmdb_core

The best way to test it is to stress daemon with interrupt/kill boolbd process and then rerun it again.
As I said, this is a very early alpha version, and we think that there still a lot of bugs.
To report a problem please open issue in ginhub: https://github.com/cryptozoidberg/boolberry/issues

Other news:
* we added few more nodes to network, later I'll put it into seed nodes list.
* we made new release with fixed bugs in wallet and facelifted GUI  https://github.com/cryptozoidberg/boolberry/releases/tag/v0.3.0.48
* wrote monthly development update https://medium.com/@BoolberryBBR/boolberry-monthly-progress-report-april-82a71f3aac94


Zoidberg

Thank you for nice good information for BBR coin! I always tracker and see all info about your project! Hope, we will successful!
legendary
Activity: 3164
Merit: 1003
@crypto_zoidberg

The new wallet is lightning fast....wow.  Smiley

EDIT:I'm trying it out on my rig...then I'm going to delete it once it syncs.
         I tried to crash the wallet and it still worked great. When closing the wallet on de-initializing...I closed it abruptly by using resource monitor and opened again. It started loading the blockchain from the beginning no problem. Really lightning fast cli. Nice work. Smiley
hero member
Activity: 976
Merit: 646
Hello folk!
Good news!

We starting to test branch with LMDB implementation as a very early alpha version.
You can find the branch here: https://github.com/cryptozoidberg/boolberry/tree/lmdb_core

The best way to test it is to stress daemon with interrupt/kill boolbd process and then rerun it again.
As I said, this is a very early alpha version, and we think that there still a lot of bugs.
To report a problem please open issue in ginhub: https://github.com/cryptozoidberg/boolberry/issues

Other news:
* we added few more nodes to network, later I'll put it into seed nodes list.
* we made new release with fixed bugs in wallet and facelifted GUI  https://github.com/cryptozoidberg/boolberry/releases/tag/v0.3.0.48
* wrote monthly development update https://medium.com/@BoolberryBBR/boolberry-monthly-progress-report-april-82a71f3aac94


Zoidberg
legendary
Activity: 3164
Merit: 1003
Could someone post or pm me the hashrate on the nvidia 1050 ti plz? Thx Smiley
member
Activity: 100
Merit: 10
Aww who moved the market? I wanted more cheap!!
sr. member
Activity: 505
Merit: 250
Activist Investor
Ah no I was still trying to accumulate more cheap Boolberry after I donated 20,000 BBR or so to b4h4mu7 a few months back!


Although I wanted to average down, I can average up, so lets keep it running! I'll put in some bigger bids and what.. worst case you sell to me? cool.
newbie
Activity: 57
Merit: 0
member
Activity: 302
Merit: 10
Nice P[ump today.  Grin
legendary
Activity: 3164
Merit: 1003
Can someone help me out, i've installed latest wallet and it does not sync.
Leave it open....it should sync. Smiley
sr. member
Activity: 261
Merit: 250
Can someone help me out, i've installed latest wallet and it does not sync.
Pages:
Jump to: