1
0
mirror of https://github.com/bitcoinbook/bitcoinbook synced 2024-11-01 04:58:59 +00:00
Mastering Bitcoin by Andreas M. Antonopoulos
Go to file
2018-03-03 14:23:54 -06:00
code correct an error line 24 'wif' to 'wif_compressed' 2018-02-08 20:42:50 +08:00
images Merge branch 'master' into develop 2018-01-12 10:07:39 -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 ch07 ready for review 2017-01-10 14:46:54 +07: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 invisible typo: replaced 11 by ll 2017-09-30 21:06:05 +02:00
appdx-bitcore.asciidoc Remove segwit appendix from book 2018-02-02 17:09:29 -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 2017-07-20 10:20:28 -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 fixed typo a API -> an API 2018-02-09 20:01:57 +01:00
ch03.asciidoc Add bitwasp bitcoin php library 2018-01-12 20:55:47 +01:00
ch04.asciidoc Unable to compile without providing c++ version flag 2018-02-20 23:02:07 -06:00
ch05.asciidoc Merge branch 'second_edition' 2018-02-02 15:15:14 -06:00
ch06.asciidoc Merge pull request #507 from Yky/patch-3 2018-02-14 14:59:55 -06:00
ch07.asciidoc Merge pull request #504 from trustkim/patch-1 2018-02-14 14:58:50 -06:00
ch08.asciidoc Remove references to colors 2018-02-28 17:40:42 -08:00
ch09.asciidoc Wording #423 2018-02-04 09:54:47 -06:00
ch10.asciidoc ch10: Remove extra parenthesis 2018-03-03 13:59:26 -06:00
ch11.asciidoc Edited ch11.asciidoc with Atlas code editor 2017-05-18 09:20:23 -07:00
ch12.asciidoc Fix issue #454: change adverbial “just like” → “just as” 2018-02-04 20:42:08 +00:00
colo.html Edited colo.html with Atlas code editor 2017-05-18 12:57:44 -07:00
copyright.html Edited copyright.html with Atlas code editor 2017-07-18 09:10:27 -07:00
cover.html
dedication.html Edited dedication.html with Atlas code editor 2017-06-07 07:57:12 -07:00
glossary.asciidoc add hyphen to double-spending 2018-03-03 14:23:54 -06:00
ix.html
LICENSE
praise.html replacing asciidoc praise page with html praise page 2015-11-25 17:28:26 -05:00
preface.asciidoc preface: Add newest contributors 2018-03-03 14:06:19 -06:00
README.md Link book.asciidoc in README 2018-02-02 21:29:27 -06: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, but the first two chapters cover bitcoin at a level that is approachable to non-programmers. Anyone with a basic understanding of technology can read the first two chapters and get a great understanding of bitcoin.

This repository contains the complete first edition, second print, published in Dec 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 forms can be found on his website https://antonopoulos.com/

Reading this book (Where is the PDF?)

To read this book, see book.asciidoc. Click on each of the chapters to read in your browser. This is not as convenient as reading a PDF or an ebook on your e-reader. Convenience costs money (see below).

The 2nd edition of "Mastering Bitcoin" is available under a CC-BY-NC-ND license, not a CC-BY-SA license.

It is deliberately not available as a PDF. Why? Because a PDF is a "derivative" product, which is what the ND prohibits. That's because the publisher (O'Reilly Media) is a for-profit publisher and puts considerable resources behind distributing the book. The book will eventually (within a year of publication) be released under a CC-BY-SA license, at which point PDF and translations will be allowed. Until then, making PDF copies violates the license and hurts the publisher's (and the author's) ability to make a living. Furthermore, if you make it so the publisher can't recoup their investment, they will delay the release into CC-BY-SA.

Please don't create or distribute PDFs until the license is changed to CC-BY-SA. It is rare for a publisher to agree to even a CC-BY-NC-ND license. Don't make it harder for free culture by violating even that, already generous, license.

Published

"Mastering Bitcoin (Second Edition, Second Print): Programming the Open Blockchain" is now available in paperback and e-book 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 on 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 the 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 understand the value of open source. O'Reilly Media is not just the world's best publisher of technical books but also a strong supporter of an 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-NonCommercial-NoDerivatives 4.0 International License.

It is expected that the second edition will be released under a CC-BY-SA license within a year of publication.

Translations

If you are interested in translating this book, please join a team of volunteers at https://www.transifex.com/bitcoinbook/mastering-bitcoin/ Free copies of "Mastering Bitcoin Open Edition", translated in many languages, can be downloaded from https://bitcoinbook.info