2
I have just started mining and in another question of mine it came up, that there can be multiple private keys in a wallet because of defining a backup strategy.
I would like to understand when private keys are created in the wallet? If it is specific of the coin / wallet, I am refering to dogecoin wallet application with currently 1 address created in it.
the other answer is just saying priv key is created when I create a new address. in your answer I find that there will be a private key needed for every transaction. at around 50 + 1 transactions (receiving and sending summed up) for every action i do a new prv key is created. what is correct? – Stefan – 2014-02-13T08:39:24.563
1When a private key is created is dependent on what wallet software you're using. I've described Bitcoin-QT; xenoky either described another wallet or described it incorrectly. When a private key is actually used is when you make a new address. You could send and receive everything from one address (in which case, you'll never need new private keys), but for anonymity (so people can't look at the blockchain and easily know all of your transactions) you should make them basically single-use. In this case, you might run through 100 in 50 transactions. – Tim S. – 2014-02-13T12:57:39.703