diff --git a/docs/emails/bitcoin-list/9.md b/docs/emails/bitcoin-list/9.md new file mode 100644 index 0000000..053ba4d --- /dev/null +++ b/docs/emails/bitcoin-list/9.md @@ -0,0 +1,30 @@ +--- +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 +```