From 6593f196136a123c0324d48f1638867306c5ea0c Mon Sep 17 00:00:00 2001 From: wakgill <76528604+wakgill@users.noreply.github.com> Date: Thu, 7 Jan 2021 21:46:43 -0600 Subject: [PATCH] Create 94.md --- docs/forum/bitcoin-forum/94.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 docs/forum/bitcoin-forum/94.md diff --git a/docs/forum/bitcoin-forum/94.md b/docs/forum/bitcoin-forum/94.md new file mode 100644 index 0000000..1b17786 --- /dev/null +++ b/docs/forum/bitcoin-forum/94.md @@ -0,0 +1,20 @@ +--- +layout: forum +title: 'Re: Could the bitcoin network be destroyed by someone generating endless bitcoin add' +grand_parent: Forum Posts +parent: Bitcoin Forum +nav_order: 94 +date: 2010-05-16 21:01:44 UTC +original: https://bitcointalk.org/index.php?topic=130.msg1130#msg1130 +--- + +# Re: Could the bitcoin network be destroyed by someone generating endless bitcoin add + +--- + +``` +Re: Could the bitcoin network be destroyed by someone generating endless bitcoin add +May 16, 2010, 09:01:44 PM + +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. +```