2
1
In the mining process, everytime a block has to be confirmed, a certain hash with an incremental nonce is generated: If the nonce is a 32 bit number it can assume a value between 0 and 2^32 - 1. It gives about max 4.000.000.000 attempts on the same block to find the right hash. But if the target begins with 13 zeroes why isn't 2^32 too little to find the correct hash?
related: How can we be sure that a new block will be found?
– Murch – 2016-03-16T10:44:18.900