mirror of
https://github.com/bitcoinbook/bitcoinbook
synced 2024-11-05 14:59:38 +00:00
Edited ch10.asciidoc with Atlas code editor
This commit is contained in:
parent
29dae10d59
commit
bbe3a634be
@ -592,7 +592,7 @@ At the time of writing, the network is attempting to find a block whose header h
|
|||||||
[[target_bits]]
|
[[target_bits]]
|
||||||
==== Target Representation
|
==== Target Representation
|
||||||
|
|
||||||
In <<block277316>>, we saw that the block contains the target, in a notation called "target bits" or just "bits," which in block 277,316 has the value of +0x1903a30c+. This notation expresses the Proof-of-Work target as a coefficient/exponent format, with the first two hexadecimal digits for the exponent and the next six hex digits as the coefficient. In this block, therefore, the exponent is +0x19+ and the coefficient is +0x03a30c+.
|
((("mining and consensus", "mining the block", "target representation")))In <<block277316>>, we saw that the block contains the target, in a notation called "target bits" or just "bits," which in block 277,316 has the value of +0x1903a30c+. This notation expresses the Proof-of-Work target as a coefficient/exponent format, with the first two hexadecimal digits for the exponent and the next six hex digits as the coefficient. In this block, therefore, the exponent is +0x19+ and the coefficient is +0x03a30c+.
|
||||||
|
|
||||||
The formula to calculate the difficulty target from this representation is:
|
The formula to calculate the difficulty target from this representation is:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user