Post
Topic
Board Bitcoin Discussion
Re: Satoshi, the common
by
pooya87
on 08/09/2022, 08:45:05 UTC
Average hashes to find a block within 10 minutes at difficulty 1: ~7 Mhash (1*2^32/600),
There is no guarantee to find a hash by exhausting the entire 32-bit nonce space even at difficulty = 1. Which is why miners have always used "extranonse" which can be found in the signature script of the coinbase transaction and most early blocks have a non-zero one which indicates multiple nonces were checked from 0 to 232 before the result was found.
Another alternative to extranonce is updating the block time or rearranging the transactions in the block but this last one doesn't apply to early blocks.