Mining Guides


XMRig (CPU) Miner Config

"pool_list": [

{

"pool_address": "infinity.ultranote.org:5555",

"wallet_address": "YOUR_WALLET_ADDRESS",

"rig_id": "YOUR_WORKER_NAME",

"pool_password": "x",

"use_nicehash": false,

"use_tls": false, /* Set to true if you are using an SSL port */

"tls_fingerprint": "",

"pool_weight": 1

},

],

"currency": "cryptonight_conceal",

Download XMRig

XMR-Stak (GPU+CPU) Miner Config

"pools": [

{

"url": "infinity.ultranote.org:5555",

"user": "YOUR_WALLET_ADDRESS",

"pass": "YOUR_WORKER_NAME",

"keepalive": true,

"nicehash": false,

"variant": "conceal"

}

],

Download XMR-Stak

SRBMiner (AMD GPU) Miner Config

Double click on 'guided-setup.bat', and the program will guide you thru the setup process.

Download SRBMiner

XMRigCC (Remote Access XMRig instance)

xmrigDaemon.exe -o infinity.ultranote.org:5555 -u YOUR_WALLET_ADDRESS -p YOUR_WORKER_NAME -a cryptonight --variant conceal -k

Download XMRigCC


Didn't find an answer to your question?