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

226 Commits

Author SHA1 Message Date
Will Binns
f681618620
Merge pull request #848 from rating89us/patch-54
ch10: block reward decreases over time
2021-03-06 03:40:09 +01:00
rating89us
5fb752cf6e
ch10: block reward decreases over time 2021-03-05 23:52:58 +01:00
rating89us
58d1407fc9 ch10: also known as a block reward or coinbase reward 2021-03-05 23:39:38 +01:00
Will Binns
7e8ba0f89b
Merge pull request #845 from rating89us/patch-55
ch10: the target -> this target
2021-03-05 22:04:42 +01:00
rating89us
816f429a32
ch10: the target -> this target 2021-03-05 16:58:28 +01:00
rating89us
cf5643a0df
ch10: may include -> usually includes 2021-03-05 14:18:21 +01:00
Will Binns
6c0957abd4
Merge branch 'develop' into 210119-target 2021-03-04 18:58:03 +01:00
Will Binns
96176cc7e1
Merge pull request #802 from rating89us/patch-34
ch10: referenced output transaction -> its parent transaction
2021-02-20 21:56:39 +00:00
Will Binns
8a356444dc
Merge pull request #799 from rating89us/patch-38
Remove bash symbol from comments in Ch09 & Ch10
2021-02-20 21:46:26 +00:00
Will Binns
da6d7cf457
Merge pull request #709 from rating89us/patch-8
ch10: 'support'->'provide(s) support for'; add 'string'; add 'finally,'
2021-02-20 21:36:25 +00:00
Will Binns
be6c9f565a
Merge branch 'develop' into syncom/ch10-nit-editorial-suggestion 2021-02-20 21:29:56 +00:00
Will Binns
6ce6360492
Merge pull request #752 from rating89us/patch-11
ch10: adding stale block
2021-02-20 18:42:12 +00:00
Will Binns
0955f3dfe9
Merge pull request #755 from rating89us/patch-15
ch10: replace - by – in Total Fees equation
2021-02-20 18:38:37 +00:00
rating89us
ebf59432b9
ch10: referenced output transaction -> parent transaction 2021-02-20 18:29:04 +01:00
rating89us
59dbb7dedf
ch10: Remove bash symbol from comments 2021-02-20 17:08:56 +01:00
rating89us
7af5264b3f ch10: adding "stale block", removing "orphan block" 2021-02-20 15:17:22 +01:00
Will Binns
90a71a9198
Merge pull request #776 from ffilozov/ch10_fix1
Fixing typo.
2021-02-20 12:40:17 +00:00
Will Binns
48b03b42f6
Merge pull request #778 from ffilozov/ch10_fix3
Fixing off-by-one dice target, and adding more precision to the outcome.
2021-02-20 11:13:16 +00:00
Will Binns
76d42815cc
Merge pull request #779 from ffilozov/ch10_fix4
Changing phrase to a more conventional one.
2021-02-20 11:11:46 +00:00
Felix Filozov
cdcfeb16e8 Fixing typo. 2021-02-10 21:24:29 -05:00
Felix Filozov
9fa9fd891e Changing phrase to a more conventional one. 2021-02-10 21:08:19 -05:00
Felix Filozov
879243bf95 Changing phrase to a more conventional one. 2021-02-10 21:06:17 -05:00
Felix Filozov
e60b823854 Fixing off-by-one dice target, and adding more precision to the outcome.
The minimum target cannot be 2, because you can't throw
a pair of dice and get a value less than 2.
2021-02-10 21:00:20 -05:00
rating89us
71666cbb54
ch10: replace - by – in Total Fees equation 2021-01-23 03:59:50 +01:00
Hennadii Stepanov
5d50a93ee6
ch10: Align target description with the actual implementation
See: 43f3ada27b/src/pow.cpp (L86-L88)
2021-01-19 15:10:02 +02:00
Ning Shang
7284634837
Nit: exponentially -> significantly
In the dice rolling example, because there are only two dice, the phrase 'exponentially more' could cause confusion. It feels better to be a bit handwavy here and just say 'significantly more'.
2021-01-18 20:51:21 -08:00
rating89us
1d58378edf ch10: make it clear that hard fork is in bitcoin 2021-01-16 21:06:43 +01:00
Andreas M. Antonopoulos
784351ad69
Merge pull request #708 from rating89us/patch-5
ch10: delete 'no longer'; clarify 'forward' word
2021-01-14 19:34:49 -06:00
Andreas M. Antonopoulos
c7b30db76d
Merge pull request #706 from rating89us/patch-3
ch10: add "'s input"
2021-01-14 19:33:26 -06:00
Andreas M. Antonopoulos
8393fa275d
Merge pull request #705 from rating89us/patch-2
ch10: paralellism (the...the)
2021-01-14 19:32:39 -06:00
Andreas M. Antonopoulos
71b4e52dcb
Merge pull request #704 from rating89us/patch-1
ch10: candidate node -> candidate block
2021-01-14 19:32:04 -06:00
rating89us
dd17f8a422
ch10: 'support'->'provide(s) support for'; add 'string'; add 'finally,' 2020-11-25 21:18:39 +01:00
rating89us
fadbe5d4f4
ch10: delete 'no longer'; clarify that 'forward' means in relation to the hard fork event 2020-11-25 20:05:26 +01:00
rating89us
1fc2e16334
ch10: add "'s input" 2020-11-25 00:34:14 +01:00
rating89us
095bf26c9a
ch10: paralellism (the...the) 2020-11-24 13:15:07 +01:00
rating89us
7a97ea0ee3
ch10: candidate node -> candidate block 2020-11-24 12:56:34 +01:00
Stacie Waleyko
eb4ec4f0b7
Fix minor typo in Chapter 10 2020-10-24 21:57:40 -04:00
64H-1
17029be8ac
Change 1.8 ZH/s to 1.8 ZH
Wrong dimension. It takes a certain number of hashes to discover a new block on average, not a certain number of hashes per second.
2020-07-29 12:19:16 +02:00
Will Binns
25569ba101
ch01/ch09/ch10: Standardize pluralization of 'bitcoin' 2020-07-16 16:33:13 +02:00
Will Binns
5c2c74d452
ch02/ch10: Update references to block reward post-halving 2020-07-16 16:26:25 +02:00
Will Binns
3a65ac297c
ch10: Fix increase
Closes #587
2020-05-20 22:27:59 +02:00
Dan Nolan
f564e60226
Integer Typo 2020-02-12 16:53:32 -05: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
pphili
c8c2a1e5f4
fix typo 2019-06-17 16:44:58 -04:00
Will Binns
dcb89ad663
Merge pull request #537 from Quuxplusone/berkley
Spelling nit: s/Berkley/Berkeley/
2019-05-08 13:29:13 +00:00
MarcoFalke
f91e539a82 ch10: Clarify sequence number for typical tx input 2018-08-21 20:29:13 -04:00
Omar Boukli-Hacene
86034b6ecd Fix inconsistent date format 2018-04-26 04:03:12 +04:00
Arthur O'Dwyer
dc1ead7d15 Spelling nit: s/Berkley/Berkeley/ 2018-03-25 20:22:49 -07:00
kristen@oreilly.com
ff3472c3eb Edited ch10.asciidoc with Atlas code editor 2018-03-14 10:59:23 -07:00
kristen@oreilly.com
cd2d1d6c1a Edited ch10.asciidoc with Atlas code editor 2018-03-14 10:58:18 -07:00