mirror of
https://github.com/bitcoinbook/bitcoinbook
synced 2024-11-14 03:48:58 +00:00
Fixing decimal calculation of target difficulty per Issue #93
This commit is contained in:
parent
8f1eee6309
commit
30d6e767aa
@ -537,7 +537,7 @@ which in decimal is:
|
||||
|
||||
=> target = 238,348 * 2^176^
|
||||
|
||||
=> target = 9,223,372,036,854,775,807
|
||||
=> target = 22,829,202,948,393,929,850,749,706,076,701,368,331,072,452,018,388,575,715,328
|
||||
|
||||
switching back to hexadecimal:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user