Kudaraidee / miningcore-xiaolin1579

Miningcore is a high-performance Mining Pool Software for Linux and Windows.
https://store.miningcore.pro
MIT License
35 stars 46 forks source link

hashrate not accurate Aurum algo #51

Closed 1NF1N18Y closed 8 months ago

1NF1N18Y commented 9 months ago

I use this as my config for the pool

    {
  "id": "waifucore",
  "enableInternalStratum": true,
  "enabled": true,
  "jobRebroadcastTimeout":90,
  "coin": "waifucore",
  "address": "",
  "rewardRecipients": [
    {
      "type": "op",
      "address": "",
      "percentage": 1
    }
  ],
  "blockRefreshInterval": 90,
  "clientConnectionTimeout": 600,
  "banning": {
    "enabled": true,
    "time": 10,
    "invalidPercent": 50,
    "checkThreshold": 50
  },
  "ports": {
    "7751": {
      "listenAddress": "*",
      "difficulty": 0.25,
      "name": "ASIC MRR",
      "varDiff": {
        "minDiff": 0.25,
        "maxDiff": null,
        "targetTime": 30,
        "retargetTime": 160,
        "variancePercent": 40
      }
    }
  },
  "daemons": [
    {
      "host": "127.0.0.1",
      "port": ,
      "user": "",
      "password": ""
    }
  ],
  "paymentProcessing": {
    "enabled": true,
    "minimumPayment": 0.1,
    "payoutScheme": "SOLO",
    "payoutSchemeConfig": {
      "factor": 0.5
    }
  }
},

Please let me know how I can try to fix this. I can't figure it out.
b2d2dbone commented 8 months ago

try changing the share multiplier in :

miningcore/src/Miningcore/coins.json

"shareMultiplier": ChangeThisValue increase or decrease OK ,

Good Luck