1
0
mirror of https://github.com/bitcoinbook/bitcoinbook synced 2024-12-23 15:18:11 +00:00

Edited appb_errata.adoc with Atlas code editor

This commit is contained in:
clenser 2023-10-14 18:37:52 +00:00
parent 29c19bcd98
commit af32d13025

View File

@ -107,7 +107,7 @@ chain-like; its more accurately described as a directed acyclic ((("transacti
=== Proof of Work
____
"we implement the proof-of-work by incrementing a nonce in the block
"we implement ((("Proof-of-Work algorithm", "errata in Bitcoin whitepaper", id="proof-errata")))the proof-of-work by incrementing a nonce in the block
until a value is found that gives the blocks hash the required zero
bits."
____
@ -148,12 +148,12 @@ Further, the average implemented in Bitcoin targets an average number of
blocks per two weeks (not per hour as might be implied by the text).
Other implemented rules may further slow adjustments, such as a rule
that the adjustment cannot increase block production speed by more than
300% per period, nor slow it by more than 75%.
300% per period, nor slow it by more ((("Proof-of-Work algorithm", "errata in Bitcoin whitepaper", startref="proof-errata")))than 75%.
=== Reclaiming Disk Space
____
"Once the latest transaction in a coin is buried under enough blocks, the
"Once the((("disk space", "reclaiming")))((("reclaiming", "disk space"))) latest transaction in a coin is buried under enough blocks, the
spent transactions before it can be discarded to save disk space"
____