Tell me more ×
Bitcoin Stack Exchange is a question and answer site for Bitcoin crypto-currency enthusiasts. It's 100% free, no registration required.

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

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

share|improve this question

2 Answers

up vote 15 down vote accepted

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


EDIT: Mac OSX Lion came out and it has ~/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.

share|improve this answer
hmm I can't find this in Mountain Lion... – makerofthings7 Sep 16 '12 at 2:48
hmm, I discovered I can see it in terminal, but not in Finder. – makerofthings7 Sep 16 '12 at 2:49

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.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.