Is there any tutorial to set up the miner? I keep seeing these new coins list XMR miners copied/pasted same "Getting Started" page but never works.
Hi
You can download software from here:
https://github.com/xmrig/xmrigSample xmrig configuration:
{
"algo": "cryptonight-lite",
"api": {
"port": 0,
"access-token": null,
"worker-id": null,
"ipv6": false,
"restricted": true
},
"av": 0,
"background": false,
"colors": true,
"cpu-affinity": null,
"cpu-priority": null,
"donate-level": 5,
"huge-pages": true,
"hw-aes": null,
"log-file": null,
"max-cpu-usage": 75,
"pools": [
{
"url": "mine.arqma.com:3333",
"user": "Your Arqma wallet",
"pass": "namerig",
"rig-id": null,
"nicehash": false,
"keepalive": false,
"variant": 1
}
],
"print-time": 60,
"retries": 5,
"retry-pause": 5,
"safe": false,
"threads": null,
"user-agent": null,
"watch": false
}