19

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 ?

254123179
  • 4,566
  • 4
  • 31
  • 57
medusa
  • 1,486
  • 2
  • 12
  • 20

1 Answers1

23

The GUI has two ways to do that:

When starting the Daemon:

enter image description here

Or in the settings Page:

enter image description here

As a note: on Linux and OS-X it's: --data-dir /path/to/your/blockchain

medusa
  • 1,486
  • 2
  • 12
  • 20
  • 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
  • 1
    medusa 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