1
0
mirror of https://github.com/bitcoinbook/bitcoinbook synced 2024-10-31 20:48:58 +00:00
Mastering Bitcoin by Andreas M. Antonopoulos
Go to file
Will Binns 917336035b
Merge pull request #783 from rating89us/patch-23
glossary: fixing multisig explanation
2021-02-20 21:43:33 +00:00
code Update key-to-address-ecc-example.py 2019-12-04 11:39:59 +08:00
images Drop references to Colored Coins 2020-05-04 17:26:26 -06: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 Revert accidental s/=/==/ in the Bitcoin Whitepaper appendix. 2018-03-26 13:01:22 -07:00
appdx-bitcore.asciidoc appdx-bitcore: Drop reference to playground 2020-07-16 17:46:27 +02: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 Merge pull request #737 from rating89us/patch-1 2021-02-20 21:37:43 +00:00
ch02.asciidoc Merge pull request #786 from rating89us/patch-26 2021-02-20 10:55:48 +00:00
ch03.asciidoc Fix typo 2021-02-15 12:51:42 -06:00
ch04.asciidoc Merge pull request #753 from rating89us/patch-13 2021-02-20 18:40:51 +00:00
ch05.asciidoc ch05: keys -> addresses 2021-02-20 02:15:30 +01:00
ch06.asciidoc Merge pull request #749 from sandroconforto/develop 2021-02-20 18:43:28 +00:00
ch07.asciidoc Added missing word. 2021-02-10 21:21:42 -05:00
ch08.asciidoc Merge pull request #740 from rating89us/patch-3 2021-02-20 21:38:03 +00:00
ch09.asciidoc ch09: simple -> simplified (SPV) 2021-02-12 22:37:30 +01:00
ch10.asciidoc Merge pull request #709 from rating89us/patch-8 2021-02-20 21:36:25 +00: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 contributor, 'Dan Raviv' 2020-07-18 18:05:15 +02:00
glossary.asciidoc Merge pull request #783 from rating89us/patch-23 2021-02-20 21:43:33 +00: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 Github contributions moved to separated file 2020-06-30 16:13:22 -04: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