From a53334f62b9bd40e19c4eeb94db7529c96a1b931 Mon Sep 17 00:00:00 2001 From: wakgill <76528604+wakgill@users.noreply.github.com> Date: Fri, 1 Jan 2021 15:09:39 -0600 Subject: [PATCH] Create 4.md --- docs/emails/bitcoin-list/4.md | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 docs/emails/bitcoin-list/4.md diff --git a/docs/emails/bitcoin-list/4.md b/docs/emails/bitcoin-list/4.md new file mode 100644 index 0000000..f502bda --- /dev/null +++ b/docs/emails/bitcoin-list/4.md @@ -0,0 +1,35 @@ +--- +layout: default +title: “[bitcoin-list] Bitcoin v0.1.3” +grand_parent: Emails +parent: bitcoin-list +nav_order: 4 +--- + +# Bitcoin P2P e-cash paper + +The email on the Cryptography Mailing List that announced Bitcoin publicly to the world. +{: .fs-6 .fw-300 } + +--- + +``` +It looks like we're through with the worst of the Internet +connection issues. 0.1.3 fixed a problem where your node's +communications could go dead after a while. The network is +running much more smoothly now with this version. + +If you've successfully generated a block, you've seen it has a +maturation countdown before you can spend it. Once it matures, +the Credit column will change from 0.00 to 50.00. For a block to +be valid, it has to be broadcasted to the network and get into the +block chain, which is why Generate does not run if you're not +connected. If you generated a block without being connected, the +network wouldn't know about it and would continue building the +chain without it, leaving it behind, and the maturation countdown +would change to "(not accepted)" when your node sees that it +wasn't used. If you subtract 1 from the status column, that's how +many blocks have been chained after yours. + +Satoshi Nakamoto +```