Bitcoin News / Bitcoin Stack Exchange - 7 years ago
How can extended public keys generate child public keys without generating the child private key in HD wallets?
There two ways to go from parent to child, non-hardened and hardened, the former allowing both (1) a parent private key -> child private key function and (2) a parent public key -> child public key function. (Hardened parent -> child relati...