Mining Guides
YouTube Guides:
Windows - https://www.youtube.com/watch?v=j4PIZk1Qrf8 Linux - https://www.youtube.com/watch?v=_IkvHVY03JU
Sample Configuration Files
AMD
XMRig-AMD
From config.json:
{ "algo": "cryptonight-lite", "api": { "port": 0, "access-token": null, "worker-id": null, "ipv6": false, "restricted": true }, "background": false, "cache": true, "colors": true, "donate-level": 1, "log-file": null, "opencl-platform": 0, "pools": [ { "url": "irdpool.fr:3333", "user": "** YOUR_WALLET **", "pass": "x", "rig-id": null, "nicehash": false, "keepalive": false, "variant": 1 } ], "print-time": 60, "retries": 5, "retry-pause": 5, "threads": [ { "index": 0, "intensity": 160, "worksize": 8, "strided_index": 1, "mem_chunk": 2, "comp_mode": true, "affine_to_cpu": false } ], "user-agent": null, "syslog": false, "watch": false }
XMR-Stak
From the amd.txt file:
"gpu_threads_conf" : [ // gpu: Redwood memory:384 // compute units: 5 { "index" : 0, "intensity" : 160, "worksize" : 8, "affine_to_cpu" : false, "strided_index" : 1, "mem_chunk" : 2, "comp_mode" : true }
From the pools.txt file:
"pool_list" : [ {"pool_address" : "irdpool.fr:3333", "wallet_address" : "** YOUR_WALLET **", "rig_id" : "", "pool_password" : "x", "use_nicehash" : false, "use_tls" : false, "tls_fingerprint" : "", "pool_weight" : 1 }, ], /* * Currency to mine. Supported values: * * aeon7 (use this for Aeon's new PoW) * bbscoin (automatic switch with block version 3 to cryptonight_v7) * croat * edollar * electroneum * graft * haven * intense * ipbc * karbo * masari * monero7 (use this for Monero's new PoW) * sumokoin (automatic switch with block version 3 to cryptonight_heavy) * turtlecoin * stellite * * Native algorithms which not depends on any block versions: * * # 1MiB scratchpad memory * cryptonight_lite * cryptonight_lite_v7 * cryptonight_lite_v7_xor (algorithm used by ipbc) * # 2MiB scratchpad memory * cryptonight * cryptonight_v7 * # 4MiB scratchpad memory * cryptonight_heavy */ "currency" : "cryptonight_lite_v7",
NVIDIA
XMRRig-nVidia
From config.json:
{ "algo": "cryptonight-lite", "background": false, "colors": true, "donate-level": 1, "log-file": null, "print-time": 30, "retries": 5, "retry-pause": 5, "threads": [ { "index": 0, "threads": 8, "blocks": 52, "bfactor": 6, "bsleep": 25, "affine_to_cpu": false } ], "pools": [ { "url": "irdpool.fr:3333", "user": "** YOUR_WALLET **", "pass": "X", "keepalive": true, "nicehash": false, "variant": 1 } ], "api": { "port": 0, "access-token": null, "worker-id": null } }
XMRStak
From nvidia.txt:
"gpu_threads_conf" : [ // gpu: GeForce GTX 970 architecture: 52 // memory: 3374/4096 MiB // smx: 13 { "index" : 0, "threads" : 8, "blocks" : 52, "bfactor" : 6, "bsleep" : 25, "affine_to_cpu" : false, "sync_mode" : 3, }
From pools.txt:
"pool_list" : [ {"pool_address" : "cnpools.sytes.net:3333", "wallet_address" : "ir2G3ewdw3gJTPdzuYajcsFZB31Y1CatqKiAYWpqbya99rekjJMnRqXgFERAYXhhMSi8e32pEFcU4AC6sUbov7aK1cTBAKJ3T", "rig_id" : "", "pool_password" : "Nvidia:countrygeekpc@gmail.com", "use_nicehash" : false, "use_tls" : false, "tls_fingerprint" : "", "pool_weight" : 1 }, ], /* * Currency to mine. Supported values: * * aeon7 (use this for Aeon's new PoW) * bbscoin (automatic switch with block version 3 to cryptonight_v7) * croat * edollar * electroneum * graft * haven * intense * ipbc * karbo * masari * monero7 (use this for Monero's new PoW) * sumokoin (automatic switch with block version 3 to cryptonight_heavy) * turtlecoin * stellite * * Native algorithms which not depends on any block versions: * * # 1MiB scratchpad memory * cryptonight_lite * cryptonight_lite_v7 * cryptonight_lite_v7_xor (algorithm used by ipbc) * # 2MiB scratchpad memory * cryptonight * cryptonight_v7 * # 4MiB scratchpad memory * cryptonight_heavy */ "currency" : "cryptonight_lite_v7",