Nonce: Difference between revisions

From Computer Science Wiki
No edit summary
No edit summary
 
Line 4: Line 4:


A nonce is an abbreviation for "number only used once," which is a number added to a hashed—or encrypted—block in a blockchain that, when rehashed, meets the difficulty level restrictions. The nonce is the number that blockchain miners are solving for.<ref>https://www.investopedia.com/terms/n/nonce.asp</ref>
A nonce is an abbreviation for "number only used once," which is a number added to a hashed—or encrypted—block in a blockchain that, when rehashed, meets the difficulty level restrictions. The nonce is the number that blockchain miners are solving for.<ref>https://www.investopedia.com/terms/n/nonce.asp</ref>
A miner will take a block of unconfirmed transactions from the transaction pool, choose a nonce, and if the resulting hash meets the target threshold then the miner will broadcast the block as solved.


== Video ==
== Video ==

Latest revision as of 21:26, 8 March 2020

Advanced programming[1]

In cryptography, a nonce is an arbitrary number that can be used just once in a cryptographic communication. [2]

A nonce is an abbreviation for "number only used once," which is a number added to a hashed—or encrypted—block in a blockchain that, when rehashed, meets the difficulty level restrictions. The nonce is the number that blockchain miners are solving for.[3]

A miner will take a block of unconfirmed transactions from the transaction pool, choose a nonce, and if the resulting hash meets the target threshold then the miner will broadcast the block as solved.

Video[edit]

References[edit]