2

I have everything set up normally. My only issue is that my data directory is in C:\Users\User Name\AppData\Roaming\Bitcoin.

Normaly this is what you would want, but, if you noticed, my username has a space in it (obviously I changed it for privacy) so when I try to designate my data directory in the miner program it says the directory does not exist because the space in my username causes the directory link to break ( C:\Users\User ) instead of the full link...

Is there a way I can change where Bitcoin-Qt stores its data by default?

And no, a re-directory won't work, because it can't find the location in the first place.

Peter Mortensen
  • 394
  • 2
  • 9
Calibrumm
  • 31
  • 5

1 Answers1

3

Run bitcoin with the parameter -datadir=C:\New\Dir

E.g. create a shortcut and change "target" to "C:\Program Files (x86)\Bitcoin\bitcoin-qt.exe" -datadir=C:\BitcoinData

Nicolai
  • 1,858
  • 16
  • 14