Bitcoin Forum
April 24, 2024, 06:53:50 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 415 416 417 418 419 420 421 422 423 424 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.
tbearhere
Legendary
*
Offline Offline

Activity: 3122
Merit: 1003



View Profile
May 09, 2018, 08:47:18 PM
Last edit: May 09, 2018, 10:27:56 PM by tbearhere
 #9281

@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
1713941630
Hero Member
*
Offline Offline

Posts: 1713941630

View Profile Personal Message (Offline)

Ignore
1713941630
Reply with quote  #2

1713941630
Report to moderator
1713941630
Hero Member
*
Offline Offline

Posts: 1713941630

View Profile Personal Message (Offline)

Ignore
1713941630
Reply with quote  #2

1713941630
Report to moderator
No Gods or Kings. Only Bitcoin
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713941630
Hero Member
*
Offline Offline

Posts: 1713941630

View Profile Personal Message (Offline)

Ignore
1713941630
Reply with quote  #2

1713941630
Report to moderator
mmo4me.2016
Sr. Member
****
Offline Offline

Activity: 812
Merit: 256



View Profile
May 10, 2018, 05:36:09 AM
 #9282

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

Activity: 976
Merit: 646



View Profile WWW
May 10, 2018, 11:25:32 AM
Last edit: May 10, 2018, 11:55:55 AM by crypto_zoidberg
 #9283

@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

teknohog
Sr. Member
****
Offline Offline

Activity: 519
Merit: 252


555


View Profile WWW
May 10, 2018, 11:33:28 AM
 #9284


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.

world famous math art | masternodes are bad, mmmkay?
Every sha(sha(sha(sha()))), every ho-o-o-old, still shines
binh.cao
Newbie
*
Offline Offline

Activity: 49
Merit: 0


View Profile
May 10, 2018, 11:40:28 AM
 #9285

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

Activity: 976
Merit: 646



View Profile WWW
May 10, 2018, 11:56:43 AM
 #9286


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

Mobius
Hero Member
*****
Offline Offline

Activity: 988
Merit: 1000



View Profile
May 10, 2018, 01:12:41 PM
 #9287

It's good to see this project alive again. Hopefully, it can challenge Monero's dominance in 2018.

Following closely
1blockologist
Sr. Member
****
Offline Offline

Activity: 505
Merit: 250

Activist Investor


View Profile WWW
May 10, 2018, 01:33:22 PM
 #9288

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 %

                                     
                                    ▄██
                                  ▄████
                                ▄██████
                              ▄████████
                            ▄██████████
                          ▄████████████
                        ▄██████████████
                      ▄████████████████
                    ▄██████████████████
                  ▄████████████████████
                ▄██████████████████████
▄███████████▀ ▄████████████████████████
██████████▀ ▄█████████████████████████▀
████████▀
██████▀
████▀
██▀


=
PARETO 

██
 █
██
 █
██
 █
  The first Peer to Peer Financial Content 
& Information Marketplace

██
 █
██
 █
██
 █
  JOIN THE NETWORK
         airdrops available!       

██
 █
██
 █
██
 █
              WHITEPAPER             
TELEGRAM ■■ FACEBOOK ■■ TWITTER ■■ LINKEDIN
     MEDIUM ■■ YOUTUBE ■■ GITHUB ■■ BOUNTY
tbearhere
Legendary
*
Offline Offline

Activity: 3122
Merit: 1003



View Profile
May 10, 2018, 07:01:13 PM
 #9289

@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
skygonga
Newbie
*
Offline Offline

Activity: 52
Merit: 0


View Profile
May 10, 2018, 08:27:18 PM
 #9290

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!
Molenta
Newbie
*
Offline Offline

Activity: 84
Merit: 0


View Profile
May 10, 2018, 09:29:00 PM
 #9291

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.
lieutkcb
Newbie
*
Offline Offline

Activity: 70
Merit: 0


View Profile
May 12, 2018, 09:53:41 AM
 #9292

I hear that something live again after near the dead will alive for long time after. Hơp the best for BBR
skygonga
Newbie
*
Offline Offline

Activity: 52
Merit: 0


View Profile
May 13, 2018, 10:37:28 AM
 #9293

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.

Thank you very much. I'll try it immediately!
crypto_zoidberg (OP)
Hero Member
*****
Offline Offline

Activity: 976
Merit: 646



View Profile WWW
May 13, 2018, 02:29:20 PM
 #9294

......
Ok thx.  I have windows and don't know how to build a wallet from source code. Sorry. Smiley

Then don't worry, for now just wait while we start beta testing, it will come with the binaries for all platforms, including windows.
Thank you for interest!

 
Zoidberg

tbearhere
Legendary
*
Offline Offline

Activity: 3122
Merit: 1003



View Profile
May 13, 2018, 04:29:43 PM
 #9295

Boolberry TV - Live Broadcast on YouTube - Market data & Network stats

https://www.youtube.com/channel/UCwdj-9V61p_FIYLoR2wn5Uw

Enjoy!

 Grin
Nice. Smiley  Is that BBR info on live stream 24/7 ?
Kliv73
Newbie
*
Offline Offline

Activity: 103
Merit: 0


View Profile
May 15, 2018, 06:16:20 AM
 #9296

the new wallet does not want to be closed
skygonga
Newbie
*
Offline Offline

Activity: 52
Merit: 0


View Profile
May 15, 2018, 07:17:30 AM
 #9297

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.

Thank you very much. I'll try it immediately!
re-sync wallet and delete *.bbr,The problem is still!
crypto_zoidberg (OP)
Hero Member
*****
Offline Offline

Activity: 976
Merit: 646



View Profile WWW
May 16, 2018, 03:31:50 PM
Merited by teknohog (1)
 #9298

the new wallet does not want to be closed

We just solved this problem in the branch lmdb_core, will start public beta in next days.


Zoidberg

tbearhere
Legendary
*
Offline Offline

Activity: 3122
Merit: 1003



View Profile
May 21, 2018, 07:36:02 PM
 #9299

Shhhhh its quite on this thread.  Grin


@crypto_zoidberg is the new wallet beta yet?   Thx  Smiley
hashappliance
Copper Member
Newbie
*
Offline Offline

Activity: 51
Merit: 0


View Profile
May 21, 2018, 07:41:32 PM
 #9300

Shhhhh its quite on this thread.  Grin


@crypto_zoidberg is the new wallet beta yet?   Thx  Smiley


https://github.com/cryptozoidberg/boolberry/releases/tag/v0.3.0.49
Pages: « 1 ... 415 416 417 418 419 420 421 422 423 424 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!