1
0
mirror of https://github.com/bitcoinbook/bitcoinbook synced 2024-11-16 04:59:35 +00:00
Commit Graph

178 Commits

Author SHA1 Message Date
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
kristen@oreilly.com
33d62ab636 Edited ch10.asciidoc with Atlas code editor 2018-03-14 10:55:39 -07:00
kristen@oreilly.com
0e9a423f41 Edited ch10.asciidoc with Atlas code editor 2018-03-14 10:51:34 -07:00
kristen@oreilly.com
9fc3bc2424 Edited ch10.asciidoc with Atlas code editor 2018-03-14 10:45:57 -07:00
kristen@oreilly.com
a68ca9165f Edited ch10.asciidoc with Atlas code editor 2018-03-14 10:42:38 -07:00
Andreas M. Antonopoulos
79434212d6 Errata 163573 2018-03-14 10:52:52 -06:00
Andreas M. Antonopoulos
e96c5c0dda Errata 163831 2018-03-14 10:39:53 -06:00
Andreas M. Antonopoulos
6ef0bbcb95 Errata 166177 2018-03-14 10:32:54 -06:00
Andreas M. Antonopoulos
e06e6fe060 septa -> zeta #484 2018-03-03 14:37:02 -06:00
Will Binns
4b93722efd
ch10: Remove extra parenthesis 2018-03-03 13:59:26 -06:00
theStack
7849e2486d fixed annual hashing growth rates for y. 2014-2016
2014: 300 PH / 10 PH = 30
2015: 800 PH / 300 PH = 2.66
2016: 2500 PH / 800 PH = 3.12
(i.e. growth rates were off by a factor of 100)
2018-03-02 17:48:22 -05:00
Andreas M. Antonopoulos
fe7f436ccc
Merge pull request #501 from philippgille/patch-4
Fix wrong hashing rate numbers
2018-02-14 14:57:53 -06:00
Philipp Gillé
cb2d1994bc
Fix wrong hashing rate numbers 2018-02-06 15:50:45 +01:00
Philipp Gillé
5ff4c255be
Clarify which tx get moved to mempool
Commit contains two changes:
- The text previously said that the transactions from the block that gets removed from the main chain (and replaced by another one) are re-inserted in the mempool. But many (if not most) transactions are part of both blocks, because they were found at the same time, meaning the miners probably inluded many of the same tansactions in their block. These transactions don't get re-inserted into the mempool because they're in "triangle" and thus now part of the main chain.
- The sentenced ended with "no longer in the main chain", which is a repitition of what was previously said:
  > as its parent "upside-down-triangle" is no longer on the longest chain

  But instead of removing that part of the sentence I rephrased it so that the goal of the action becomes even more clear, which is why the transactions get re-inserted into the mempool (like instead of saying "x gets done because y is not the case anymore" we say "x gets done because we want z to be the case")
2018-02-06 15:19:03 +01:00
Andreas M. Antonopoulos
7422561304 Wording "spent whenever" to "spent at any time" #455 2018-02-04 10:45:15 -06:00
Andreas M. Antonopoulos
f22700f00e Wording #453 2018-02-04 10:36:56 -06:00
Andreas M. Antonopoulos
e319186321 State name is "FAILED". Wording #452 2018-02-04 10:35:38 -06:00
Andreas M. Antonopoulos
2d33df073e Wording #451 2018-02-04 10:33:25 -06:00
Andreas M. Antonopoulos
93645d1a5b Wording #450 2018-02-04 10:31:53 -06:00
Andreas M. Antonopoulos
801374b344 Explain extra nonce and timestamp to exceed 32 bit nonce #414 2018-02-03 19:11:27 -06:00
theStack
2f1015c23f s/isStandard/IsStandard/ (ref. to Bitcoin Core) 2018-02-03 05:58:52 -05:00
kristen@oreilly.com
393ba3cf3f Edited ch10.asciidoc with Atlas code editor 2017-07-18 09:48:44 -07:00
kristen@oreilly.com
9cabcbfa8e Edited ch10.asciidoc with Atlas code editor 2017-07-18 09:44:16 -07:00
kristen@oreilly.com
005cd0db1b Edited ch10.asciidoc with Atlas code editor 2017-07-18 09:40:15 -07:00
Andreas M. Antonopoulos
a8989aaffd updated number of years 2017-07-18 12:29:56 +08:00
Andreas M. Antonopoulos
0d4e64f963 better explanation of right-shift operator in halving calculation 2017-07-18 11:52:18 +08:00
Andreas M. Antonopoulos
0a1293f362 kW should be kW-hour 2017-07-18 11:44:20 +08:00
Andreas M. Antonopoulos
91aa28a0f3 Errata 163469 2017-07-18 10:29:23 +08:00
Andreas M. Antonopoulos
38e731cd24 Errata 163422 2017-07-18 10:21:18 +08:00
nadams
20141305ce Edited ch10.asciidoc with Atlas code editor 2017-05-18 13:06:01 -07:00
nadams
d902c2e0ea Edited ch10.asciidoc with Atlas code editor 2017-05-18 12:55:50 -07:00
nadams
ad309622b3 Edited ch10.asciidoc with Atlas code editor 2017-05-18 12:55:06 -07:00
nadams
968411d63d Edited ch10.asciidoc with Atlas code editor 2017-05-18 12:51:37 -07:00
nadams
808db46871 Edited ch10.asciidoc with Atlas code editor 2017-05-18 12:42:42 -07:00
nadams
345a057b36 Edited ch10.asciidoc with Atlas code editor 2017-05-18 12:26:01 -07:00
nadams
31f36f42f2 Edited ch10.asciidoc with Atlas code editor 2017-05-18 12:24:56 -07:00
nadams
c640c4217b Edited ch10.asciidoc with Atlas code editor 2017-05-18 11:54:06 -07:00
Nick Adams
f2fb35dbb0 index edit block technology 2017-05-18 12:03:24 -04:00
nadams
6ed17f6f6a Edited ch10.asciidoc with Atlas code editor 2017-05-18 08:54:01 -07:00
nadams
20ccb8d332 Edited ch10.asciidoc with Atlas code editor 2017-05-18 08:50:15 -07:00
nadams
733cdc8c6f Edited ch10.asciidoc with Atlas code editor 2017-05-18 08:45:55 -07:00
nadams
ffc8b3d9f5 Edited ch10.asciidoc with Atlas code editor 2017-05-18 08:44:03 -07:00
nadams
1b42415060 Edited ch10.asciidoc with Atlas code editor 2017-05-18 08:43:33 -07:00
nadams
133e7d8d8e Edited ch10.asciidoc with Atlas code editor 2017-05-18 08:41:21 -07:00
nadams
12caa53133 Edited ch10.asciidoc with Atlas code editor 2017-05-18 08:37:14 -07:00
nadams
f293cedccd Edited ch10.asciidoc with Atlas code editor 2017-05-18 08:32:18 -07:00
nadams
5e53f3dea5 Edited ch10.asciidoc with Atlas code editor 2017-05-18 08:27:45 -07:00
nadams
0c6bcfee63 Edited ch10.asciidoc with Atlas code editor 2017-05-18 08:18:52 -07:00
nadams
ca22de23df Edited ch10.asciidoc with Atlas code editor 2017-05-18 08:11:55 -07:00