mirror of
https://github.com/bitcoinbook/bitcoinbook
synced 2025-01-11 16:20:57 +00:00
Edited ch05_wallets.adoc with Atlas code editor
This commit is contained in:
parent
194f3da74a
commit
1572b7a64c
@ -1127,7 +1127,7 @@ operate exactly((("key generation", "HD (hierarchical deterministic)", "private
|
||||
===== Extended keys
|
||||
|
||||
As
|
||||
we saw ((("key generation", "HD (hierarchical deterministic)", "extended keys", id="keygen-hd-extend")))((("HD (hierarchical deterministic) key generation", "extended keys", id="hd-keygen-extend")))((("extended keys", id="extend-key")))earlier, the key derivation function can be used to create
|
||||
we saw ((("key generation", "HD (hierarchical deterministic)", "extended keys", id="keygen-hd-extend")))((("HD (hierarchical deterministic) key generation", "extended keys", id="hd-keygen-extend")))((("extended keys", "explained", id="extend-key")))earlier, the key derivation function can be used to create
|
||||
children at any level of the tree, based on the three inputs: a key, a
|
||||
chain code, and the index of the desired child. The two essential
|
||||
ingredients are the key and chain code, and combined these are called an
|
||||
@ -1158,7 +1158,7 @@ bytes than regular addresses,
|
||||
it is also much longer than other base58check-encoded strings we have
|
||||
seen previously.
|
||||
|
||||
Here's an example of an extended _private_ key, encoded((("key generation", "HD (hierarchical deterministic)", "extended keys", startref="keygen-hd-extend")))((("HD (hierarchical deterministic) key generation", "extended keys", startref="hd-keygen-extend")))((("extended keys", startref="extend-key"))) in base58check:
|
||||
Here's an example of an extended _private_ key, encoded((("key generation", "HD (hierarchical deterministic)", "extended keys", startref="keygen-hd-extend")))((("HD (hierarchical deterministic) key generation", "extended keys", startref="hd-keygen-extend")))((("extended keys", "explained", startref="extend-key"))) in base58check:
|
||||
|
||||
----
|
||||
xprv9tyUQV64JT5qs3RSTJkXCWKMyUgoQp7F3hA1xzG6ZGu6u6Q9VMNjGr67Lctvy5P8oyaYAL9CA
|
||||
|
Loading…
Reference in New Issue
Block a user