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

245 Commits

Author SHA1 Message Date
Will Binns
70138ae6f7
ch06: Elaborate on block explorer reference
Closes #382
2020-05-01 13:45:30 -06:00
Will Binns
df5e77fbf9
Merge pull request #550 from bilthon/develop
Illustration of the effect of the different SIGHASH flag combinations
2019-10-04 12:56:28 +02:00
Will Binns
f9863fad0d
Merge pull request #641 from mikong/update-domain
Update domain for bitcoinfees website in ch06
2019-10-04 12:44:43 +02:00
Dan Raviv
302a95857c
[ch6] Use n instead of p for group order of EC
This is to match existing common conventions.
By convention, n, not p, is used to indicate the prime group order of the EC.
This is currently extra confusing because p *is* (by convention) used to indicate the order of the EC's finite field.

References:
https://github.com/bitcoin-core/secp256k1/blob/master/src/ecdsa_impl.h
http://www.secg.org/sec2-v2.pdf
https://en.wikipedia.org/wiki/Elliptic_Curve_Digital_Signature_Algorithm
2019-09-07 19:14:42 +03:00
mikong
e596e02229
Update domain for bitcoinfees website in ch06 2019-08-25 21:55:50 +08: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
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
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
Nelson R. Perez
538af89f87 Added a period at the end of the sentence 2018-06-01 12:09:15 -05:00
Omar Boukli-Hacene
f18d93d18a Normalize and update URL to HTTPS scheme 2018-04-27 09:19:01 +04:00
Nelson R. Perez
d6e1399c35 Adding a diagram to better illustrate what the different bit flag combinations imply 2018-04-22 21:38:05 -05:00
Chris McBride
db6370b735
fix double negative in example
the double negative changes the example output to 13 instead of the expected 7
2018-04-04 17:59:58 -04:00
kristen@oreilly.com
83f38cca3b Edited ch06.asciidoc with Atlas code editor 2018-03-05 11:29:23 -08:00
Andreas M. Antonopoulos
8f744c6632
Merge pull request #507 from Yky/patch-3
fixed typto for minrelaytxfee: 0.0001 -> 0.00001
2018-02-14 14:59:55 -06:00
Andreas M. Antonopoulos
cc2a8e9790
Merge pull request #506 from Yky/patch-2
fixed typos: "an UTXO" -> "a UTXO"
2018-02-14 14:59:28 -06:00
Yky
0f226fbc07
fixed typto for minrelaytxfee: 0.0001 -> 0.00001 2018-02-10 11:48:22 +01:00
Yky
2060819feb
fixed typos: "an UTXO" -> "a UTXO" 2018-02-10 11:27:24 +01:00
Reuben Thomas
4e65d83bf5 Fix issue #454: change adverbial “just like” → “just as” 2018-02-04 20:42:08 +00:00
Andreas M. Antonopoulos
53c74797f1 Removed the "math is scary" cliche #419 2018-02-03 19:27:34 -06:00
Andreas M. Antonopoulos
6e20da5e14 Removed mention of alternate stack, as it hasn't been defined #418 2018-02-03 19:20:38 -06:00
Andreas M. Antonopoulos
8b07de597e
Merge pull request #489 from ALeschinsky/patch-1
Tiny correction
2018-02-02 13:56:40 -08:00
Andrew Leschinsky
213271f59a
Tiny correction 2018-02-02 16:00:36 -05:00
Marcin Zduniak
d8e26e8d53
Update ch06.asciidoc 2017-11-11 21:11:55 +01:00
jachiang
8f1075f423 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
jachiang
06378864c5 ch06 typo: first part of an input is tx reference and output index (vs sequence number, which is the 3rd part) 2017-09-11 21:16:41 +02:00
jachiang
eb4116f8b4 ch06 sighash flag typo: one input (s) 2017-09-11 21:07:16 +02:00
Will Binns
d736cc98e7
ch06: Remove unnecessary 'to' 2017-09-05 20:40:06 -06:00
Andreas M. Antonopoulos
5ee0b2019a ambiguous use of "quarter" coin denomination for non-americans 2017-07-18 12:35:58 +08:00
Andreas M. Antonopoulos
9dc80d0236 typo duplicate word 2017-07-18 12:24:52 +08:00
nadams
d5f5cb9290 Edited ch06.asciidoc with Atlas code editor 2017-05-30 12:45:39 -07:00
nadams
8ee1c3e800 Edited ch06.asciidoc with Atlas code editor 2017-05-30 12:36:11 -07:00
nadams
f10ef6c2be Edited ch06.asciidoc with Atlas code editor 2017-05-30 12:26:47 -07:00
nadams
09b6d6a3b2 Edited ch06.asciidoc with Atlas code editor 2017-05-30 12:15:35 -07:00
nadams
4b65457eb6 Edited ch06.asciidoc with Atlas code editor 2017-05-18 11:42:11 -07:00
nadams
7c91dff625 Edited ch06.asciidoc with Atlas code editor 2017-05-18 11:38:19 -07:00
nadams
7780de0dd9 Edited ch06.asciidoc with Atlas code editor 2017-05-18 09:31:22 -07:00
nadams
036e54db49 Edited ch06.asciidoc with Atlas code editor 2017-05-18 09:23:04 -07:00
nadams
21839e7beb Edited ch06.asciidoc with Atlas code editor 2017-05-18 09:18:16 -07:00
nadams
b53e4dbdae Edited ch06.asciidoc with Atlas code editor 2017-05-18 08:17:00 -07:00
nadams
b9c110c901 Edited ch06.asciidoc with Atlas code editor 2017-05-18 08:10:08 -07:00
nadams
41851b3f7f Edited ch06.asciidoc with Atlas code editor 2017-05-18 07:56:19 -07:00
nadams
7c06f57772 Edited ch06.asciidoc with Atlas code editor 2017-05-17 11:50:44 -07:00
nadams
aee6dbe417 Edited ch06.asciidoc with Atlas code editor 2017-05-17 11:46:16 -07:00
nadams
ab8057e41a Edited ch06.asciidoc with Atlas code editor 2017-05-17 11:44:31 -07:00
nadams
70854df04b Edited ch06.asciidoc with Atlas code editor 2017-05-17 11:40:35 -07:00
nadams
d5af9fefd2 Edited ch06.asciidoc with Atlas code editor 2017-05-17 11:06:25 -07:00
nadams
2d4ced2af5 Edited ch06.asciidoc with Atlas code editor 2017-05-17 11:00:32 -07:00
nadams
977bf8efd3 Edited ch06.asciidoc with Atlas code editor 2017-05-11 06:21:52 -07:00
nadams
e7c5317d73 Edited ch06.asciidoc with Atlas code editor 2017-05-11 06:01:09 -07:00
nadams
9e677f5e40 Edited ch06.asciidoc with Atlas code editor 2017-05-11 05:59:36 -07:00