1
0
mirror of https://github.com/bitcoinbook/bitcoinbook synced 2024-11-17 05:29:14 +00:00
Commit Graph

3090 Commits

Author SHA1 Message Date
Andreas M. Antonopoulos
9511f12a37 Change heading level and index reference name 2018-02-02 15:41:21 -08:00
Andreas M. Antonopoulos
6c980afdd0
Added Travis CI image 2018-02-02 16:58:56 -06:00
Andreas M. Antonopoulos
16939e29c0
Updated README
Changed branches to tags to avoid duplication of PRs, updated links in README to point to tags (releases)
2018-02-02 16:53:01 -06:00
Andreas M. Antonopoulos
b2553813dc Merge branch 'master' into develop 2018-02-02 16:42:20 -06:00
Andreas M. Antonopoulos
4bad0fb922 Merge remote-tracking branch 'github/second_edition' into develop 2018-02-02 16:31:01 -06:00
Andreas M. Antonopoulos
b7d97a5e80
Use of print function from Python 3 requires () 2018-02-02 16:29:36 -06:00
Andreas M. Antonopoulos
8b07de597e
Merge pull request #489 from ALeschinsky/patch-1
Tiny correction
2018-02-02 13:56:40 -08:00
Andreas M. Antonopoulos
34148102ba
Merge pull request #488 from cclauss/patch-2
Create .travis.yml for the second edition
2018-02-02 13:55:44 -08:00
Andreas M. Antonopoulos
75484bb05a Merge branch 'second_edition' 2018-02-02 15:15:14 -06:00
Andreas M. Antonopoulos
7351d8af41 Merge branch 'second_edition' into develop 2018-02-02 15:11:59 -06:00
Andreas M. Antonopoulos
ef4b4f72f0 Merge remote-tracking branch 'github/develop' into develop 2018-02-02 15:09:38 -06:00
Andreas M. Antonopoulos
9dacbb40e3 Merge remote-tracking branch 'github/develop' into second_edition 2018-02-02 15:08:14 -06:00
Andrew Leschinsky
213271f59a
Tiny correction 2018-02-02 16:00:36 -05:00
cclauss
708caac14b
Create .travis.yml for the second edition 2018-02-02 21:57:46 +01:00
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
Andreas M. Antonopoulos
1622954c4e
Merge pull request #437 from JoKeyser/develop
Two typo fixes in Ch 12.
2018-02-02 12:39:23 -08:00
Andreas M. Antonopoulos
775c19605e
Merge pull request #436 from juzna/01
Fix minor grammatical issue
2018-02-02 12:38:15 -08:00
Andreas M. Antonopoulos
cbc23caf8a
Merge pull request #431 from cjjojoba/cjjojoba-patch-1
Update ec-math.py
2018-02-02 12:35:19 -08:00
Andreas M. Antonopoulos
225cb58c09
Merge pull request #430 from manjeetbhatia/patch-1
Update hash_example.py
2018-02-02 12:30:52 -08:00
Andreas M. Antonopoulos
ec281e811a
Merge pull request #425 from sunnyville01/wallet_key_path
Clearer description of the decendants in HD wallet key path table
2018-02-02 12:25:58 -08:00
Andreas M. Antonopoulos
b8d3d7e558
Merge pull request #416 from rrthomas/develop
Make range of private key precise
2018-02-02 12:24:55 -08:00
Andreas M. Antonopoulos
0040bb9eaf
Merge pull request #412 from sedaghatfar/patch-3
Update ch02.asciidoc
2018-02-02 12:22:59 -08:00
Andreas M. Antonopoulos
8d1f8aaee5
Merge pull request #411 from sedaghatfar/patch-2
Update ch01.asciidoc
2018-02-02 12:20:45 -08:00
Andreas M. Antonopoulos
061443e067
Updated "largest value ever Tx" 2018-02-02 14:20:20 -06:00
Andreas M. Antonopoulos
f9c92a201a
Merge pull request #410 from sedaghatfar/patch-1
Update ch01.asciidoc
2018-02-02 12:18:49 -08:00
Andreas M. Antonopoulos
0bbc3cae6d
Update to reflect high fees
Testing several wallets by moving money is not cheap anymore. Instead, test several wallets by moving the keys or seeds between them.
2018-02-02 14:18:32 -06:00
Andreas M. Antonopoulos
9f67e5694a
Undo "centrally trusted"
I think the original wording conveys the meaning I intended better. It is not that the authority is trusted centrally. It is a central authority that is trusted.
2018-02-02 14:15:55 -06:00
Andreas M. Antonopoulos
0fa51a7129
Merge pull request #409 from himanshudabas/second_edition
updated the "Structure of a Block"
2018-02-02 12:12:47 -08:00
Andreas M. Antonopoulos
7e9d73ede7
Merge pull request #405 from zduniak/second_edition
typo (doubled "been been")
2018-02-02 12:09:02 -08:00
Andreas M. Antonopoulos
95b1aa31b8
Merge pull request #383 from ysangkok/patch-1
segwit has activated
2018-02-02 12:06:50 -08:00
Andreas M. Antonopoulos
5add69688e
Merge pull request #352 from cclauss/patch-2
Add free automated flake8 testing on all pull requests
2018-02-02 12:03:03 -08:00
Andreas M. Antonopoulos
f5caf447f2
Merge pull request #375 from jachiang/develop
1) Sighash flag typo 2) Correction of first part of transaction input
2018-02-02 11:58:20 -08:00
Andreas M. Antonopoulos
06197378be
Merge pull request #373 from lrettig/lrettig-patch-1
Fix typo
2018-02-02 11:56:31 -08:00
Andreas M. Antonopoulos
5fd05bba20
Merge pull request #379 from guenterrote/second_edition
invisible typo: replaced 11 by ll
2018-02-02 11:51:51 -08:00
Andreas M. Antonopoulos
72f8b77dc2
Added info on PDF, license & reading this book 2018-01-27 08:29:15 -06:00
ZhaoChunsheng
5460eb7a8d
Update key-to-address-ecc-example.py
The code is very possible to miss a leading '0'.
E.g:
Private Key (hex) is: 57c003d31cca32f79a22e70334fff37875617e89c04d2746b5efc22067ccb8fd
Before: Compressed Public Key (hex) is: 03 8f0de2360796ae0fe17f1a2b0be30af6fb45eccc4a1c7afb5ebea21d041b6e0
After: Compressed Public Key (hex) is: 03 08f0de2360796ae0fe17f1a2b0be30af6fb45eccc4a1c7afb5ebea21d041b6e0

The bug is in the pybitcointools, but it is not updated, we can only repair it ourselves.
2018-01-27 21:56:25 +08:00
Will Binns
2d01be5381
preface: Update copyright to 2018 2018-01-24 12:00:27 -06:00
Will Binns
b7ac01e477 preface: Add contributor - Philipp Gillé 2018-01-24 11:57:49 -06:00
Will Binns
f3662a2002 preface: Add contributor - Thomas Kerin 2018-01-24 11:57:49 -06:00
Will Binns
044d480a44 preface: Add contributor - Darius Kramer 2018-01-24 11:57:49 -06:00
Will Binns
f0a57a71ff
Merge pull request #443 from philippgille/patch-1
Add detail to a benefit of P2SH
2018-01-25 00:15:59 +07:00
Will Binns
97546e22a8
Merge pull request #444 from philippgille/patch-2
Fix typo
2018-01-25 00:12:14 +07:00
Will Binns
66152a4b15
Merge pull request #472 from afk11/bitwasp-bitcoin-php-library
Add bitwasp/bitcoin php library
2018-01-25 00:03:27 +07:00
Will Binns
fab0e37f15
Merge pull request #474 from dkrmr/fix-minor-typo-glossary
Fix minor typo in glossary
2018-01-24 23:57:24 +07:00
Will Binns
c2bfbc5915
preface: Add contributor - Magomed Aliev 2018-01-24 10:53:20 -06:00
Will Binns
1aa56ce982
ch12: Fix mistake in HTLC contract definition
Closes #476
2018-01-24 10:51:53 -06:00
dkrm
164a54752d fix minor typo 2018-01-15 13:27:34 +01:00
Thomas Kerin
c5cb729126
Add bitwasp bitcoin php library 2018-01-12 20:55:47 +01:00
Andreas M. Antonopoulos
8e0f98c04d Merge branch 'develop' 2018-01-12 10:14:24 -06:00
Akira Chiku
6f8ddea301 Revert "Fix ch05 sentence"
This reverts commit 63da98e1bd.
2018-01-12 10:10:07 -06:00