From 2b7fa8088509c151761c8aaa74f3717e54ae06db Mon Sep 17 00:00:00 2001 From: wakgill <76528604+wakgill@users.noreply.github.com> Date: Fri, 1 Jan 2021 15:25:28 -0600 Subject: [PATCH] Create 13.md --- docs/emails/bitcoin-list/13.md | 36 ++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 docs/emails/bitcoin-list/13.md diff --git a/docs/emails/bitcoin-list/13.md b/docs/emails/bitcoin-list/13.md new file mode 100644 index 0000000..223ce86 --- /dev/null +++ b/docs/emails/bitcoin-list/13.md @@ -0,0 +1,36 @@ +--- +layout: default +title: “[bitcoin-list] Bitcoin 0.3 released!” +grand_parent: Emails +parent: bitcoin-list +nav_order: 13 +--- + +# Bitcoin P2P e-cash paper + +The email on the Cryptography Mailing List that announced Bitcoin publicly to the world. +{: .fs-6 .fw-300 } + +--- + +``` +Announcing version 0.3 of Bitcoin, the P2P cryptocurrency! Bitcoin is a +digital currency using cryptography and a distributed network to replace +the need for a trusted central server. Escape the arbitrary inflation +risk of centrally managed currencies! Bitcoin's total circulation is +limited to 21 million coins. The coins are gradually released to the +network's nodes based on the CPU power they contribute, so you can get a +share of them by contributing your idle CPU time. + +What's new: +- Command line and JSON-RPC control +- Includes a daemon version without GUI +- Transaction filter tabs +- 20% faster hashing +- Hashmeter performance display +- Mac OS X version (thanks to Laszlo) +- German, Dutch and Italian translations (thanks to DataWraith, Xunie +and Joozero) + +Get it at http://www.bitcoin.org, and read the forum to find out more. +```