mirror of
https://github.com/bitcoinbook/bitcoinbook
synced 2025-06-08 17:18:50 +00:00
Edited ch12_mining.adoc with Atlas code editor
This commit is contained in:
parent
11709226f5
commit
907203c20c
@ -344,7 +344,7 @@ that block. Whatever transactions remain in the memory pool are
|
|||||||
unconfirmed and are waiting to be recorded in a new block.
|
unconfirmed and are waiting to be recorded in a new block.
|
||||||
|
|
||||||
Jing's node immediately constructs a new partial block, a
|
Jing's node immediately constructs a new partial block, a
|
||||||
candidate for the next block. This block is called a _candidate block_
|
candidate for the next block. This block is ((("candidate blocks")))((("blocks", "candidate blocks")))called a _candidate block_
|
||||||
because it is not yet a valid block, as it does not contain a valid
|
because it is not yet a valid block, as it does not contain a valid
|
||||||
proof-of-work. The block becomes valid only if the miner succeeds in
|
proof-of-work. The block becomes valid only if the miner succeeds in
|
||||||
finding a solution according to the proof-of-work algorithm.
|
finding a solution according to the proof-of-work algorithm.
|
||||||
|
Loading…
Reference in New Issue
Block a user