Post
Topic
Re: [BBR] Boolberry: Privacy and Security - Guaranteed Since 2014
by
sowle
on 20/08/2018, 10:40:04 UTC
Thx.. but the problem is I'm using this computer. But it seems much slower with the latest version.  Smiley
If your computer doesn't have an SSD and only has a rotating HDD, using --db-sync-mode=fast should increase synchronization speed also.
Just make sure you have Boolberry v0.3.0.68 and use this CLI option.
I tried it on the qt. but didn't work. Where do I put that command --db-sync-mode=fast ? thx
Ok, I see. Which OS do you use?
There's a couple of options on Windows. You can create a shortcut to Boolberry.exe then right click it, go to Properties/Shortcut and change Target from this:
Code:
C:\YOUR_BBR_FOLDER\Boolberry.exe
to this:
Code:
C:\YOUR_BBR_FOLDER\Boolberry.exe --db-sync-mode=fast
Then use this shortcut to start Boolberry.

Alternatively, you can open the Command Prompt, navigate to Boolberry folder and type:
Code:
Boolberry.exe --db-sync-mode=fast