mirror of
https://github.com/bitcoinbook/bitcoinbook
synced 2024-11-22 16:18:11 +00:00
format fix
This commit is contained in:
parent
751780daf9
commit
88030ed78d
@ -477,8 +477,8 @@ target = coefficient * 2^(8 * (exponent - 3))
|
||||
Using that formula, we can
|
||||
difficulty bits is 0x1903a30c
|
||||
|
||||
----
|
||||
target = 0x03a30c * 2^(0x08 * (0x19 - 0x03))^
|
||||
|
||||
=> target = 0x03a30c * 2^(0x08 * 0x16)^
|
||||
=> target = 238,348 * 2^176^
|
||||
=> target = 238,348 * 2^176^
|
||||
|
Loading…
Reference in New Issue
Block a user