0

In other words when I make another transaction but I only have the original backup when I restore the backup does it only show the amount from my original transaction or will it be updated to the latest transaction if I've made several transactions since my back up?

Jamin
  • 1
  • It depends on the wallet software you are using, and also whether you are using an HD wallet or not. (E.g. is your backup a mnemonic phrase, or a file containing individual private keys?) Can you add these details to your question? – Nate Eldredge Aug 24 '17 at 05:49

1 Answers1

1

You just need to backup your private key or your 12 words nothing else

The whole network keep a full backup of all your transactions

If your wallet make new bitcoin address for each transaction you need to keep a backup of your new private key as well

John Kotkin
  • 149
  • 1
  • 5
  • This answer applies to some wallet software, but certainly not everything. Please qualify what you're talking about. – Pieter Wuille Aug 25 '17 at 01:29
  • @PieterWuille No Pieter you are wrong it doesn't matter which wallet you are using you JUST need to take backup of your private key or 12 words and nothing else and when I say nothing else I really mean nothing else only private key is important and with private key you can recover your wallet and all your transactions – John Kotkin Aug 25 '17 at 06:03
  • If you have all private keys, you can recover everything. But not every wallet has just a single key or phrase that everything is derived from. Many older implementations generated new keys all the time, for example. Furthermore, your keys cannot recover unconfirmed transactions. – Pieter Wuille Aug 25 '17 at 06:40
  • @PieterWuille If your wallet is old you should stop using it immediately, normal wallets have basic features like 12 words or master private key and if your wallet doesn't follow BIPs it's not safe to use it, a normal wallet have master private key and all other private keys will be generated from the first private key – John Kotkin Aug 25 '17 at 07:17
  • bip-32 - https://github.com/bitcoin/bips/blob/master/bip-0032.mediawiki and bip-39 - https://github.com/bitcoin/bips/blob/master/bip-0039.mediawiki, if your wallet doesn't follow these you should stop using it – John Kotkin Aug 25 '17 at 07:25
  • I strongly disagree you should stop using Bitcoin Core (which only uses BIP32 if the wallet file was created after version 0.13). Also, I wrote BIP32. Please, just clarify in your answer that it depends on the wallet. – Pieter Wuille Aug 25 '17 at 07:29