From 2590a4f52a97dd8c92793bc89167eb08026b3df4 Mon Sep 17 00:00:00 2001 From: wakgill <76528604+wakgill@users.noreply.github.com> Date: Fri, 1 Jan 2021 21:02:57 -0600 Subject: [PATCH] Delete 9.md --- docs/emails/bitcoin-list/9.md | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 docs/emails/bitcoin-list/9.md diff --git a/docs/emails/bitcoin-list/9.md b/docs/emails/bitcoin-list/9.md deleted file mode 100644 index 053ba4d..0000000 --- a/docs/emails/bitcoin-list/9.md +++ /dev/null @@ -1,30 +0,0 @@ ---- -layout: default -title: “[bitcoin-list] Bitcoin v0.1.5 released” -grand_parent: Emails -parent: bitcoin-list -nav_order: 9 ---- - -# Bitcoin P2P e-cash paper - -The email on the Cryptography Mailing List that announced Bitcoin publicly to the world. -{: .fs-6 .fw-300 } - ---- - -``` -> What's next? - -The next thing for v0.1.6 is to take advantage of multiple -processors to generate blocks. Currently it only starts one -thread. If you have a multi-core processor like a Core Duo or -Quad this will double or quadruple your production. - -Later I want to add interfaces to make it really easy to integrate -into websites from any server side language. - -Satoshi - -http://www.bitcoin.org -```