1
0
mirror of https://github.com/bitcoinbook/bitcoinbook synced 2024-11-15 20:49:21 +00:00
Commit Graph

256 Commits

Author SHA1 Message Date
rating89us
07d54abf7c
ch06: transaction(s) -> transaction 2021-02-22 19:47:59 +01:00
Will Binns
6fe458789d
Merge pull request #749 from sandroconforto/develop
ch06: Typo fixes
2021-02-20 18:43:28 +00:00
Will Binns
52ff3ef70b
Merge pull request #757 from rating89us/patch-17
ch06: explaining that the change "gift" goes to the miner
2021-02-20 18:37:35 +00:00
Will Binns
32c946d212
Merge pull request #759 from rating89us/patch-18
ch06: a -> this
2021-02-20 18:36:36 +00:00
Will Binns
a80d56189c
Merge pull request #762 from rating89us/patch-19
ch06: extracted -> extracts (parallelism)
2021-02-20 18:35:18 +00:00
rating89us
5a999ae452
ch06: that -> each 2021-01-31 16:27:36 +01:00
rating89us
d4fa3e590a
ch06: extracted -> extracts (parallelism) 2021-01-31 16:17:08 +01:00
rating89us
2feb6ac3c3
ch06: a -> this 2021-01-26 08:56:45 +01:00
rating89us
5ecbf39068
ch06: explaining that the change "gift" goes to the miner 2021-01-24 23:58:15 +01:00
Sandro Conforto
442f6f74e9 ch06: Typo fixes
Fix a minor punctuation typo
2021-01-20 21:35:52 +01:00
Will Binns
a16500efbf
ch06: Remove link to b.info strange transactions (n/a) 2020-07-16 18:06:51 +02:00
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