Many thanks for Andreas M. Antonopoulos, the author of the masterpiece. Thank you for your efforts to complete this book and generosity to share the book's source code free of charge.
There is a PDF of the book, you can download it in Releases page.
Although the book is written in asciidoc format, but there are some differences. In fact the book is arranged by a system Atlas from O'Reilly. This system is not open for individuals. Secondly, the asciidoc standard is VARIOUS. Consequently, you can only get incomplete version with asciidoc-like toolchains.
You can easily do this with asciidoc utility, just install it with your package management utility(apt, pacman, etc.).
This utility can transform asciidoc into html and docbook, I tried pdf and latex but failed. I'm sorry.
To get html version, you may need to manually install source-highlight utility. Just run
$ asciidoc book.asciibook
There seems no problems. But I don't like the composition, and more, I want a http-serverless version.
I used asciidoctor-pdf to build the book into PDF successfully. But I changed the asciidoc to pass the errors reported by the utilities.
$ asciidoctor-pdf book.asciidoc -a source-highlighter=rouge -a rouge-style=monokai -a icons=font
Here is the reason why I pass these parameters:
Select rouge as syntax-highlight resolver otherwise syntax-highlight is disabled.
Same as sample in Official Documentation, I like it.
Show icon rather than ugly uppercase word.
You should change the original version to suit asciidoctor-pdf. I am showing my method. The following contents is based on revision 77b91b1949e2c03a36c395586a44dac20ec41533 .
Add <<< between lines to break each component(Section) into new page.
Line 151, remove ****, otherwise the following contents will be included.
Line 477, JSON brackets unclose.
The asciidoctor-pdf don't accept × expression, replace with letter x.
[[mnemonic_paper_backup]], cols set to 4 will pass examination.
The asciidoctor-pdf don't recognize data-type="xref", this can be changed into normal hyperlink.
If you like the book, star bitcoinbook/bitcoinbo ok, and buy a book if you can afford.