mirror of
https://github.com/bitcoinbook/bitcoinbook
synced 2024-11-13 19:38:56 +00:00
Edited ch12_mining.adoc with Atlas code editor
This commit is contained in:
parent
958ec0fdeb
commit
47c8aa1b3e
@ -1085,11 +1085,11 @@ a block at the same height and immediately start computing the next
|
||||
block in the chain, using Jing's block as the "parent." By building on
|
||||
top of Jing's newly discovered block, the other miners are essentially
|
||||
using their mining power to endorse Jing's block and the
|
||||
chain it extends.
|
||||
chain((("candidate blocks", "mining", startref="candidate-mine")))((("blocks", "candidate blocks", "mining", startref="block-candidate-mine")))((("mining", "candidate blocks", startref="mining-candidate")))((("bitcoins", "mining", "candidate blocks", startref="bitcoin-mining-candidate"))) it extends.
|
||||
|
||||
In the next section, we'll look at the process each node uses to
|
||||
validate a block and select the most-work chain, creating the consensus
|
||||
that forms the decentralized ((("candidate blocks", "mining", startref="candidate-mine")))((("blocks", "candidate blocks", "mining", startref="block-candidate-mine")))((("mining", "candidate blocks", startref="mining-candidate")))((("bitcoins", "mining", "candidate blocks", startref="bitcoin-mining-candidate")))blockchain.
|
||||
that forms the decentralized blockchain.
|
||||
|
||||
=== Validating a New Block
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user