| XMRig |
CPU |
Ligthweight but powerful CPU Mining App |
Download |
See more |
"pools": [
{
"url": "POOL_HOST:PORT",
"user": "YOUR_WALLET_ADDRESS",
"pass": "YOUR_WORKER_NAME",
"keepalive": true,
"nicehash": false,
"variant": "!msr",
"algo": ""
}
],
|
| XMRig-AMD |
OpenCL (AMD) |
XMRIG version for AMD GPU |
Download |
See more |
"pools": [
{
"url": "POOL_HOST:PORT",
"user": "YOUR_WALLET_ADDRESS",
"pass": "YOUR_WORKER_NAME"
"keepalive": true,
"nicehash": false,
"variant": "!msr",
"algo": ""
}
],
|
| XMRig-NVIDIA |
Cuda (Nvidia) |
XMRIG version for Nvidia GPU |
Download |
See more |
"pools": [
{
"url": "POOL_HOST:PORT",
"user": "YOUR_WALLET_ADDRESS",
"pass": "YOUR_WORKER_NAME"
"keepalive": true,
"nicehash": false
"variant": "!msr",
"algo": ""
}
],
|
| XMRigCC |
CPU |
XMRIG Fork, optimized with remote control |
Download |
See more |
"pools": [
{
"url": "POOL_HOST:PORT",
"user": "YOUR_WALLET_ADDRESS",
"pass": "YOUR_WORKER_NAME",
"keepalive": true,
"nicehash": false,
"algo": "",
"pow-variant": "!msr"
},
],
|