You've already forked nakamoto-archive
Create 2.md
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user