1
0
mirror of https://github.com/bitcoinbook/bitcoinbook synced 2024-11-13 19:38:56 +00:00
Commit Graph

3286 Commits

Author SHA1 Message Date
Will Binns
98761d9d92
Merge pull request #609 from sudeshnas25/patch-1
Update README.md
2019-06-19 23:26:40 +02:00
Will Binns
b900916251
Merge pull request #600 from bchase/patch-1
fix typo: "diffent" -> "different"
2019-06-19 23:23:35 +02:00
Will Binns
f6f5b29822
Merge pull request #594 from ottosch/develop
Fixed typo: "note than" -> "note that"
2019-06-19 23:21:37 +02:00
Will Binns
950d220264
Merge pull request #589 from hebasto/ch07-fixed-typo
ch07 - fixed typo
2019-06-19 23:14:26 +02:00
Will Binns
ef278c6fe2
Merge pull request #588 from hebasto/ch06-grammatical-number
ch06 - fixed grammatical number
2019-06-19 23:14:09 +02:00
Will Binns
e7bdaf98a2
Merge pull request #557 from oboukli/colophon-updates
Normalize animals.oreilly.com URL in colophon
2019-06-19 23:09:07 +02:00
Will Binns
bfbc62a1a6
Merge pull request #555 from oboukli/chapter-10-updates
Fix inconsistent date format
2019-06-19 22:51:56 +02:00
Will Binns
4e87168621
Merge pull request #554 from oboukli/chapter-09-updates
Fix missing comma
2019-06-19 22:49:47 +02:00
Will Binns
632b99be64
Merge pull request #636 from pphili/develop
fixed minor typo
2019-06-19 22:40:13 +02:00
pphili
c8c2a1e5f4
fix typo 2019-06-17 16:44:58 -04:00
Will Binns
162f30d0ed
Merge pull request #611 from oleiba/patch-1
add blockstream.info as a popular explorer
2019-05-14 21:32:22 +00:00
Will Binns
2db79a8001
Merge pull request #612 from ysangkok/patch-1
Segwit has been activated on mainnet
2019-05-14 21:30:09 +00:00
Will Binns
77cd7709a0
Merge pull request #619 from aminmazi/develop
fix a typo in ch5 : an deterministic
2019-05-14 21:28:13 +00:00
Will Binns
76851acd0a
Merge pull request #630 from johnpaulkiser/patch-2
Replaces bitly links with full links in Tip boxes
2019-05-13 12:43:00 +00:00
Will Binns
0e6a489f49
Merge pull request #584 from jcramer/develop
fix OP_SWAP error in description
2019-05-11 20:16:50 +00:00
Will Binns
2e06b08fd5
Merge pull request #559 from oboukli/chapter-06-updates
Chapter 06 Normalize and update URL to HTTPS scheme
2019-05-09 20:16:45 +00:00
Will Binns
df29764605
Merge pull request #563 from wintercooled/develop
Fixed broken link to rpcuser.py - is actually rpcauth.py
2019-05-09 20:07:22 +00:00
Will Binns
10914b174e
Merge pull request #564 from satwo/patch-1
Specify height/timestamp cutoff for nLockTime
2019-05-09 20:05:30 +00:00
Will Binns
ecbde7c77c
Merge pull request #568 from theStack/maxmoney_unusedvar
max_money.py: use variable start_block_reward (eliminate magic number)
2019-05-09 19:55:45 +00:00
Will Binns
54e3116873
Merge pull request #549 from patstockwell/patch-1
Change 'inputs' to 'outputs'
2019-05-08 20:54:40 +00:00
Will Binns
9acd7a6dd8
Merge pull request #548 from asymmetric/patch-1
Remove "short" from timelock sentence
2019-05-08 20:52:18 +00:00
Will Binns
41aa4e8c4c
Merge pull request #545 from ankona/patch-1
fix double negative typo in example
2019-05-08 20:49:46 +00:00
Will Binns
ee6131abf0
Merge pull request #531 from koshikraj/code-fix
fixed hashlib library error for python3
2019-05-08 20:26:45 +00:00
Will Binns
70ba34d079
Merge pull request #536 from Quuxplusone/numeric-limits
Stop using numeric_limits for the constant "255", and fix a bug.
2019-05-08 13:40:15 +00:00
Will Binns
efb111026f
Merge pull request #539 from Quuxplusone/equals-sign
Revert accidental s/=/==/ in the Bitcoin Whitepaper appendix.
2019-05-08 13:38:15 +00:00
Will Binns
dcb89ad663
Merge pull request #537 from Quuxplusone/berkley
Spelling nit: s/Berkley/Berkeley/
2019-05-08 13:29:13 +00:00
Will Binns
165e2fa2c2
Merge pull request #526 from trulex/patch-1
"program language" -> "programming language"
2019-05-08 13:24:58 +00:00
Will Binns
5785fc9d5d
Merge pull request #521 from kenjiszk/kenjiszk/fix-typo-patch-1
fix segit to segwit
2019-05-08 13:17:10 +00:00
JP
190ef2e6a5
Replaces bitly links with full links in Tip boxes
The bitly links are redirecting to a warning page. 
https://bitly.com/a/warning?hash=1u0FIGs&url=https%3A%2F%2Fblockchain.info%2Ftx%2F0627052b6f28912f2703066a912ea577f2ce4da4caa5a5fbd8a57286c345c2f2
2019-03-09 15:10:50 -05:00
Amin Mazinani
fd9ff0017f
fix a typo in ch5 : an deterministic 2019-01-07 11:13:58 +03:30
Andreas M. Antonopoulos
7bd15a8a53
Merge pull request #614 from Enegnei/patch-1
Added list of chapter numbers & titles
2018-12-20 20:38:51 -03:00
@J9Roem
0355c51c60
Added list of chapter numbers & titles 2018-12-21 00:32:52 +01:00
Janus Troelsen
29e3a0a267
Segwit has been activated on mainnet
Remove outdated sentence.
2018-11-14 12:47:56 +01:00
Oded Leiba
a24ab39125
add blockstream.info as a popular explorer
It support testnet, native bech32, transaction scripts and more
2018-11-11 00:19:00 +02:00
sudeshnas25
998bf7369b
Update README.md 2018-10-31 01:01:14 +05:30
Andreas M. Antonopoulos
0cd5f46948 Released 2nd Edition as CC-BY-SA 2018-10-25 17:27:54 -04:00
Andreas M. Antonopoulos
362f0b340f Merge branch 'master' into develop 2018-10-25 16:57:58 -04:00
Andreas M. Antonopoulos
c88b1efe41 Merge branch 'develop' 2018-10-25 16:57:26 -04:00
wintercooled
b997d7cd84 Merge remote-tracking branch 'upstream/develop' into develop 2018-10-21 19:39:58 +01:00
Brad Chase
8c239e31f9
fix typo: "diffent" -> "different" 2018-09-04 09:20:27 -04:00
Andreas M. Antonopoulos
df1828b720
Merge pull request #595 from MarcoFalke/Mf18-fixups
ch10: Clarify sequence number for typical tx input
2018-08-21 19:03:17 -06:00
MarcoFalke
f91e539a82 ch10: Clarify sequence number for typical tx input 2018-08-21 20:29:13 -04:00
MarcoFalke
6647b56145 Correct my GitHub handle (CamelCase) 2018-08-21 20:18:57 -04:00
ottoteixeira
b18ee82b46
Fixed typo: "note than" -> "note that" 2018-08-17 14:37:21 -03:00
Hennadii Stepanov
367bd252c9
ch07 - fixed typo
'segit' -> 'segwit'
2018-07-22 22:30:06 +03:00
Hennadii Stepanov
ec1cf256c7
ch06 - fixed grammatical number
'a lot of underlying detail' -> 'a lot of underlying details'
2018-07-22 22:23:43 +03:00
James Cramer
1376e976e8 fix OP_SWAP error in description 2018-07-12 13:14:38 -04:00
theStack
24fd7bd79b max_money.py: use variable start_block_reward (eliminate magic number) 2018-05-19 09:10:18 -04:00
Samuel B. Atwood
d6ec46403f
Specify height/timestamp cutoff for nLockTime
Changed "If it is above 500 million..." to "If it is greater than or equal to 500 million" to more accurately reflect the protocol spec.
See: https://en.bitcoin.it/wiki/Script#Locktime
2018-05-07 11:49:35 -05:00
wintercooled
b54037cbd6
Fixed broken link to rpcuser.py - is actually rpcauth.py
The correct file and path is rpcauth not rpcuser

https://github.com/bitcoin/bitcoin/blob/master/share/rpcauth/rpcauth.py
2018-05-07 13:40:10 +01:00