From e14eeb43f09f646b11c1458d8083cfca2d3a72a6 Mon Sep 17 00:00:00 2001 From: wakgill <76528604+wakgill@users.noreply.github.com> Date: Fri, 1 Jan 2021 19:40:35 -0600 Subject: [PATCH] Create 10.md --- docs/emails/mike-hearn/10.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 docs/emails/mike-hearn/10.md diff --git a/docs/emails/mike-hearn/10.md b/docs/emails/mike-hearn/10.md new file mode 100644 index 0000000..6f2d330 --- /dev/null +++ b/docs/emails/mike-hearn/10.md @@ -0,0 +1,29 @@ +--- +layout: default +title: 'Re: More BitCoin questions' +date: 2011-01-07 13:00 +grand_parent: Emails +parent: Mike Hearn +nav_order: 10 +--- + +# Re: More BitCoin questions + +The email on the Cryptography Mailing List that announced Bitcoin publicly to the world. +{: .fs-6 .fw-300 } + +--- + +``` +From: Satoshi Nakamoto +Date: Fri, Jan 7, 2011 at 1:00 PM +To: Mike Hearn +Subject: Re: More BitCoin questions + +>I reached the same conclusions about client only nodes and this is +>what I've been implementing. I'm nearly there ..... I have block chain +>download, parsing and verification of the blocks/transactions done, +>with creation of spend transactions almost done. + +That's great! The first client-only implementation will really start to move things to the next step. Is it going to be open source, or Google proprietary? +```