Qu’est-ce que Proof of work ?
The mechanism that secures Bitcoin: miners must find a hash below a difficulty target, which is expensive to produce and trivial to verify.
There is no shortcut to finding a valid hash; miners simply try enormous numbers of candidates. Verification, by contrast, takes a single hash operation, so any node can check a block instantly.
That asymmetry is the entire security model. Rewriting history requires redoing the accumulated work of every block since, faster than the rest of the network is adding to it. The security budget is therefore a real, measurable quantity denominated in energy and hardware.
Proof of work does not "solve complex maths problems". It is brute-force search over a hash function, deliberately without structure to exploit.
Termes liés
Mining
The process of assembling candidate blocks and searching for a valid proof of work, rewarded with the block…
MiningDifficulté
The parameter setting how hard it is to find a valid block, adjusted every 2,016 blocks to keep the average…
MiningHashrate
The estimated total computing power searching for Bitcoin blocks, usually quoted in exahashes per second…
MiningNonce
A 32-bit field in the block header that miners vary to change the header's hash while searching for a valid…
Cette définition fait partie du glossaire Bitcoin Logical. Pour l’explication complète, commencez par Apprendre, ou consultez les chiffres en direct sur Le Signal Bitcoin.