How can I set the daemon included with the GUI to sync the blockchain from a directory on a flash drive, rather than the default directory ?
Asked
Active
Viewed 2.9k times
1 Answers
23
The GUI has two ways to do that:
When starting the Daemon:
Or in the settings Page:
As a note: on Linux and OS-X it's: --data-dir /path/to/your/blockchain
-
To elaborate, you can change the file path to your desired directory. For instance, you can change it to --data-dir=C:\Monero or wherever you want to put it. Just change the part after --data-dir= – sgp Dec 26 '16 at 04:30
-
1medusa answered perfectly, however missed an important detail that the directory cannot contain spaces or it will not work. – mrmotivator Jan 25 '17 at 02:28
-
Is there a way around this spaces limitation, such as using backslashes or something? I want to move to a networked drive that is not easy to change the name to remove spaces – andrewcockerham May 25 '18 at 03:24