From 30d6e767aa77f3f8afcbf5ec90c8469e894f5efe Mon Sep 17 00:00:00 2001 From: "Minh T. Nguyen" Date: Tue, 12 Aug 2014 08:27:18 -0700 Subject: [PATCH] Fixing decimal calculation of target difficulty per Issue #93 --- ch08.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ch08.asciidoc b/ch08.asciidoc index 39e6dc9f..2f53c88c 100644 --- a/ch08.asciidoc +++ b/ch08.asciidoc @@ -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: