1
0
mirror of https://github.com/bitcoinbook/bitcoinbook synced 2024-11-17 05:29:14 +00:00
Mastering Bitcoin by Andreas M. Antonopoulos
Go to file
Andreas M. Antonopoulos ec442a35f9
Merge pull request #483 from ChunshengZhao/patch-2
Update key-to-address-ecc-example.py
2018-02-02 12:42:51 -08:00
code Update key-to-address-ecc-example.py 2018-01-27 21:56:25 +08:00
images images: Fix Chapter 2, Figure 4 2017-08-24 08:44:56 -06:00
theme Edited theme/mobi/layout.html with Atlas code editor 2017-06-01 14:16:04 -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 fix: typo in whitepaper transcription 2017-07-18 11:32:15 +08:00
appdx-bitcore.asciidoc Edited appdx-bitcore.asciidoc with Atlas code editor 2017-05-18 06:21:06 -07:00
appdx-bx.asciidoc Edited appdx-bx.asciidoc with Atlas code editor 2017-05-18 06:47:59 -07:00
appdx-pycoin.asciidoc updated to match current version 2017-07-18 12:20:20 +08:00
appdx-scriptops.asciidoc Edited appdx-scriptops.asciidoc with Atlas code editor 2017-05-18 07:32:57 -07:00
appdx-segwit.asciidoc typo 2017-07-18 11:39:24 +08:00
atlas.json Updated atlas.json 2017-07-17 21:39:55 -07:00
author_bio.html Edited author_bio.html with Atlas code editor 2017-05-18 12:56:30 -07:00
book.asciidoc Renamed appendix and reorganized book.asciidoc 2017-04-23 14:43:43 +02:00
ch01.asciidoc wording improvements 2017-07-18 11:14:41 +08:00
ch02.asciidoc Edited ch02.asciidoc with Atlas code editor 2017-05-18 12:30:22 -07:00
ch03.asciidoc Add bitwasp bitcoin php library 2018-01-12 20:55:47 +01:00
ch04.asciidoc Make range of private key precise 2017-11-26 11:39:29 +00:00
ch05.asciidoc Clearer description of the decendants in HD wallet key path table 2017-11-29 23:11:58 +04:00
ch06.asciidoc ch06 correction: First part of input is transaction ID & output index (vs. sequence, which is the 3rd part) 2017-09-11 21:24:53 +02:00
ch07.asciidoc Merge pull request #443 from philippgille/patch-1 2018-01-25 00:15:59 +07:00
ch08.asciidoc update to disk requirements 2017-07-18 11:42:37 +08:00
ch09.asciidoc Merge pull request #383 from ysangkok/patch-1 2018-02-02 12:06:50 -08:00
ch10.asciidoc updated number of years 2017-07-18 12:29:56 +08:00
ch11.asciidoc Edited ch11.asciidoc with Atlas code editor 2017-05-18 09:20:23 -07:00
ch12.asciidoc Merge pull request #437 from JoKeyser/develop 2018-02-02 12:39:23 -08: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-05-30 12:04:25 -07:00
cover.html
dedication.html Edited dedication.html with Atlas code editor 2017-06-07 07:57:12 -07:00
glossary.asciidoc fix minor typo 2018-01-15 13:27:34 +01: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: Update copyright to 2018 2018-01-24 12:00:27 -06:00
README.md readme: Update instruction; PRs to develop branch 2017-08-24 08:23:42 -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

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, published in Dec 2014, and the complete second edition, published in June 2017.

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. 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/

Published

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

Mastering Bitcoin (First Edition) 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 second_edition branch, is the source for the published versions of Mastering Bitcoin (Second Edition).

The tag second_edition_print_1, corresponds to the first print of the second edition.

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