Post
Topic
Board Development & Technical Discussion
Re: How are spend and change addresses derived?
by
pomme7000
on 13/08/2024, 12:40:43 UTC
Addresses that are generated from the seed will have one single private key. However, hierarchical deterministic wallets, or HD wallets for short hae a master private key (and master public key). They're able to derivate the individual private-public keypair and consequently each unique addresses accordingly.
Clear. Thank you.