4. Set up your miner (--url: stratum+tcp://pool-pay.com:Port and --user: Login). Your Port / Login are here
if "connection refused", do not disconnect the connection and wait 1 minutes
if you have a complex mining scheme, then contact technical support
App Name
Architecture
Features
How to mine
Download
XMRig
CPU / GPU
Ligthweight but powerful CPU Mining App / OpenCL (AMD) / Cuda (Nvidia)
Variant 1 (.lnk/.vbs/.bat)
CPU
xmrig.exe --donate-level=1 -o stratum+tcp://pool-pay.com:port -u login --rig-id=worker1 -p x@worker1
AMD
xmrig.exe --donate-level=1 --no-cpu --opencl -o stratum+tcp://pool-pay.com:port -u login --rig-id=worker1 -p x@worker1 p.s may need to add --opencl-loader=PATH path to OpenCL-ICD-Loader (OpenCL.dll)
Nvidia
xmrig.exe --donate-level=1 --no-cpu --cuda -o stratum+tcp://pool-pay.com:port -u login --rig-id=worker1 -p x@worker1 p.s may need to add --cuda-loader=PATH path to CUDA plugin (xmrig-cuda.dll)
p.s.s. login is not a wallet address! p.s.s.s. additional instruction https://coinguides.org/xmrig-beginners-guide/ p.s.s.s.s. if you have a complex mining scheme, then contact technical support p.s.s.s.s.s. if "connection refused", do not disconnect the connection and wait 3 minutes
{
"cpu": {
"enabled": false
},
"opencl": {
"enabled": true
},
"donate-level": 1,
"pools": [
{
"url": "pool-pay.com:port",
"user": "login",
"pass": "x@worker1",
"nicehash": false,
"rig-id": "worker1"
}
]
}
p.s may need to add "loader":"PATH" in section "opencl"
path to OpenCL-ICD-Loader (OpenCL.dll)
Nvidia
{
"cpu": {
"enabled": false
},
"cuda": {
"enabled": true
},
"donate-level": 1,
"pools": [
{
"url": "pool-pay.com:port",
"user": "login",
"pass": "x@worker1",
"nicehash": false,
"rig-id": "worker1"
}
]
}
p.s may need to add "loader":"PATH" in section "cuda"
path to CUDA plugin (xmrig-cuda.dll)
p.s.s. login is not a wallet address! p.s.s.s. additional instruction https://coinguides.org/xmrig-beginners-guide/ p.s.s.s. if you have a complex mining scheme, then contact technical support p.s.s.s.s.s. if "connection refused", do not disconnect the connection and wait 3 minutes
port / login - after registration will appear here!