Can an old passphrase recover my bitcoins using an old backup wallet.dat file?

2

I forgot the new passphrase for my wallet.

But i previously backed up the wallet with a passphrase i do remember.

Can i then access that previously saved wallet and recover my btc ?

strider

Posted 2013-06-20T21:14:04.993

Reputation: 23

Answers

4

The passphrase is stored as part of the wallet.dat file, so yes, that should work, as long as you haven't received any payments to addresses with private keys that don't exist in the old wallet.

Note that these received payments can actually occur when you send a payment, as a hidden "change" amount is sent to an unused hidden private key which is stored in your wallet file. Your old wallet file should have had stored 100 of these generated in advance though, which means you're probably ok as long as you haven't used more than 100 private keys since your backup.

Most payments you make will use one of the pre-generated private keys, as will each receiving addresses you create.

Highly Irregular

Posted 2013-06-20T21:14:04.993

Reputation: 10 514