What’s the advantage of using a Deterministic Wallet, as opposed to generating many different keypairs?
From my understanding, the Deterministic wallet is better than just generating different keypairs is because the deterministic wallet can be backed up just once and stays that way forever because all future address are determined in advance. also it can be stripped down to a very small size can be easily backed up on paper. VS. generating many different keypairs which can lead to confusion and making hard to organize, along with it taking up alot of storage when trying to back up the address.
when we say that the wallet is backed up, where is it backed up to? also another question, when we say future address are determined, are we saying there not yet created? And are we saying that future address from the original are hashed from the original address, so the original address is hashing the future creations of the address? almost like a blockchain of address?
What advantage does a Type-2 wallet have over Type-1?
it seems to me the advantage of a Type-2 wallet over a Type-1 wallet is the fact that the type to hides access to the private keys, the public key is shown and a seed i also imagine is visible but the private key is hidden where as in Type-1 all that’s switched around is a different value for the address being used but only storing the address and only keeping a set amount of address to be stored.
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?)
It seems like only 1 set used, and that 1 set of keys used can be switched up incredibly often and the public keys change after every transaction. does it change on its own? or do i have to manaully change the address after every use?