1
0
mirror of https://github.com/bitcoinbook/bitcoinbook synced 2024-11-18 06:08:18 +00:00
Commit Graph

3438 Commits

Author SHA1 Message Date
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
Massimiliano Terzi
9e2817f50a
Update ec-math.py
python 3, no need for decoding/encoding
2019-01-01 16:58:31 +00:00
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
Tiago Canto
0c9fe256b0
In CKD function the public key is compressed
264 bits is the size of a compressed public key
2018-11-07 16:26:24 -03: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
Nelson R. Perez
538af89f87 Added a period at the end of the sentence 2018-06-01 12:09:15 -05:00
Omar Boukli-Hacene
32d597cf68 Revise URLs in Chapter 12
Use HTTPS scheme in URLs where applicable
Replace http://www.openassets.org/ with https://github.com/OpenAssets
Edit link title on line 86 to official one
Fix two spaces after period to one space (lines 105 and 412)
Remove duplicate URL on line 500 as it is appears at line 502
2018-06-01 14:43:18 +04:00
Nelson R. Perez
bb3cad4207 Added legends to the graph 2018-05-29 21:57:18 -05:00
María
8a1c83659b fixed example in Table 5-6. HD wallet path examples 2018-05-23 15:07:29 +02: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
user135711
b84d311d77
Update ch03.asciidoc 2018-04-29 22:50:23 -07:00
user135711
a6194e565b
made link relative
made relative
2018-04-29 21:04:58 -07:00
user135711
97eb6fce80
Removed external links for print book
I forgot this was a print book, so I removed the reference to external sites in my pull request.
2018-04-29 20:57:12 -07:00
user135711
043f1aa53a
Update ch03.asciidoc 2018-04-29 20:04:25 -07:00
user135711
c565747670
Update ch03.asciidoc 2018-04-29 19:25:19 -07:00
user135711
96e5036ca2
bitcoin.conf is not created automatically
The file didn't exist after building and installing the .16 most recent release and according to the documentation in the added [link](https://en.bitcoin.it/wiki/Running_Bitcoin#Bitcoin.conf_Configuration_File) and [bitcoin stackexchange](https://bitcoin.stackexchange.com/questions/11190/where-is-the-configuration-file-of-bitcoin-qt-kept) you are supposed to make it yourself.
2018-04-29 19:14:16 -07:00
Omar Boukli-Hacene
73f288dcaf Normalize animals.oreilly.com URL in colophon 2018-04-28 12:12:03 +04:00
Omar Boukli-Hacene
f33a8de918 Fix double whitespaces in chapter 1 2018-04-27 10:12:08 +04:00
Omar Boukli-Hacene
f18d93d18a Normalize and update URL to HTTPS scheme 2018-04-27 09:19:01 +04:00
Omar Boukli-Hacene
9c67786252 Normalize URLs 2018-04-27 00:43:41 +04:00
Omar Boukli-Hacene
cfabc0d271 Update URLs to HTTPS scheme 2018-04-27 00:28:38 +04:00
Omar Boukli-Hacene
86034b6ecd Fix inconsistent date format 2018-04-26 04:03:12 +04:00
Omar Boukli-Hacene
111b6b6a7f Fix missing comma 2018-04-26 03:35:03 +04:00
Nelson R. Perez
a13096089e Adjusted size of the figure 2018-04-22 21:40:49 -05:00