diff --git a/ch04.asciidoc b/ch04.asciidoc index d4d73f4a..5d214338 100644 --- a/ch04.asciidoc +++ b/ch04.asciidoc @@ -774,6 +774,9 @@ The third level of the tree is "account," which allows users to subdivide their On the fourth level, "change," an HD wallet has two subtrees, one for creating receiving addresses and one for creating change addresses. Note that whereas the previous levels used hardened derivation, this level uses normal derivation. This is to allow this level of the tree to export extended public keys for use in a nonsecured environment. Usable addresses are derived by the HD wallet as children of the fourth level, making the fifth level of the tree the "address_index." For example, the third receiving address for bitcoin payments in the primary account would be M/44'/0'/0'/0/2. Table 4-9 shows a few more examples. .BIP0044 HD wallet structure examples +[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