1
0
mirror of https://github.com/bitcoinbook/bitcoinbook synced 2024-11-15 20:49:21 +00:00
Mastering Bitcoin by Andreas M. Antonopoulos
Go to file
Andreas M. Antonopoulos d5a9de7316 Update gitignore
2021-09-26 13:32:12 +02:00
code Errata 166266 2018-03-14 10:23:46 -06:00
images Updated images/mbc2_0204.png 2018-03-14 09:48:25 -07: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
.gitignore Update gitignore 2021-09-26 13:32:12 +02:00
.travis.yml Update .travis.yml 2017-11-18 08:02:35 +01:00
appdx-bips.asciidoc Edited appdx-bips.asciidoc with Atlas code editor 2017-05-10 14:38:27 -07:00
appdx-bitcoinwhitepaper.asciidoc fix: typo in whitepaper transcription 2017-07-18 11:32:15 +08:00
appdx-bitcore.asciidoc Edited appdx-bitcore.asciidoc with Atlas code editor 2018-03-05 11:30:15 -08:00
appdx-bx.asciidoc Remove segwit appendix from book 2018-02-02 17:09:29 -08:00
appdx-pycoin.asciidoc Python version wording #466 2018-02-04 10:56:21 -06:00
appdx-scriptops.asciidoc Edited appdx-scriptops.asciidoc with Atlas code editor 2017-05-18 07:32:57 -07: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 Remove segwit appendix from book 2018-02-02 17:09:29 -08:00
ch01.asciidoc Link to https://bitcoin.meetup.com directly 2018-02-21 18:08:03 +01:00
ch02.asciidoc Removed all references to blockexplorer.com, as they are trying to push Bitcoin Cash propaganda with a modal window. Confusing for newbies and inappropriate for a textbook. GTFO #511 2018-03-03 15:00:37 -06:00
ch03.asciidoc Edited ch03.asciidoc with Atlas code editor 2018-03-05 11:26:59 -08:00
ch04.asciidoc Edited ch04.asciidoc with Atlas code editor 2018-03-15 09:28:26 -07:00
ch05.asciidoc Errata 163600 2018-03-14 10:47:50 -06:00
ch06.asciidoc Edited ch06.asciidoc with Atlas code editor 2018-03-05 11:29:23 -08:00
ch07.asciidoc Edited ch07.asciidoc with Atlas code editor 2018-03-15 10:09:31 -07:00
ch08.asciidoc Edited ch08.asciidoc with Atlas code editor 2018-03-05 11:29:50 -08:00
ch09.asciidoc Removed all references to blockexplorer.com, as they are trying to push Bitcoin Cash propaganda with a modal window. Confusing for newbies and inappropriate for a textbook. GTFO #511 2018-03-03 15:00:05 -06:00
ch10.asciidoc ch10: Clarify sequence number for typical tx input 2018-08-21 20:29:13 -04:00
ch11.asciidoc Edited ch11.asciidoc with Atlas code editor 2017-05-18 09:20:23 -07:00
ch12.asciidoc Edited ch12.asciidoc with Atlas code editor 2018-03-05 11:31:58 -08:00
colo.html Edited colo.html with Atlas code editor 2018-03-15 09:34:21 -07:00
copyright.html Edited copyright.html with Atlas code editor 2018-03-14 11:19:15 -07: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
glossary.asciidoc Edited glossary.asciidoc with Atlas code editor 2018-03-14 10:25:34 -07:00
ix.html Adding theme directory, boilerplate files, and readme to new repo 2015-10-31 19:10:32 -07:00
LICENSE New license for the book, as negotiated with the publisher O'Reilly media. Under CC-BY-SA, translations and other derivatives are now permitted 2015-03-02 15:18:15 -05:00
praise.html replacing asciidoc praise page with html praise page 2015-11-25 17:28:26 -05:00
preface.asciidoc Correct my GitHub handle (CamelCase) 2018-08-21 20:18:57 -04:00
README.md Released 2nd Edition as CC-BY-SA 2018-10-25 17:27:54 -04:00
second_edition_changes.asciidoc Completed changelog 2017-04-23 15:03:07 +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

Code Examples: travis_ci

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, second print, published in July 2017, as published by O'Reilly Media in paperback and ebook formats.

Issues, Errors, Comments, Contributions

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 web site: https://antonopoulos.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.

Published

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

Mastering Bitcoin (First Edition Second Print) is also published in Japanese, Korean, and Chinese (Simplified) by publishers in the respective countries.

Mastering Bitcoin (Open Edition), based on the First Edition, has been translated by volunteers into more than a dozen languages. Translations are available for free under CC-BY-SA license at: https://bitcoinbook.info

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 and second_edition_print2, correspond to the first (June 8th 2017) and second (July 20th 2017) 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

Free copies of "Mastering Bitcoin Open Edition," translated in many languages, can be downloaded from: https://bitcoinbook.info