mirror of
https://github.com/bitcoinbook/bitcoinbook
synced 2024-11-22 16:18:11 +00:00
Made changes to ch04.asciidoc
This commit is contained in:
parent
a506ea5712
commit
f3bf69023e
@ -754,6 +754,7 @@ The "ancestry" of a key is read from right to left, until you reach the master k
|
||||
[[table_4-8]]
|
||||
.HD wallet path examples
|
||||
|=======
|
||||
|HD path | Key described
|
||||
| m/0 | The first (0) child private key from the master private key (m)
|
||||
| m/0/0 | The first grandchild private key of the first child (m/0)
|
||||
| m/0'/0 | The first normal grandchild of the first _hardened_ child (m/0')
|
||||
@ -784,7 +785,6 @@ On the fourth level, "change," an HD wallet has two subtrees, one for creating r
|
||||
[options="header"]
|
||||
|=======
|
||||
|HD path | Key described
|
||||
|
||||
| M/44'/0'/0'/0/2 | The third receiving public key for the primary bitcoin account
|
||||
| M/44'/0'/3'/1/14 | The fifteenth change-address public key for the fourth bitcoin account
|
||||
| m/44'/2'/0'/0/1 | The second private key in the Litecoin main account, for signing transactions
|
||||
|
Loading…
Reference in New Issue
Block a user