mirror of
https://github.com/bitcoinbook/bitcoinbook
synced 2024-11-22 16:18:11 +00:00
Edited ch05_wallets.adoc with Atlas code editor
This commit is contained in:
parent
26e21682c4
commit
055a3e75e8
@ -408,7 +408,7 @@ codes continue to be widely ((("wallets", "recovery codes", startref="wallet-rec
|
|||||||
|
|
||||||
==== Backing Up Nonkey Data
|
==== Backing Up Nonkey Data
|
||||||
|
|
||||||
The ((("wallets", "nonkey data", "backing up", id="wallet-nonkey-backups")))((("nonkey data", "backing up", id="nonkey-backups")))((("backing up", "nonkey data", id="backup-nonkey")))most important data in a wallet database is its private keys. If
|
The ((("wallets", "nonkey data, backing up", id="wallet-nonkey-backups")))((("nonkey data, backing up", id="nonkey-backups")))((("backing up", "nonkey data", id="backup-nonkey")))most important data in a wallet database is its private keys. If
|
||||||
you lose access to the private keys, you lose the ability to spend your
|
you lose access to the private keys, you lose the ability to spend your
|
||||||
bitcoins. Deterministic key derivation and recovery codes provide a
|
bitcoins. Deterministic key derivation and recovery codes provide a
|
||||||
reasonably robust solution for backing up and recovering your keys and
|
reasonably robust solution for backing up and recovering your keys and
|
||||||
@ -502,7 +502,7 @@ Later, if the original wallet database is lost, the user can enter their
|
|||||||
recovery code into the wallet application to restore their seed. The
|
recovery code into the wallet application to restore their seed. The
|
||||||
application can then retrieve the latest backup file, regenerate the
|
application can then retrieve the latest backup file, regenerate the
|
||||||
encryption key, decrypt the backup, and restore all of the user's labels
|
encryption key, decrypt the backup, and restore all of the user's labels
|
||||||
and additional ((("wallets", "nonkey data", "backing up", startref="wallet-nonkey-backups")))((("nonkey data", "backing up", startref="nonkey-backups")))((("backing up", "nonkey data", startref="backup-nonkey")))protocol data.
|
and additional ((("wallets", "nonkey data, backing up", startref="wallet-nonkey-backups")))((("nonkey data, backing up", startref="nonkey-backups")))((("backing up", "nonkey data", startref="backup-nonkey")))protocol data.
|
||||||
|
|
||||||
==== Backing Up Key Derivation Paths
|
==== Backing Up Key Derivation Paths
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user