mirror of
https://github.com/bitcoinbook/bitcoinbook
synced 2025-01-23 14:11:00 +00:00
Edited ch05_wallets.adoc with Atlas code editor
This commit is contained in:
parent
f10f16d7cb
commit
fde40b87e2
@ -20,7 +20,7 @@ In those cases, we'll describe the various options available.
|
|||||||
|
|
||||||
=== Independent Key Generation
|
=== Independent Key Generation
|
||||||
|
|
||||||
Wallets for physical cash hold that cash,
|
Wallets ((("wallets", "key generation", "independent", id="wallet-keygen-independent")))((("key generation", "independent", id="keygen-independent")))((("independent key generation", id="independent-keygen")))for physical cash hold that cash,
|
||||||
so it's unsurprising that many people mistakenly believe that
|
so it's unsurprising that many people mistakenly believe that
|
||||||
Bitcoin wallets contain bitcoins. In fact, what many people call a
|
Bitcoin wallets contain bitcoins. In fact, what many people call a
|
||||||
Bitcoin wallet--which we call a _wallet database_ to distinguish it
|
Bitcoin wallet--which we call a _wallet database_ to distinguish it
|
||||||
@ -60,7 +60,7 @@ that could only reasonably be backed up using digital media.
|
|||||||
image::images/mbc3_0501.png["Non-Deterministic Wallet"]
|
image::images/mbc3_0501.png["Non-Deterministic Wallet"]
|
||||||
|
|
||||||
Modern wallet applications don't independently generate keys but instead
|
Modern wallet applications don't independently generate keys but instead
|
||||||
derive them from a single random seed using a repeatable (deterministic)
|
derive them from a single random seed using a ((("wallets", "key generation", "independent", startref="wallet-keygen-independent")))((("key generation", "independent", startref="keygen-independent")))((("independent key generation", startref="independent-keygen")))repeatable (deterministic)
|
||||||
algorithm.
|
algorithm.
|
||||||
|
|
||||||
==== Deterministic Key Generation
|
==== Deterministic Key Generation
|
||||||
|
Loading…
Reference in New Issue
Block a user