define('HASH_ALGO', MHASH_RIPEMD320);
define('BLOCK_SIZE', 100);
-define('NONCE_INCREMENT', 0.0000000001);
+define('NONCE_INCREMENT', 0.0000000000000001);
define('START_TIME', microtime(TRUE));
// Found hashes
array_push($foundHashes, $nonceHash);
// Found hash:
- print ('FOUND: nonceHash=' . $nonceHash .',iter=' . $iter . PHP_EOL);
+ print ('FOUND: nonceHash=' . $nonceHash .',nonce=' . $nonce . ',iter=' . $iter . PHP_EOL);
// Use nonceHash as next modula hash
$modulaHash = $nonceHash;