Hey guys, so, for the wallet, I'm just curious if it's possible for the wallet to read the blockchain out of an SD card? it seems to want it in the AppData folder, but I'd much rather have it on my SD card.
If you're on Windows you can use mlink to create a link.
mklinkJ "path" "path"
You'll need to copy the files in appdata/roaming/boolb to a dir on your SD card and rename the boolberry dir in the appdata/roaming file before running the command.
example:
mklinkJ "C:\Users\username\AppData\Roaming\boolb" "drive letter:\boolb" You must put the paths in quotations.
Where drive letter is the letter of your SD card. The naming depends on your system. It could be F:, G:, etc...
1. Copy contents of appdata/roaming boolb to a dir on SD card
2. Rename the folder appdata/roaming/boolb
3. Run the mlink command from a command prompt
4. Launch Boolberry. It will look for the blockchain in appdata/roaming but the link you created will point it to your SD card.
If my instructions are confusing you do a google search for mlink windows and find more information/instruction.