From b55ff5ad806adc32e20a5219494d2938d8bfec3b Mon Sep 17 00:00:00 2001 From: Matthew Hacker Date: Tue, 4 Apr 2017 14:40:26 -0400 Subject: [PATCH] Changing section levels to expected order to fix missing content --- ch03.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ch03.asciidoc b/ch03.asciidoc index f116132b..39058eb4 100644 --- a/ch03.asciidoc +++ b/ch03.asciidoc @@ -1,5 +1,5 @@ [[ch03_bitcoin_client]] -=== Bitcoin Core: The Reference Implementation +== Bitcoin Core: The Reference Implementation Bitcoin is an _open source_ project and the source code is available under an open (MIT) license, free to download and use for any purpose. Open source means more than simply free to use. It also means that bitcoin is developed by an open community of volunteers. At first, that community consisted of only Satoshi Nakamoto. By 2016, bitcoin's source code has more than 400 contributors with about a dozen developers working on the code almost full time and several dozen more on a part-time basis. Anyone can contribute to the code - including you! @@ -11,7 +11,7 @@ When bitcoin was created by Satoshi Nakamoto, the software was actually complete Even though Bitcoin Core includes a reference implementation of a wallet, this is not intended to be used as a production wallet for users or for applications. Application developers are advised to build wallets using modern standards such as BIP39 and BIP32 (see <> and <>). ==== -== Bitcoin Development Environment +=== Bitcoin Development Environment If you're a developer, you will want to setup a development environment with all the tools, libraries and support software for writing bitcoin applications. In this highly technical chapter, we'll walk through that process step-by-step. If the material becomes too dense (and you're not actually setting up a development environment) feel free to skip to the next chapter, which is less technical.