From 24cb955893d28488e00a35ce67e1d5bb4fea5340 Mon Sep 17 00:00:00 2001 From: wakgill <76528604+wakgill@users.noreply.github.com> Date: Fri, 1 Jan 2021 15:08:06 -0600 Subject: [PATCH] Create 2.md --- docs/emails/bitcoin-list/2.md | 38 +++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 docs/emails/bitcoin-list/2.md diff --git a/docs/emails/bitcoin-list/2.md b/docs/emails/bitcoin-list/2.md new file mode 100644 index 0000000..650ec82 --- /dev/null +++ b/docs/emails/bitcoin-list/2.md @@ -0,0 +1,38 @@ +--- +layout: default +title: “[bitcoin-list] Bitcoin v0.1.2 now available” +grand_parent: Emails +parent: bitcoin-list +nav_order: 2 +--- + +# Bitcoin P2P e-cash paper + +The email on the Cryptography Mailing List that announced Bitcoin publicly to the world. +{: .fs-6 .fw-300 } + +--- + +``` +Bitcoin v0.1.2 is now available for download. + +See http://www.bitcoin.org for the download link. + +All the problems I've been finding are in the code that +automatically finds and connects to other nodes, since I wasn't +able to test it in the wild until now. There are many more ways +for connections to get screwed up on the real Internet. + +Bugs fixed: +- Fixed various problems that were making it hard for new nodes to +see other nodes to connect to. +- If you're behind a firewall, it could only receive one +connection, and the second connection would constantly disconnect +and reconnect. + +These problems are kind of screwing up the network and will get +worse as more users arrive, so please make sure to upgrade. + +Satoshi Nakamoto +``` +