- What’s the advantage of using a Deterministic Wallet, as opposed to generating many different keypairs?
With deterministic wallet you can backup your wallet once and it stays backed up forever because all future addresses are determined in advance. It can also be stripped down to a very small size which could be easily backed up.
- What advantage does a Type-2 wallet have over Type-1?
The advantage of the type-2 wallet is that you can separately secure the Master_private_key, but still generate new addresses from Master_public_key.
- What is the anonymity set for a receiver using a Deterministic Wallet?
Receiver can seamlessly generate different public address for each transaction using acceptable secure hash function with private key (type1) or Master_public_key (type2).