Post
Topic
Board Announcements (Altcoins)
Re: [ANN]Cryptocurrency's killer app: disrupting web ads via RaiBlocks micropayments
by
Watsuji
on 18/03/2017, 17:34:17 UTC
Is there a way to relocate the wallet database to a different location and to get it to syn from the new location? (I want to move it to my computer's second hard drive, OS is windows)
There is no --datadir option yet. But you can make hardlink

Close wallet and make sure it's closed in Task manager --> Processes (rai_wallet.exe)
Copy entire %LOCALAPPDTA%\RaiBlocks folder to other disk
For example to disk D:
So it will be D:\RaiBlocks
Rename old folder in localappdata to something like RaiBlocks_old (kind of backup)
Open command line as administrator
type
mklink /J %LOCALAPPDATA%\RaiBlocks D:\RaiBlocks
Open wallet again

It worked, thanks Smiley