Bitcoin Forum

Bitcoin => Bitcoin Technical Support => Topic started by: jibjabz on May 17, 2011, 04:20:05 AM



Title: Can't find wallet.dat
Post by: jibjabz on May 17, 2011, 04:20:05 AM
Installed the BTC client on Windows 7 the other day, I'm sure I'm doing something wrong but I can't find my wallet.dat file.

I have all files unhidden and searched my whole hard drive. I had some .cpp files show up but not my wallet.dat file. I've made transactions and everything is working fine, so I assume the file has to be there somewhere.

Any help?


Title: Re: Can't find wallet.dat
Post by: theymos on May 17, 2011, 04:47:00 AM
Go to Start -> Run (or press WinKey+R) and run this:
Code:
explorer %APPDATA%\Bitcoin


Title: Re: Can't find wallet.dat
Post by: jibjabz on May 17, 2011, 04:52:12 AM
Thanks. Don't know why this didn't show up when I searched my c drive.


Title: Re: Can't find wallet.dat
Post by: theymos on May 17, 2011, 04:55:10 AM
I think by default Windows 7 only searches indexed locations. It might also skip things in %APPDATA%, which is a hidden folder. I use Agent Ransack (http://www.mythicsoft.com/page.aspx?type=agentransack&page=home) for searching, which searches everything very quickly.


Title: Re: Can't find wallet.dat
Post by: zrataj on May 17, 2011, 01:10:02 PM
C:\Users\User\AppData\Roaming\Bitcoin

replace the "User" with your username.


Title: Re: Can't find wallet.dat
Post by: BookofNick on May 18, 2011, 08:55:38 PM
Hi, I have this same problem on my Mac. I did a search for the file "wallet.dat" and can't find anything. According to the Wiki, they should by default do to library>app support>bitcoin, but in App support, there is no Bitcoin folder. I want to back up for security purposes. Can anyone help?


Title: Re: Can't find wallet.dat
Post by: clouds on May 19, 2011, 03:09:25 AM
Hi, I have this same problem on my Mac. I did a search for the file "wallet.dat" and can't find anything. According to the Wiki, they should by default do to library>app support>bitcoin, but in App support, there is no Bitcoin folder. I want to back up for security purposes. Can anyone help?

Make sure you are looking in the "Application Support" folder within your home folder, as opposed to the other "Application Support" folder at the root level of your hard disk.

That is, the file is here:
/Users/<your-user-name>/Library/Application Support/Bitcoin/wallet.dat

NOT here:
/Library/Application Support/


Title: Re: Can't find wallet.dat
Post by: BookofNick on May 19, 2011, 05:59:25 AM
Clouds, THANKS, you were right, it was in the "other" library folder.  Problem solved.