XMR Stak |
CPU & GPU (AMD/NVIDIA) |
Easy to use CPU + GPU Mining App |
Download |
See more |
"pool_list": [
{
"pool_address": "POOL_HOST:PORT",
"wallet_address": "YOUR_WALLET_ADDRESS",
"rig_id": "",
"pool_password": "YOUR_WORKER_NAME",
"use_nicehash": false,
"use_tls": false,
"tls_fingerprint": "",
"pool_weight": 1
},
],
"currency": "",
|
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": 1
}
],
|
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": 1
}
],
|
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": 1
}
],
|
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
},
],
|