This repository contains personal notes and code snippets I have been aggrigating while reading "The Bitcoin Book"
In order to obtain the latest copy of the book, Please make sure you have the following installed:
brew install git
brew install asciidoc
apt-get / yum install git
apt-get / yum install asciidoc
Then please use the following snippet:
git clone https://github.com/bitcoinbook/bitcoinbook
git checkout 'develop'
a2x -f epub --no-xmllint ./book.asciidoc
I have extracted the notes from iBooks using Klib, feel free to use the same tool.
You can check out the code for this repo at /code
Here are some more notes in regards to the code snippets