What is a nonce
A nonce (short for number used once) is a number used in the mining process to find a valid block hash.
Miners repeatedly change the nonce value until they discover a hash that satisfies the network's difficulty requirements.
Where nonce is used
Nonce is primarily used in the Proof of Work consensus mechanism.
How nonce works
Miners repeatedly modify the nonce value and calculate the block hash.
This process is essentially a large-scale trial-and-error search for a valid hash that meets the network’s difficulty target.
Related terms
FAQ
What does the word nonce mean?
Nonce comes from the phrase "number used once", referring to a number that is only used a single time in cryptographic processes.
Why is nonce important in blockchain?
Nonce allows miners to repeatedly attempt different hash combinations until a valid block is produced.
Is nonce used outside blockchain?
Yes. Nonces are widely used in cryptography and security protocols.