nicehash / NiceHashMiner

NiceHash Miner
Other
478 stars 216 forks source link

Does it still not support to read stats from SRBMiner (custom plugin)? #2831

Closed i1itione closed 1 year ago

i1itione commented 1 year ago

I use NHM 3.1.0.4 now, but it seems that it is still not able to read stats from SRBMiner, therefore I need to edit "MinerApiMaxTimeoutSetting.json" to disable timout settings or NHM will turn off the miner.

nhm-20221122001

But this issue doesn't affect mining work, it works just fine.

Here is the "MinerSettings.json" I used.


{
  "init": false,
  "PluginEngine": 0,
  "use_user_settings": true,
  "devices_separator": ",",
  "algorithm_command_line": {
    "VerusHash": "--disable-gpu --algorithm verushash --pool stratum+tcp://{POOL_URL}:{POOL_PORT} --wallet {USERNAME} --api-enable --api-port {API_PORT} {EXTRA_LAUNCH_PARAMETERS}"
  },
  "algorithm_command_line_ssl": {
    "VerusHash": "--disable-gpu --algorithm verushash --pool stratum+ssl://{POOL_URL}:443 --tls 1 --wallet {USERNAME} --api-enable --api-port {API_PORT} {EXTRA_LAUNCH_PARAMETERS}"
  }
}
Dohtar1337 commented 1 year ago

Try changing pluginEngine to 1 or 2. Otherwise, I cannot help you since we do not officially support custom plugins.