Satoshi Forum Archive
Thread #0051

Could the bitcoin network be destroyed by someone generating endless bitcoin add

Minsc2010-05-09T04:45:11Z

Could the bitcoin network be destroyed by someone generating endless bitcoin addresses nonstop? I mean it sounds like it would do something really bad to it.
I'm pretty sure at some point a website will take payments in bitcoins and will decide to generate a new bitcoin address for each payment and end up endlessly generating new addresses like mad and do something bad to the network. Then more will start in.

Original message

theymos2010-05-09T05:34:57Z

Generating addresses is CPU-intensive, and you don't touch the network when you generate a new address. It could only cause damage if a non-unique address was created, but this is so unlikely that it's not even worth considering.

Original message

dsg2010-05-09T16:12:02Z

Yes.
Also, generating a new address for each payment is the best way to do it. Maximum anonymity because of least re-use of addresses. The keyspace is large enough that we don't need to worry about exhausting it.

Original message

dwdollar2010-05-09T18:47:08Z

If you're generating a new Bitcoin Address for each transaction, people may accidentally send to old ones. They will have that BA in their Transaction history and may think it's good for multiple uses. Just something to think about.
The possibility of accidentally sending to a random BA is insanely small though.

Original message

satoshi2010-05-16T21:01:44Z

When you generate a new bitcoin address, it only takes disk space on your own computer (like 500 bytes). It's like generating a new PGP private key, but less CPU intensive because it's ECC. The address space is effectively unlimited. It doesn't hurt anyone, so generate all you want.

Original message