About
Bitcoin Book Notes
This repository contains personal notes and code snippets I have been aggrigating while reading “The Bitcoin Book”
Compiling
In order to obtain the latest copy of the book, Please make sure you have the following installed:
macOS
brew install git
brew install asciidoc
Linux
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
Notes
I have extracted the notes from iBooks using Klib, feel free to use the same tool.
Code
You can check out the code for this repo at /code
Here are some more notes in regards to the code snippets