mirror of
https://github.com/bitcoinbook/bitcoinbook
synced 2025-07-25 16:08:25 +00:00
Edited ch05_wallets.adoc with Atlas code editor
This commit is contained in:
parent
f628bbc233
commit
b3d847eeaf
@ -1362,7 +1362,7 @@ branches of public keys, without exposing yourself to the risk of a
|
|||||||
leaked chain code, you should derive it from a hardened parent, rather
|
leaked chain code, you should derive it from a hardened parent, rather
|
||||||
than a normal parent. As a best practice, the level-1 children of the
|
than a normal parent. As a best practice, the level-1 children of the
|
||||||
master keys are always derived through the hardened derivation, to
|
master keys are always derived through the hardened derivation, to
|
||||||
prevent compromise of the ((("private child key derivation", "hardened derivation", startref="private-child-harden")))((("child key pair derivation", "hardened derivation", startref="child-key-pair-harden")))((("hardened child key derivation", startref="harden-child-key")))master keys.
|
prevent compromise of the master keys.
|
||||||
|
|
||||||
===== Index numbers for normal and hardened derivation
|
===== Index numbers for normal and hardened derivation
|
||||||
|
|
||||||
@ -1386,7 +1386,7 @@ wallet index i++'++, that means 2^31^+i. In regular ASCII text, the
|
|||||||
prime symbol is substituted with either a single apostrophe or the
|
prime symbol is substituted with either a single apostrophe or the
|
||||||
letter _h_. For situations, such as in output script descriptors, where
|
letter _h_. For situations, such as in output script descriptors, where
|
||||||
text may be used in a shell or other context where a single apostrophe
|
text may be used in a shell or other context where a single apostrophe
|
||||||
has special meaning, using the letter _h_ is recommended.
|
has special meaning, using the letter _h_ is ((("private child key derivation", "hardened derivation", startref="private-child-harden")))((("child key pair derivation", "hardened derivation", startref="child-key-pair-harden")))((("hardened child key derivation", startref="harden-child-key")))recommended.
|
||||||
|
|
||||||
===== HD wallet key identifier (path)
|
===== HD wallet key identifier (path)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user