**1. What’s the advantage of using a Deterministic Wallet, as opposed to generating many different keypairs?
You will only have to backup a deterministic wallet once and it will stay backed up forever. A deterministic wallet can be stripped down so backing up is super easy, it can be done using a QR code. Non deterministic wallets will have to be backed up after every 100 get/send addresses have been generated which over time will have the effect of making the wallet large and harder to back up. Deterministic wallets might arguably be safer for non-tech savvy people to use, as currently many don’t understand the importance of always generating new addresses for different transactions, leaving them potentially exposed to ill intentioned hackers.
2. What advantage does a Type-2 wallet have over Type-1?
Type 2 wallet makes it possible to store the master key separately but still generate new addresses.
3. What is the anonymity set for a receiver using a Deterministic Wallet? (hint: to someone who knows another of Bob’s addresses, how many other unknown addresses on the blockchain might be Bob’s?)
The anonymity set is the total number of users sending transactions at that same time as Bob.
Question!
I don’t understand what is meant by ‘non deterministic wallets “unstealing” themselves over time?’ I understand it is linked to higher security that comes from ensuring new addresses are generated for each transaction, I just don’t understand how this can make the wallet “unstolen”?