Nonce
Occasionnellement
Mining
9 references
Une valeur que les mineurs font varier lorsqu'ils recherchent une preuve de travail valide, ce qui permet au hachage d'en-tête de bloc de satisfaire la cible. Le terme est également utilisé dans les transactions de certains systèmes pour empêcher la réexécution et la commande de transactions.
Apparaît dans 9 sections de livres blancs
$BTC
Bitcoin
Proof-of-Work
...h.
For our timestamp network, we implement the proof-of-work by incrementing a nonce in the block until a value is found that gives the block's hash the required ze...
Reclaiming Disk Space
... │ │ │ ┌────────────┐ ┌─────────┐ │ │
│ │ │ Prev Hash │ │ Nonce │ │ │ │ │ │ Prev Hash │ │ Nonce │ │ │
│ │ └────────...
Simplified Payment Verification
... │ ┌──────────────────┐ ┌──────────────┐ │
───────┼─►│ Prev Hash │ │ Nonce │ ├──────┼─►│ Prev Hash │ │ Nonce │ ├───────┼─►│ Prev Hash...
$ETH
Ethereum
Mining
... roughly one block every ten minutes, with each block containing a timestamp, a nonce, a reference to (i.e. hash of) the previous block and a list of all of the tran...
Ethereum
...ddresses to account objects. Each account has a balance, a transaction counter (nonce), and for contract accounts, associated code and storage. The platform includes...
Ethereum Accounts
...essage or transaction. Both types share a common structure: every account has a nonce (a counter used to ensure each transaction can only be processed once), an ethe...
Ethereum State Transition Function
...checks transaction validity: verifying the signature is correct, confirming the nonce matches the sender's account nonce, and ensuring the sender has sufficient bala...
Blockchain and Mining
...storing data from transaction execution), along with difficulty, timestamp, and nonce values. The state itself is a large Merkle Patricia trie mapping addresses to a...