Pages:
Author

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

hero member
Activity: 976
Merit: 646
Good news!

Finally(!!) we released lmdb-based daemon and GUI wallet, everything is merged now into a master.
Sorry for the delay, we were fixing some small issues before I felt ready to make this announcement.

Now Boolberry starts much faster, but the whole synchronization process can take some time - blockchain is downloaded from the beginning.

For those who didn't read monthly dev update(link below) last news:
* we implemented new API calls for exchange and services
* we implemented Integrated Addresses feature that don't let you to forget payment_id
* GUI in wallet face-lifted and "retouched".

Link to release: https://github.com/cryptozoidberg/boolberry/releases/tag/v0.3.0.61

For more details read monthly dev update: https://medium.com/@BoolberryBBR/boolberry-monthly-progress-report-may-b65b5f7f43fd


We just released new build where was fixed the critical bug with payment_id(sometimes payment_id could not be attached to transactions).
Sorry about this issue.
New build is available here: https://github.com/cryptozoidberg/boolberry/releases/tag/v0.3.0.62


Zoidberg
hero member
Activity: 976
Merit: 646
Hi oldcoinguru, thanks you for your questions!

I'm currently using version v0.3.0.41(abcdeab).  That's what it says in the log.

What's the best way to start using the new version without having any file conflicts or overwriting any files? 
Should I just move everything to another directory and then run the latest version?  I've downloaded the latest blockchain for LMDB. 
There is no known conflicts with the files, but the advice may sound like this:
* Download http://boolberry.com/downloads/blockchain.zip
* Go to add data folder (on macos: /Users/user/Library/Application Support/boolb, on windows: C:\Users\roky\AppData\Roaming\boolb, linux: .boolb in home folder) and remove everything from there, and then copy folder blockchain extracted from archive.
* Run GUI or daemon

What about opening wallets?  Should I use the .keys file or the .bbr file? 
Will the integrated mining be similar to MBK's release?  And do MBK's releases still work. 
Thanks
Wallets are all the same as it was before the update. As well as mining, MBK's releases still work. 

Zoidberg

newbie
Activity: 52
Merit: 0
The new version of the wallet 0.3.0.61(6b056c3)  has a problem when transferring to the exchange, the payment id disappears. Yesterday sent to btc-alpha coins did not come. I started to investigate and see that there is no identifier in the transaction, although more than confident that I entered it. Today made a test translation error repeated. I recommend that you refrain from transfers from the local purse of the new version 0.3.0.61 (6b056c3)

I sent 1,000 BBR and have not yet reached the exchange. Because of lack of ID
newbie
Activity: 6
Merit: 0
The new version of the wallet 0.3.0.61(6b056c3)  has a problem when transferring to the exchange, the payment id disappears. Yesterday sent to btc-alpha coins did not come. I started to investigate and see that there is no identifier in the transaction, although more than confident that I entered it. Today made a test translation error repeated. I recommend that you refrain from transfers from the local purse of the new version 0.3.0.61 (6b056c3)
sr. member
Activity: 876
Merit: 291
I try to compile version 0.3.0.61 on an Ubuntu 18.04 or 16.04.4 version, with command "make test-release". In both cases this is the result. What am I missing.

Quote
Test project /home/bbr/opt/boolberry-0.3.0.61/build/release
      Start  1: coretests
 1/12 Test  #1: coretests ........................   Passed   33.06 sec
      Start  2: crypto
 2/12 Test  #2: crypto ...........................   Passed    9.97 sec
      Start  3: difficulty
 3/12 Test  #3: difficulty .......................   Passed    0.03 sec
      Start  4: hash-fast
 4/12 Test  #4: hash-fast ........................   Passed    0.01 sec
      Start  5: hash-slow
 5/12 Test  #5: hash-slow ........................***Failed    0.00 sec
      Start  6: hash-tree
 6/12 Test  #6: hash-tree ........................   Passed    0.00 sec
      Start  7: hash-extra-blake
 7/12 Test  #7: hash-extra-blake .................***Failed    0.00 sec
      Start  8: hash-extra-groestl
 8/12 Test  #8: hash-extra-groestl ...............***Failed    0.00 sec
      Start  9: hash-extra-jh
 9/12 Test  #9: hash-extra-jh ....................***Failed    0.00 sec
      Start 10: hash-extra-skein
10/12 Test #10: hash-extra-skein .................***Failed    0.00 sec
      Start 11: hash-target
11/12 Test #11: hash-target ......................   Passed    0.06 sec
      Start 12: unit_tests
12/12 Test #12: unit_tests .......................   Passed   13.07 sec

58% tests passed, 5 tests failed out of 12

Total Test time (real) =  56.23 sec

The following tests FAILED:
          5 - hash-slow (Failed)
          7 - hash-extra-blake (Failed)
          8 - hash-extra-groestl (Failed)
          9 - hash-extra-jh (Failed)
         10 - hash-extra-skein (Failed)
Errors while running CTest
Makefile:127: recipe for target 'test' failed
make[1]: *** [test] Error 8
make[1]: Leaving directory '/home/bbr/opt/boolberry-0.3.0.61/build/release'
Makefile:23: recipe for target 'test-release' failed
make: *** [test-release] Error 2
sr. member
Activity: 876
Merit: 291
The blockchain zipfile seems to be corrupt. Tried it two times on Ubuntu 16.04.4.

Quote
$ unzip -t blockchain.zip
Archive:  blockchain.zip
warning [blockchain.zip]:  451193683 extra bytes at beginning or within zipfile
  (attempting to process anyway)
error [blockchain.zip]:  start of central directory not found;
  zipfile corrupt.
  (please check that you have transferred or created the zipfile in the
  appropriate BINARY mode and that you have compiled UnZip properly)
full member
Activity: 202
Merit: 104
bbr.rupool .tk  daemon has been updated to version 0.3.0.61
Hi, added your pool to http://boolberry.io/en/#pools
sr. member
Activity: 876
Merit: 291
Good news!

Finally(!!) we released lmdb-based daemon and GUI wallet, everything is merged now into a master.
Sorry for the delay, we were fixing some small issues before I felt ready to make this announcement.

Now Boolberry starts much faster, but the whole synchronization process can take some time - blockchain is downloaded from the beginning.

For those who didn't read monthly dev update(link below) last news:
* we implemented new API calls for exchange and services
* we implemented Integrated Addresses feature that don't let you to forget payment_id
* GUI in wallet face-lifted and "retouched".

Link to release: https://github.com/cryptozoidberg/boolberry/releases/tag/v0.3.0.61

For more details read monthly dev update: https://medium.com/@BoolberryBBR/boolberry-monthly-progress-report-may-b65b5f7f43fd


I sent 1000BBR to btc-alpha with Boolberry-win-x64-v0.3.0.6, but the transaction did not contain an id due to a problem with the new version. Now btc-alpha still hasn't helped me find this deposit.
 Sad

Be slow! Never send a larger transaction in full size, if you have the slightest doubt. Send a fraction first. The same if you withdraw from an exchange.

For myself I run an old and new wallet version in parallel (in virtual machines), and send fractions back and forth. It's all experimental yet.
newbie
Activity: 52
Merit: 0
Good news!

Finally(!!) we released lmdb-based daemon and GUI wallet, everything is merged now into a master.
Sorry for the delay, we were fixing some small issues before I felt ready to make this announcement.

Now Boolberry starts much faster, but the whole synchronization process can take some time - blockchain is downloaded from the beginning.

For those who didn't read monthly dev update(link below) last news:
* we implemented new API calls for exchange and services
* we implemented Integrated Addresses feature that don't let you to forget payment_id
* GUI in wallet face-lifted and "retouched".

Link to release: https://github.com/cryptozoidberg/boolberry/releases/tag/v0.3.0.61

For more details read monthly dev update: https://medium.com/@BoolberryBBR/boolberry-monthly-progress-report-may-b65b5f7f43fd


I sent 1000BBR to btc-alpha with Boolberry-win-x64-v0.3.0.6, but the transaction did not contain an id due to a problem with the new version. Now btc-alpha still hasn't helped me find this deposit.
 Sad
newbie
Activity: 137
Merit: 0
I think the best times for this coin are ahead, provided that the market stabilizes in the future. and yet the price of this coin is not more than 10 dollars
full member
Activity: 176
Merit: 100
I'm currently using version v0.3.0.41(abcdeab).  That's what it says in the log.

What's the best way to start using the new version without having any file conflicts or overwriting any files?  Should I just move everything to another directory and then run the latest version?  I've downloaded the latest blockchain for LMDB.  What about opening wallets?  Should I use the .keys file or the .bbr file? 

Will the integrated mining be similar to MBK's release?  And do MBK's releases still work. 

Thanks
newbie
Activity: 19
Merit: 0
bbr.rupool .tk  daemon has been updated to version 0.3.0.61
hero member
Activity: 976
Merit: 646
Good news!

Finally(!!) we released lmdb-based daemon and GUI wallet, everything is merged now into a master.
Sorry for the delay, we were fixing some small issues before I felt ready to make this announcement.

Now Boolberry starts much faster, but the whole synchronization process can take some time - blockchain is downloaded from the beginning.

For those who didn't read monthly dev update(link below) last news:
* we implemented new API calls for exchange and services
* we implemented Integrated Addresses feature that don't let you to forget payment_id
* GUI in wallet face-lifted and "retouched".

Link to release: https://github.com/cryptozoidberg/boolberry/releases/tag/v0.3.0.61

For more details read monthly dev update: https://medium.com/@BoolberryBBR/boolberry-monthly-progress-report-may-b65b5f7f43fd

The cryptospace has changed and the market can totally accept dilution from developer's funds.
 is there a future for this coin? roadmap etc?

You can find roadmap here: https://boolberry.com/

Zoidberg
full member
Activity: 546
Merit: 122
Good news!

Finally(!!) we released lmdb-based daemon and GUI wallet, everything is merged now into a master.
Sorry for the delay, we were fixing some small issues before I felt ready to make this announcement.

Now Boolberry starts much faster, but the whole synchronization process can take some time - blockchain is downloaded from the beginning.

For those who didn't read monthly dev update(link below) last news:
* we implemented new API calls for exchange and services
* we implemented Integrated Addresses feature that don't let you to forget payment_id
* GUI in wallet face-lifted and "retouched".

Link to release: https://github.com/cryptozoidberg/boolberry/releases/tag/v0.3.0.61

For more details read monthly dev update: https://medium.com/@BoolberryBBR/boolberry-monthly-progress-report-may-b65b5f7f43fd

The cryptospace has changed and the market can totally accept dilution from developer's funds.
 is there a future for this coin? roadmap etc?
hero member
Activity: 976
Merit: 646
Hi folk!

Blockchain is available for download here: http://boolberry.com/downloads/blockchain.zip


Zoidberg
hero member
Activity: 976
Merit: 646
Could somebody provide the full blockchain data for downloading, please?

I'll share it tomorrow. Sorry for the inconvenience!

Zoidberg
sr. member
Activity: 876
Merit: 291
Could somebody provide the full blockchain data for downloading, please?
hero member
Activity: 976
Merit: 646
Good news!

Finally(!!) we released lmdb-based daemon and GUI wallet, everything is merged now into a master.
Sorry for the delay, we were fixing some small issues before I felt ready to make this announcement.

Now Boolberry starts much faster, but the whole synchronization process can take some time - blockchain is downloaded from the beginning.

For those who didn't read monthly dev update(link below) last news:
* we implemented new API calls for exchange and services
* we implemented Integrated Addresses feature that don't let you to forget payment_id
* GUI in wallet face-lifted and "retouched".

Link to release: https://github.com/cryptozoidberg/boolberry/releases/tag/v0.3.0.61

For more details read monthly dev update: https://medium.com/@BoolberryBBR/boolberry-monthly-progress-report-may-b65b5f7f43fd
newbie
Activity: 1
Merit: 0
Hey. Why can't I send BBR from my wallet? When you click Send, nothing happens.
sr. member
Activity: 854
Merit: 252
To tell the truth, it's hard to predict the price trend. As the current trend continues, prices may be pushed lower. Any major news is likely to break the bar

The fact that the project works very long is a big plus. This means that the team has long-range plans and they did not come to just take and run away with money. Development promising and with a normal composition sooner or later will come with good luck in the price.

Pages:
Jump to: