Description
Describe the bug
When my miners submit shares to the pool; every single one of them is rejected
To Reproduce
Steps to reproduce the behavior:
- Connect miner to IP and Port
- Miner submits shares
- All shares rejected
Expected behavior
Share not rejected
Expected behavior
The shares are all rejected and therefore the miners are blocked
At all difficulty settings the shares are rejected as low difficulty shares
Screenshots
If applicable, add screenshots to help explain your problem.
**System information:
- OS: [Ubuntu 20.04]
**Software information:
Most up to date Miningcore
Additional context
},
"pools": [{
"id": "Ethereum-Classic-UK-1",
"enabled": true,
"coin": "ethereum-classic",
"address": "",
"rewardRecipients": [{
"type": "op",
"address": "",
"percentage": 0
}],
"blockRefreshInterval": 500,
"clientConnectionTimeout": 600,
"banning": {
"enabled": false,
"time": 600,
"invalidPercent": 50,
"checkThreshold": 50
},
"ports": {
"8888": {
"listenAddress": "0.0.0.0",
"difficulty": 0.01,
"varDiff": {
"minDiff": 0,
"maxDiff": null,
"targetTime": 10,
"retargetTime": 15,
"variancePercent": 30
}
},
"9999": {
"listenAddress": "0.0.0.0",
"difficulty": 1
}
},
"daemons": [
{
"host": "",
"port": 8545,
"user": "",
"password": ""
}
],