mirror of
https://github.com/bitcoinbook/bitcoinbook
synced 2025-01-22 21:51:10 +00:00
Edited ch05.asciidoc with Atlas code editor
This commit is contained in:
parent
ac79bc71b9
commit
0a8e8f2536
@ -41,7 +41,7 @@ The use of nondeterministic wallets is discouraged for anything other than simpl
|
|||||||
====
|
====
|
||||||
|
|
||||||
[[Type0_wallet]]
|
[[Type0_wallet]]
|
||||||
[role="smallerseventy"]
|
[role="smallersixty"]
|
||||||
.Type-0 nondeterministic (random) wallet: a collection of randomly generated keys
|
.Type-0 nondeterministic (random) wallet: a collection of randomly generated keys
|
||||||
image::images/mbc2_0501.png["Non-Deterministic Wallet"]
|
image::images/mbc2_0501.png["Non-Deterministic Wallet"]
|
||||||
|
|
||||||
@ -50,7 +50,7 @@ image::images/mbc2_0501.png["Non-Deterministic Wallet"]
|
|||||||
((("wallets", "types of", "deterministic (seeded) wallets")))Deterministic, or "seeded," wallets are wallets that contain private keys that are all derived from a common seed, through the use of a one-way hash function. The seed is a randomly generated number that is combined with other data, such as an index number or "chain code" (see <<hd_wallets>>) to derive the private keys. In a deterministic wallet, the seed is sufficient to recover all the derived keys, and therefore a single backup at creation time is sufficient. The seed is also sufficient for a wallet export or import, allowing for easy migration of all the user's keys between different wallet implementations. <<Type1_wallet>> shows a logical diagram of a deterministic wallet.
|
((("wallets", "types of", "deterministic (seeded) wallets")))Deterministic, or "seeded," wallets are wallets that contain private keys that are all derived from a common seed, through the use of a one-way hash function. The seed is a randomly generated number that is combined with other data, such as an index number or "chain code" (see <<hd_wallets>>) to derive the private keys. In a deterministic wallet, the seed is sufficient to recover all the derived keys, and therefore a single backup at creation time is sufficient. The seed is also sufficient for a wallet export or import, allowing for easy migration of all the user's keys between different wallet implementations. <<Type1_wallet>> shows a logical diagram of a deterministic wallet.
|
||||||
|
|
||||||
[[Type1_wallet]]
|
[[Type1_wallet]]
|
||||||
[role="smallerseventy"]
|
[role="smallersixty"]
|
||||||
.Type-1 deterministic (seeded) wallet: a deterministic sequence of keys derived from a seed
|
.Type-1 deterministic (seeded) wallet: a deterministic sequence of keys derived from a seed
|
||||||
image::images/mbc2_0502.png["Deterministic Wallet"]
|
image::images/mbc2_0502.png["Deterministic Wallet"]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user