Bitcoin Forum

Other => Beginners & Help => Topic started by: advisers on March 24, 2013, 03:46:00 PM



Title: Where's the wallet.dat file? Can't find it :(
Post by: advisers on March 24, 2013, 03:46:00 PM
Hey guys, I understand that if I make a copy of my wallet.dat file I will never lose my bitcoins. Problem is that I can't find that file in my bitcoin folder. Btw, I am using the qt client.


Title: Re: Where's the wallet.dat file? Can't find it :(
Post by: jackjack on March 24, 2013, 03:47:04 PM
Linux, OSX, Windows?
Btw I'm sure the answer is on the wiki


Title: Re: Where's the wallet.dat file? Can't find it :(
Post by: ebildude123 on March 24, 2013, 03:56:40 PM
If you are using windows, it's in %AppData%/Bitcoin
In linux it‘s in ~/.bitcoin
Not sure about mac tho.


Title: Re: Where's the wallet.dat file? Can't find it :(
Post by: advisers on March 24, 2013, 04:02:51 PM
Thanks. Windows.

I'm in the bitcoin folder in appdata in windows. Can't find any wallet.dat file in it.


Title: Re: Where's the wallet.dat file? Can't find it :(
Post by: jackjack on March 24, 2013, 04:12:34 PM
I may be a hidden file


Title: Re: Where's the wallet.dat file? Can't find it :(
Post by: Vod on March 24, 2013, 04:26:59 PM
Thanks. Windows.

I'm in the bitcoin folder in appdata in windows. Can't find any wallet.dat file in it.

What version of windows?


Title: Re: Where's the wallet.dat file? Can't find it :(
Post by: advisers on March 24, 2013, 05:33:13 PM
there's a src folder and a daemon folder but I cannot find any wallet in them


Title: Re: Where's the wallet.dat file? Can't find it :(
Post by: mjc on March 24, 2013, 05:37:20 PM

Check this out.

https://en.bitcoin.it/wiki/Data_directory




Title: Re: Where's the wallet.dat file? Can't find it :(
Post by: the joint on March 24, 2013, 05:41:46 PM
Or, if you want the straight forward answer for Windows...

1)  Click the "start" tab or the windows icon on the bottom left.

2)  Type in %appdata%  including the percentage signs into the search box

3)  Open the "roaming" folder

4)  Open the "Bitcoin" folder

5)  Observe your wallet.dat contained in said "Bitcoin" folder


Title: Re: Where's the wallet.dat file? Can't find it :(
Post by: MysteryMiner on March 24, 2013, 05:47:04 PM
After You find the wallet.dat and back it up, read further.

Quote
Hey guys, I understand that if I make a copy of my wallet.dat file I will never lose my bitcoins.
This is not true. First thing is that wallet.dat initially generates 100 addresses (private keys). The wallet backup is good for some time until these addresses are used up. I suggest the wallet.dat to be backed up regularly using different file names or folders, to keep all versions of wallets organized in case of corruption.

Also the coins can be lost if someone hacks the computer and gets the wallet or private keys.


Title: Re: Where's the wallet.dat file? Can't find it :(
Post by: vnon on March 24, 2013, 06:13:20 PM
After You find the wallet.dat and back it up, read further.

Quote
Hey guys, I understand that if I make a copy of my wallet.dat file I will never lose my bitcoins.
This is not true. First thing is that wallet.dat initially generates 100 addresses (private keys). The wallet backup is good for some time until these addresses are used up. I suggest the wallet.dat to be backed up regularly using different file names or folders, to keep all versions of wallets organized in case of corruption.

Also the coins can be lost if someone hacks the computer and gets the wallet or private keys.

Exactly. Remember that if ANY of your wallet.dat copies are compromised, all your coins associated with that key are at risk, no matter how many backups you have.

Encryption+offline storage+backups seems to be pretty a good practice to me. It's also important for the system you create the key/use your wallet on to be secure as well.