42

Where can I find the blockchain, wallet.dat, etc. on each of the operating systems Bitcoin-Qt supports?

Michael Folkson
  • 15,313
  • 3
  • 17
  • 53
Chris Moore
  • 14,825
  • 6
  • 66
  • 87

4 Answers4

51

It is the same data folder as the non-QT version of the standard client used to use:

Linux:

~/.bitcoin/

MacOS:

~/Library/Application Support/Bitcoin/

Windows:

%APPDATA%\Bitcoin

(This defaults to C:\Documents and Settings\YourUserName\Application data\Bitcoin on Windows XP and to C:\Users\YourUserName\Appdata\Roaming\Bitcoin on Windows Vista, 7, 8, and 10.)

Zamicol
  • 293
  • 1
  • 2
  • 10
ThePiachu
  • 43,091
  • 25
  • 139
  • 348
6

On the new Mac OS X you can't see the Bitcoin folder in the library under /application support/. You have to use Finder and in the menu look for GO and then GO TO type ~/Library in the box. After that you can see the Bitcoin folder under /application support/.

Or you can hold down the Option key while selecting the Go menu and Library will become an option.

Peter Mortensen
  • 394
  • 2
  • 9
Allex
  • 61
  • 1
2

On windows8, the data folder is here:

C:\Users\ ... your user name ...\AppData\Roaming\Bitcoin\

Nick ODell
  • 29,396
  • 11
  • 72
  • 130
APAL
  • 21
  • 1
2

@ThePiachu is right

Linux:

~/.bitcoin/

macOS:

~/Library/Application Support/Bitcoin/

Windows:

%APPDATA%\Bitcoin

But since there are no instructions, it may be hard for a user to find them, so I'm going to add instructions.

macOS

1) Click the Finder symbol

2) Press command (cmd) ⌘ + option (alt) ⌥ + G at the same time.

3) Paste this into the window that opens:

~/Library/Application Support/Bitcoin/

4) Press "Go"

5) That's your Bitcoin folder!

Windows

1) Choose one of your folders, and open it (we won't do anything with the folder, so it doesn't matter if it's very important for you).

2) Click the folder icon next to the file location.

3) Paste the following:

%APPDATA%\Bitcoin

4) Press Enter ⏎

5) That's your Bitcoin folder!

MCCCS
  • 10,206
  • 5
  • 27
  • 56