Does my Bitcoin-Qt wallet backup file have "everything" I need (private key)?
I mean, is that the file I would copy and store offsite in case my house burns down? Does it have my private key encoded in there?
Does my Bitcoin-Qt wallet backup file have "everything" I need (private key)?
I mean, is that the file I would copy and store offsite in case my house burns down? Does it have my private key encoded in there?
Your bitcoin.dat file contains your private key(s) as well, however I would suggest you extract them now for the addresses that hold money (if any), if empty then it's not much of a use, unless you accept donations there or have a business set up to that address.
How to extract your private keys for addresses that hold at least some money:
Keep your bitcoin.dat on a removable media that gets stolen or you forget somewhere and your passphrase is ridiculously easy to guess, voila, your coins are gone.
On the other hand memorizing your (fat account's) key is only vulnerable to amnesia. If you can't memorize it, store it in a place that nobody knows what it is and what it's for and encrypt it with a password that you will remember.
– Dec 28 '13 at 04:26You only need to copy the wallet.dat
to backup your private-keys. Do this while Bitcoin-Qt is not running. All other information will be deduced from the blockchain once you re-import the wallet.dat
except any custom labels you have given to addresses.
Of course, if you encrypted the wallet.dat
you will also have to remember the passphrase.
wallet.dat
, but I didn't find anything that specifically explained which files it stores. Will check it out later, going to be now though.
– Murch
Dec 28 '13 at 02:43