1
0
mirror of https://github.com/bitcoinbook/bitcoinbook synced 2024-11-21 23:58:09 +00:00
Mastering Bitcoin by Andreas M. Antonopoulos
Go to file
2023-10-02 14:34:02 +02:00
code bitcoin/Bitcoin capitalization changed everywhere 2021-10-25 23:51:17 +02:00
images ch05: use Trezor Suite to export xpub 2022-01-07 15:49:58 +01:00
theme Edited theme/pdf/pdf.css with Atlas code editor 2017-07-18 09:23:23 -07:00
tools Adding the figure renaming report 2017-04-18 15:54:44 -04:00
.gitattributes Make AsciiDoc linguist-detectable 2021-09-29 23:38:11 +02:00
.gitignore gitignore dist/ 2021-08-12 13:09:32 +02:00
.travis.yml Update .travis.yml 2017-11-18 08:02:35 +01:00
appdx-bips.asciidoc bitcoin/Bitcoin capitalization changed everywhere 2021-10-25 23:51:17 +02:00
appdx-bitcoindevkit.asciidoc Add bitcoin-dev-kit appendix 2022-11-15 12:09:16 -08:00
appdx-bitcoinwhitepaper.asciidoc appdx-bitcoinwhitepaper: and -> which 2021-03-06 20:53:31 +01:00
appdx-bitcore.asciidoc bitcoin/Bitcoin capitalization changed everywhere 2021-10-25 23:51:17 +02:00
appdx-bx.asciidoc Remove segwit appendix from book 2018-02-02 17:09:29 -08:00
appdx-pycoin.asciidoc Replace http scheme with https where appropriate 2021-04-10 10:51:03 +03:00
appdx-scriptops.asciidoc The workaround requires an extra element on the stack; OP_NOP does nothing 2020-06-26 15:19:08 +01:00
atlas.json Updated atlas.json 2018-03-15 09:45:24 -07:00
author_bio.html Edited author_bio.html with Atlas code editor 2017-05-18 12:56:30 -07:00
book.asciidoc book: Fix broken links 2020-05-04 14:50:18 -06:00
ch01.asciidoc bitcoin/Bitcoin capitalization changed everywhere 2021-10-25 23:51:17 +02:00
ch02.asciidoc bitcoin/Bitcoin capitalization changed everywhere 2021-10-25 23:51:17 +02:00
ch03.asciidoc Add missing curly bracket in example JSON-RPC response 2022-06-18 12:33:26 -06:00
ch04.asciidoc bitcoin/Bitcoin capitalization changed everywhere 2021-10-25 23:51:17 +02:00
ch05.asciidoc ch05: use Trezor Suite to export xpub 2022-01-07 15:49:58 +01:00
ch06.asciidoc bitcoin/Bitcoin capitalization changed everywhere 2021-10-25 23:51:17 +02:00
ch07.asciidoc bitcoin/Bitcoin capitalization changed everywhere 2021-10-25 23:51:17 +02:00
ch08.asciidoc bitcoin/Bitcoin capitalization changed everywhere 2021-10-25 23:51:17 +02:00
ch09.asciidoc bitcoin/Bitcoin capitalization changed everywhere 2021-10-25 23:51:17 +02:00
ch10.asciidoc bitcoin/Bitcoin capitalization changed everywhere 2021-10-25 23:51:17 +02:00
ch11.asciidoc bitcoin/Bitcoin capitalization changed everywhere 2021-10-25 23:51:17 +02:00
ch12.asciidoc bitcoin/Bitcoin capitalization changed everywhere 2021-10-25 23:51:17 +02:00
colo.html Merge pull request #557 from oboukli/colophon-updates 2019-06-19 23:09:07 +02:00
CONTRIBUTING.md Update CONTRIBUTING.md 2023-09-30 11:07:31 +02:00
copyright.html copyright: Add Will Binns as GitHub Editor 2020-05-02 07:36:16 -06:00
cover.html Adding theme directory, boilerplate files, and readme to new repo 2015-10-31 19:10:32 -07:00
dedication.html Edited dedication.html with Atlas code editor 2017-06-07 07:57:12 -07:00
github_contrib.asciidoc github_contrib: Add Matt Lesley 2022-06-21 19:56:10 +00:00
glossary.asciidoc bitcoin/Bitcoin capitalization changed everywhere 2021-10-25 23:51:17 +02:00
ix.html Adding theme directory, boilerplate files, and readme to new repo 2015-10-31 19:10:32 -07:00
LICENSE Updated README and LICENSE for third edition 2023-10-02 14:34:02 +02:00
praise.html bitcoin/Bitcoin capitalization changed everywhere 2021-10-25 23:51:17 +02:00
preface.asciidoc bitcoin/Bitcoin capitalization changed everywhere 2021-10-25 23:51:17 +02:00
README.md Updated README and LICENSE for third edition 2023-10-02 14:34:02 +02:00
second_edition_changes.asciidoc bitcoin/Bitcoin capitalization changed everywhere 2021-10-25 23:51:17 +02:00
titlepage.html AU QC1 edits 2017-05-10 15:06:23 -04:00
toc.html Edited toc.html with Atlas code editor 2016-06-21 05:53:09 -07:00

Mastering Bitcoin

Mastering Bitcoin is a book for developers, although the first two chapters cover bitcoin at a level that is also approachable to non-programmers. Anyone with a basic understanding of technology can read the first two chapters to get a great understanding of bitcoin.

This repository contains the complete first edition, second print, published in December 2014, and the complete second edition, third print, published in March 2018, as published by O'Reilly Media in paperback and ebook formats.

Issues, Errors, Comments, Contributions

To contribute to this book, see CONTRIBUTING.md. All contributions must be your original work and contributed under a public domain (CC0), or attribution (CC-BY) license. You must include your own attribution in the pull request, as an edit to the github_contrib.asciidoc file.

If you know how to make a pull request to contribute a fix, please write the correction and use a pull request to submit it for consideration against the develop branch. If you are making several changes, please use a separate commit for each to make it easier to cherry-pick or resolve conflicts. Otherwise, please submit an issue, explaining the error or comment. If you would like to contribute extensive changes or new material, please coordinate with the author first; contact information can be found on his website: https://aantonop.com/

Reading this book

To read this book, see book.asciidoc. Click on each of the chapters to read in your browser. Other parties may choose to release PDFs of the book online, for those editions where a PDF derivative is licensed.

Chapters

Published

"Mastering Bitcoin (Second Edition, Third Print): Programming the Open Blockchain" is now available in paperback and ebook formats by many booksellers worldwide:

Mastering Bitcoin is also published in German, Polish, Japanese, Korean, Chinese and other languages by publishers in the respective countries.

Mastering Bitcoin (Open Second Edition), based on the Seond Edition, is also available in English and Spanish at https://aantonop.com

Source

The book's source code, found in this repository, is kept synchronized with the print and ebook editions.

Mastering Bitcoin - First Edition

The tags Edition1Print1, Edition1Print2 correspond to the two existing prints of Mastering Bitcoin (First Edition) as published by O'Reilly Media.

Creative Commons License
Mastering Bitcoin - First Edition by Andreas M. Antonopoulos LLC is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.

This "Free Culture" compliant license was approved by my publisher O'Reilly Media (http://oreilly.com), who understands the value of open source. O'Reilly Media is not just the world's best publisher of technical books, but is also a strong supporter of this open culture and the sharing of knowledge.

Thank you O'Reilly Media!

Mastering Bitcoin - Second Edition

The tags, second_edition_print_1 second_edition_print2, second_edition_print3, correspond to the first (June 8th, 2017), second (July 20th, 2017) and third (March 23rd, 2018) print of Mastering Bitcoin (Second Edition), as published by O'Reilly Media.

Creative Commons License
Mastering Bitcoin - Second Edition by Andreas M. Antonopoulos LLC is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.

Translations

If you are interested in translating this book, please join our team of volunteers at: https://www.transifex.com/aantonop/mastering-bitcoin