From 7b24ce543dded8205d8509e120c5877aba53e355 Mon Sep 17 00:00:00 2001 From: Matt Date: Fri, 18 Apr 2014 16:28:11 -0600 Subject: [PATCH] Fixed share diff for quarkcoin (blocks submit successfully but NOMP does not detect them due to the block hash not being generated correctly) --- lib/algoProperties.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/algoProperties.js b/lib/algoProperties.js index e93ea9c..351f2cb 100644 --- a/lib/algoProperties.js +++ b/lib/algoProperties.js @@ -68,7 +68,7 @@ var algos = module.exports = global.algos = { } }, quark: { - multiplier: Math.pow(2, 16), + multiplier: Math.pow(2, 32), hash: function(){ return function(){ return multiHashing.quark.apply(this, arguments);