2

I want to make portable client so I found with start bitcoin-qt.exe -datadir=data

But where is default data dir so I can move it there?

cnd
  • 153
  • 5
  • A closer-matching duplicate is (this question is about ***changing*** it, not just about where it is): *[Bitcoin-Qt setup: Change block-chain file location, settings? documentation?](http://bitcoin.stackexchange.com/questions/9259)* – Peter Mortensen Aug 01 '14 at 12:38
  • Asking about how to change the default storage location has been posted many, many times. The future canonical question is probably *[Bitcoin-Qt setup: Change block-chain file location, settings? documentation?](http://bitcoin.stackexchange.com/questions/9259)*. Possible duplicate of *[Bitcoin-Qt setup: Change block-chain file location, settings? documentation?](http://bitcoin.stackexchange.com/questions/9259)*. – Peter Mortensen Aug 01 '14 at 12:39

1 Answers1

4

It depends on your operating system. Read about it here.

Linux

~/.bitcoin/

Mac

~/Library/Application Support/Bitcoin/

Windows

C:\Documents and Settings\YourUserName\Application data\Bitcoin (XP)

C:\Users\YourUserName\Appdata\Roaming\Bitcoin (Vista and 7)
tim peterson
  • 165
  • 1
  • 1
  • 8
ScripterRon
  • 2,113
  • 10
  • 7