mirror of
https://github.com/bitcoin/bips.git
synced 2025-02-23 07:15:30 +01:00
clarify wallet recovery procedure
This commit is contained in:
parent
07ab320513
commit
a6f4ae5b5d
1 changed files with 3 additions and 1 deletions
|
@ -220,7 +220,9 @@ When querying a public blockchain explorer, wallets SHOULD connect to the explor
|
|||
|
||||
Previously-spendable funds will generally not be lost or become inaccessible after a recovery from a seed, but all information regarding previous outgoing payments will be lost.
|
||||
|
||||
The metadata which a wallet must store regarding the state an identity consists of:
|
||||
In order to recover received funds from a seed, the wallet must obtain every notification it has ever received to its notification address, including all spent transactions. It then re-establishes its lookahead window for each subchain by scanning every derived address sequentially until it locates a contiguous block of unused addresses of a user-specified length.
|
||||
|
||||
The metadata which a wallet must store to properly process outgoing transactions consists of:
|
||||
|
||||
# A list of every payment code to which the identity has sent a notification transaction.
|
||||
## This list is lost if a wallet must be recovered from a seed.
|
||||
|
|
Loading…
Add table
Reference in a new issue