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

Edited ch11_blockchain.adoc with Atlas code editor

This commit is contained in:
clenser 2023-10-19 16:39:02 +00:00
parent 024bad8b53
commit 38e562f90b

View File

@ -301,7 +301,7 @@ first block by Satoshi Nakamoto, Bitcoin's ((("Nakamoto, Satoshi")))((("blockcha
=== Linking Blocks in the Blockchain
Bitcoin full nodes validate every
Bitcoin((("blockchain", "linking blocks", id="blockchain-link")))((("blocks", "linking in blockchain", id="block-link")))((("linking", "blocks in blockchain", id="link-block"))) full nodes validate every
block in the blockchain after the genesis block. Their local view of
the blockchain is constantly updated as new blocks are found and used to
extend the chain. As a node receives incoming blocks from the network,
@ -347,7 +347,7 @@ this new block is a child of the last block on the chain and extends the
existing blockchain. The node adds this new block to the end of the
chain, making the blockchain longer with a new height of 277,315.
<<chain_of_blocks>> shows the chain of three blocks, linked by
references in the +previousblockhash+ field.
references in((("blockchain", "linking blocks", startref="blockchain-link")))((("blocks", "linking in blockchain", startref="block-link")))((("linking", "blocks in blockchain", startref="link-block"))) the +previousblockhash+ field.
[[chain_of_blocks]]
[role="smallerfourtyfive"]