need help, on both quark and scryptn i get this type of errors:
ERROR: CheckProofOfWork(algo=10) : hash doesn't match nBits
ERROR: CheckBlock() : proof of work failed
ERROR: ProcessBlock() : CheckBlock FAILED
ERROR: CheckProofOfWork(algo=10) : hash doesn't match nBits
ERROR: CheckBlock() : proof of work failed
ERROR: ProcessBlock() : CheckBlock FAILED
received block c80507ab31ddeb47fea5f30133cbc02580a8bb7442bcd92c4a4f8a636912ad68
ERROR: CheckProofOfWork(algo=10) : hash doesn't match nBits
ERROR: CheckBlock() : proof of work failed
ERROR: ProcessBlock() : CheckBlock FAILED
Warning: Local node 127.0.0.1:40901 misbehaving (delta: 50)!
received block c80507ab31ddeb47fea5f30133cbc02580a8bb7442bcd92c4a4f8a636912ad68
ERROR: CheckProofOfWork(algo=10) : hash doesn't match nBits
ERROR: CheckBlock() : proof of work failed
ERROR: ProcessBlock() : CheckBlock FAILED
Warning: Local node 127.0.0.1:40901 misbehaving (delta: 50)!
2014-07-04 18:30:31.058385
2014-07-04 18:30:31.058492 GOT BLOCK FROM MINER! Passing to bitcoind! c80507ab31ddeb47fea5f30133cbc02580a8bb7442bcd92c4a4f8a636912ad68
2014-07-04 18:30:31.058543
2014-07-04 18:30:31.062000 GOT SHARE! SWadduPrZ4f7gGd52LetUKBzTfcM7tzdxC 6912ad68 prev 4b564daf age 192.16s
2014-07-04 18:30:31.064702
2014-07-04 18:30:31.064799 GOT BLOCK FROM PEER! Passing to bitcoind! 6912ad68 bitcoin: c80507ab31ddeb47fea5f30133cbc02580a8bb7442bcd92c4a4f8a636912ad68
2014-07-04 18:30:31.064860
2014-07-04 18:30:31.070246 New work for worker! Difficulty: 0.007324 Share difficulty: 0.007324 Total block value: 100.000000 SPEC including 1 transactions
2014-07-04 18:30:31.080283 > Block submittal result: False (u'rejected') Expected: True
this is for scryptn ( I did replicate vercoin p2pool setup)
i will come also with logs for quark part (when i do have free time to replicate the errors)
Looks like the daemon now checks the correct algo (10), but the daemon rejects the block because the difficulty of the block is not high enough.