1
0
mirror of https://github.com/bitcoinbook/bitcoinbook synced 2024-11-13 03:18:57 +00:00
Mastering Bitcoin by Andreas M. Antonopoulos
Go to file
2021-03-09 19:17:32 +01:00
code ch04: Fix 'key-to-address-ecc-example' 2021-03-08 15:59:01 +01:00
images ch10: fixing diagrams and text of blockchain fork event 2021-03-06 17:09:33 +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
.gitignore Ignore _build directory for bookbuilder 2020-06-30 15:05:45 -04:00
.travis.yml Update .travis.yml 2017-11-18 08:02:35 +01:00
appdx-bips.asciidoc ch04: Drop reference to BIP-38 2020-07-16 17:30:55 +02:00
appdx-bitcoinwhitepaper.asciidoc appdx-bitcoinwhitepaper: and -> which 2021-03-06 20:53:31 +01:00
appdx-bitcore.asciidoc appdx: fix commentaries in code 2021-03-04 23:32:40 +01:00
appdx-bx.asciidoc Remove segwit appendix from book 2018-02-02 17:09:29 -08:00
appdx-pycoin.asciidoc Fix typos 2019-08-27 12:31:52 +00: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 ch01: Update market cap and largest transaction to date 2021-03-06 13:36:55 +01:00
ch02.asciidoc ch02: aggr. tx: add tx batching, saving in fees and exchange withdrawal example 2021-02-20 15:27:52 +01:00
ch03.asciidoc ch03: s/archieved fork/archived fork of/ 2021-03-08 15:11:42 +01:00
ch04.asciidoc Merge pull request #825 from rating89us/patch-38 2021-03-04 19:37:54 +01:00
ch05.asciidoc ch05: s/Mycelium Gear/BTCPay Server/ 2021-03-09 10:36:59 +01:00
ch06.asciidoc Merge pull request #837 from krupawan5618/patch-3 2021-03-04 20:07:05 +01:00
ch07.asciidoc ch07: Fix 'BOOLOR' styling to match other operators 2021-03-09 14:52:46 +01:00
ch08.asciidoc ch08: Combine sentences regarding bloom filters 2021-03-09 16:02:05 +01:00
ch09.asciidoc ch09: s/2017/2021/ 2021-03-09 19:05:37 +01:00
ch10.asciidoc ch10: Update result for use of Python 3 2021-03-09 19:17:32 +01:00
ch11.asciidoc ch11: fix multisig explanation 2021-02-16 16:41:01 +01:00
ch12.asciidoc Merge pull request #764 from rating89us/patch-21 2021-02-20 18:33:31 +00:00
colo.html Merge pull request #557 from oboukli/colophon-updates 2019-06-19 23:09:07 +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 new contributors 2021-03-06 13:26:52 +01:00
glossary.asciidoc Merge branch 'develop' into patch-64 2021-03-08 13:39:03 +01: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 preface: Linkedin -> LinkedIn 2021-03-05 00:21:46 +01:00
README.md readme: Update link to second edition, third print 2020-07-18 18:02:20 +02: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, third print, published in March 2018, 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 website: 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.

Chapters

Published

"Mastering Bitcoin (Second Edition, Second Print): Programming the Open Blockchain" is now available in paperback and ebook formats by many booksellers 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