Where is Bitcoin information (wallet.dat) stored on OS X?

22

1

Is there a wallet.dat for OSX? Where is it located?

Taken from https://github.com/bitcoin/bitcoin/issues/544

Alex Waters

Posted 2011-10-03T16:52:05.100

Reputation: 3 081

Answers

23

The Bitcoin wallet on Mac OS X is located in ~/Library/Application Support/Bitcoin/wallet.dat.


Mac OS X v10.7 (Lion) came out, and it has the ~/Library folder hidden, see the answer from chilled35 to access it with Finder.

In order to see hidden folders, such as ~/Library from Finder, simply hit shift + ⌘ (command) + G which will GO to a folder, then paste in this location:

~/Library/Application Support/Bitcoin

From there, you will see all the files associated with your wallet.

Serith

Posted 2011-10-03T16:52:05.100

Reputation: 5 220

Remember, this is the default location. If you installed Bitcoin a long time ago, you may have chosen another folder somewhere else... For example, mine was in ~/Documents/Bitcoinachedeuzot 2014-11-26T05:37:49.540

hmm I can't find this in Mountain Lion...goodguys_activate 2012-09-16T02:48:20.237

hmm, I discovered I can see it in terminal, but not in Finder.goodguys_activate 2012-09-16T02:49:50.500

7

In order to see hidden folders, such as ~/Library from Finder, simply hit shift + ⌘ (command) + G which will GO to a folder, then paste in this location:

~/Library/Application Support/Bitcoin

From there, you will see all the files associated with your wallet.

Having moved all my BTC to another location, I recovered more than 5 GB of storage space by deleting my local wallet.

chilled35

Posted 2011-10-03T16:52:05.100

Reputation: 71

-2

Take a look at ~/Library/Application Support

Jasmine Becker

Posted 2011-10-03T16:52:05.100

Reputation: 40