diff --git a/ch02.asciidoc b/ch02.asciidoc index a791eec1..d4f91e56 100644 --- a/ch02.asciidoc +++ b/ch02.asciidoc @@ -521,9 +521,11 @@ network. It does not become part of the _blockchain_ until it is verified and included in a block by a process called _mining_. See <> for a detailed explanation. -The Bitcoin system of trust is based on computation. Transactions are -bundled into _blocks_, which require an enormous amount of computation -to prove, but only a small amount of computation to verify as proven. +The Bitcoin system of counterfeit protection is based on computation. +Transactions are bundled into _blocks_. Blocks have a very small header +that must be formed in a very specific way, requiring an enormous +amount of computation to get right--but only a small amount of +computation to verify as correct. The mining process serves two purposes in bitcoin: * ((("mining and consensus", "consensus rules", "security provided