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,586
  • 4
  • 32
  • 58
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