Ok so I’ve found a little more information out. When you use the “variant”:1 on the config override it does pick it up however it puts it in the wrong spot in the config.json.
Is there a way to put the variant automatically be placed in with the pool settings?
Default place… Which doesn’t work
“algo”: “cryptonight-lite”,
“av”: 0,
“background”: false,
“colors”: true,
“cpu-affinity”: null,
“cpu-priority”: null,
“donate-level”: 1,
“log-file”: null,
“max-cpu-usage”: 75,
“print-time”: 60,
“retries”: 5,
“retry-pause”: 5,
“safe”: false,
“syslog”: false,
“threads”: null,
“pools”: [
{
“url”: “us.turtlepool.space:3333”,
“user”: “TRTLuzNDrJBEcd4vGSf5HzASWVgSKjGFGLGNKGRunZHTbEFJSgj13HYCx9M8vqsmrCZHhBP1SxbdWTAZ5o4TJMePW5VRCkYfEPP”,
“pass”: “”,
“use_nicehash”: false,
“keepalive”: true,
}
],
“api”: {
“port”: 60050,
“access-token”: null,
“worker-id”: null
},
“variant”: 1
}
Manually moved into the Pools section and now if I manully start xmrig within hive it uses the config.json and works fine.
{
“algo”: “cryptonight-lite”,
“av”: 0,
“background”: false,
“colors”: true,
“cpu-affinity”: null,
“cpu-priority”: null,
“donate-level”: 1,
“log-file”: null,
“max-cpu-usage”: 75,
“print-time”: 60,
“retries”: 5,
“retry-pause”: 5,
“safe”: false,
“syslog”: false,
“threads”: null,
“pools”: [
{
“url”: “us.turtlepool.space:3333”,
“user”: “TRTLuzNDrJBEcd4vGSf5HzASWVgSKjGFGLGNKGRunZHTbEFJSgj13HYCx9M8vqsmrCZHhBP1SxbdWTAZ5o4TJMePW5VRCkYfEPP”,
“pass”: “”,
“use_nicehash”: false,
“keepalive”: true,
“variant”: 1
}
],
“api”: {
“port”: 60050,
“access-token”: null,
“worker-id”: null
},
}