Skip to content

icecoldlilly/bitcoinbook-notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

License: CC BY-NC-SA 4.0

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

About

A set of notes for the "Mastering Bitcoin" book

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published