1
0
mirror of https://github.com/bitcoinbook/bitcoinbook synced 2025-07-27 00:48:07 +00:00

Edited ch02_overview.adoc with Atlas code editor

This commit is contained in:
clenser 2023-10-13 18:19:01 +00:00
parent cc9960423c
commit b3da5c4ab5

View File

@ -491,7 +491,7 @@ Mining is designed to be a decentralized lottery. Each miner can create
their own lottery ticket by creating a _candidate block_ that includes their own lottery ticket by creating a _candidate block_ that includes
the new transactions they want to mine plus some additional data fields. the new transactions they want to mine plus some additional data fields.
The miner inputs their candidate into a specially designed algorithm that The miner inputs their candidate into a specially designed algorithm that
scrambles (or "hashes") the data, producing output that looks nothing scrambles((("hash functions"))) (or "hashes") the data, producing output that looks nothing
like the input data. This _hash_ function will always produce the same like the input data. This _hash_ function will always produce the same
output for the same input--but nobody can predict what the output will output for the same input--but nobody can predict what the output will
look like for a new input, even if it is only slighly different from a look like for a new input, even if it is only slighly different from a