From bad57e98b81dc620ee1f90e250e95509ca5d94c3 Mon Sep 17 00:00:00 2001 From: "Andreas M. Antonopoulos" Date: Mon, 29 Jul 2013 13:57:05 -0700 Subject: [PATCH] missed intro chapter from initial upload --- book.asciidoc | 2 ++ ch00.asciidoc | 34 ++++++++++++++++++++++++++++++++++ ch02.asciidoc | 1 + 3 files changed, 37 insertions(+) create mode 100644 ch00.asciidoc diff --git a/book.asciidoc b/book.asciidoc index 6b940232..aa68f147 100644 --- a/book.asciidoc +++ b/book.asciidoc @@ -4,6 +4,8 @@ include::preface.asciidoc[] +include::ch00.asciidoc[] + include::ch01.asciidoc[] include::ch02.asciidoc[] diff --git a/ch00.asciidoc b/ch00.asciidoc new file mode 100644 index 00000000..d3cd15df --- /dev/null +++ b/ch00.asciidoc @@ -0,0 +1,34 @@ +[[ch00_intro_what_is_bitcoin]] +== Introduction + +=== Organization +=== Audience +=== Conventions + +== What is Bitcoin? + +=== A currency +=== A network and protocol +=== A distributed ledger +=== A transaction language +=== An API + +== Getting Bitcoin + +=== Obtaining the bitcoin software +=== bitcoin-qt, bitcoind +=== mobile client + +== History of bitcoin + +=== A brief history of money +=== A brief history of crypto currencies +=== Public key cryptography and crypto-currency +=== Peer-to-Peer networks +=== The history of bitcoin +=== Why would I use bitcoin +==== As a merchant +==== As a consumer +==== As a developer, integrator +==== As an entrepreneur +==== As an investor \ No newline at end of file diff --git a/ch02.asciidoc b/ch02.asciidoc index ac8e71d1..1ef80af8 100644 --- a/ch02.asciidoc +++ b/ch02.asciidoc @@ -1,5 +1,6 @@ [[ch02_where_do_i_start]] == Where Do I Start? + === Getting the software === Creating a wallet === Getting currency