2
1
If I want to know the total balance in all the addresses which can be generated in a deterministic wallet (like electrum or armory).
I have the master public key allowing me to derive an infinite number of public keys.
What is the number of addresses I should generate to check the balance ?
I suppose I can stop if the last X addresses don't have any transactions.
What is the value of X for electrum and armory (when recovering from a backup) ?