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
c542dc1377
commit
66537f0ece
@ -55,7 +55,7 @@ created new key pairs for each transaction, producing wallet databases
|
|||||||
that could only reasonably be backed up using digital media.
|
that could only reasonably be backed up using digital media.
|
||||||
|
|
||||||
[[Type0_wallet]]
|
[[Type0_wallet]]
|
||||||
[role="width-80"]
|
[role="width-60"]
|
||||||
.Nondeterministic key generation: a collection of independently generated keys stored in a wallet database
|
.Nondeterministic key generation: a collection of independently generated keys stored in a wallet database
|
||||||
image::images/mbc3_0501.png["Non-Deterministic Wallet"]
|
image::images/mbc3_0501.png["Non-Deterministic Wallet"]
|
||||||
|
|
||||||
@ -111,6 +111,7 @@ derived separately from their corresponding private keys, making it
|
|||||||
possible to store private keys more securely than ((("wallets", "key generation", "deterministic", startref="wallet-keygen-determine")))((("key generation", "deterministic", startref="keygen-determine")))((("deterministic key generation", startref="determine-keygen")))((("hash functions", "deterministic key generation", startref="hash-determine")))public keys.
|
possible to store private keys more securely than ((("wallets", "key generation", "deterministic", startref="wallet-keygen-determine")))((("key generation", "deterministic", startref="keygen-determine")))((("deterministic key generation", startref="determine-keygen")))((("hash functions", "deterministic key generation", startref="hash-determine")))public keys.
|
||||||
|
|
||||||
[[Type1_wallet]]
|
[[Type1_wallet]]
|
||||||
|
[role="width-60"]
|
||||||
.Deterministic key generation: a deterministic sequence of keys derived from a seed for a wallet database
|
.Deterministic key generation: a deterministic sequence of keys derived from a seed for a wallet database
|
||||||
image::images/mbc3_0502.png["Deterministic Wallet"]
|
image::images/mbc3_0502.png["Deterministic Wallet"]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user