with the pool that I'm trying to set with fantomcoin?
the error that I get from this is
2014-05-31 09:24:10 [Pool] (Thread 1) [Share Validator] Bad hash from miner
and it is this part of the code
if (hash.toString('hex') !== resultHash) {
log('error', 'Share Validator', 'Bad hash from miner ' + miner.login + '@' + miner.ip);
return false;
}
on the miner this
[2014-05-31 16:24:19] thread 3: 97 hashes, 20.56 H/s
[2014-05-31 16:24:20] thread 2: 11 hashes, 18.94 H/s
[2014-05-31 16:24:20] accepted: 0/1 (0.00%), 82.75 H/s at diff 3000 (booooo)
[2014-05-31 16:24:24] thread 1: 113 hashes, 22.10 H/s
[2014-05-31 16:24:24] thread 0: 106 hashes, 21.10 H/s
[2014-05-31 16:24:24] thread 2: 96 hashes, 21.98 H/s
[2014-05-31 16:24:25] thread 3: 104 hashes, 20.02 H/s