1
0
mirror of https://github.com/bitcoinbook/bitcoinbook synced 2024-11-22 08:08:11 +00:00

typo: TH/s should be TH

The unit of measurement is TH, not TH/s.

The total number of bits you can use for the nonce is: 16 bits from versionbits, plus 32 bits from the standard nonce field, for a total of 281 TH. This number does not measure a rate, but the total space the hashing process can browse with that number of nonce bits.

2^(16+32) == 281 TH
This commit is contained in:
Julio 2024-06-19 12:50:10 +02:00 committed by GitHub
parent 6d1c26e164
commit 4ea62e0cd6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1297,7 +1297,7 @@ modify the timestamp.
Another solution widely used today is to use up to 16 bits of the block Another solution widely used today is to use up to 16 bits of the block
header versionbits field for mining, as described in BIP320. If each header versionbits field for mining, as described in BIP320. If each
piece of mining equipment has its own coinbase transaction, this allows piece of mining equipment has its own coinbase transaction, this allows
an individual piece of mining equipment to perform up to 281 TH/s by an individual piece of mining equipment to perform up to 281 TH by
only making changes to the block header. This keeps mining equipment only making changes to the block header. This keeps mining equipment
and protocols simpler than incrementing the extra nonce in the coinbase and protocols simpler than incrementing the extra nonce in the coinbase
transaction every 4 billion hashes, which requires recalculating the transaction every 4 billion hashes, which requires recalculating the