utxooverride=1
if you are heat mining on a secondary computer the value should be -1 not 1.
utxooverride=-1
Main wallet remove utxooverride entry in biblepay.conf
Done removed
cheers
Guys, everything work but still the errors on pool no shares and no payment, different on biblepay central where the work and payments is ok
Any idea?
Cheets
So you received a PODC payment just now on block 50635? That's good news. This means that now your magnitude is >0 and the system should start accepting your shares in POW (heat mining) again. Just wait for a couple of blocks (or maybe hours) and see if your shares start rising on the pool. Errors on purepool are accumulated over 24 hours, so those will diminish slowly until tomorrow.
If the heat mining still doesn't work, check if your wallets are unlocked. You can easily see this with "getmininginfo", there should be "submitting solution" in the poolinfo and nothing like "invalid CPID" etc.

getmininginfo results...

{
"blocks": 50642,
"currentblocksize": 1736,
"currentblocktx": 3,
"difficulty_podc": 1927.055240572316,
"difficulty_pow": 6341.205653915803,
"difficulty": 1927.055240572316,
"errors": "",
"genproclimit": 6,
"networkhashps": 1237962.902139839,
"hashps": 1797.642978934129,
"minerstarttime": "06-04-2018 16:45:11",
"hashcounter": 108511533,
"pooledtx": 3,
"testnet": false,
"chain": "main",
"biblepay-generate": true,
"poolinfo1": "",
"poolinfo2": "Submitting Solution 06-05-2018 09:30:42; ",
"poolinfo3": "",
"podc_tried": 32,
"podc_sent": 2,
"podc_sent_amount": 161182.56,
"podc_average_amount_sent": 80190.32835820898,
"miningpulse": 67919,
"poolmining": true,
"pool_url": "
http://pool.purepool.org",
"poolmining_use_ssl": false
}
Thanks