How to setup XMRIG for CPU mining
Compatible algorithms: RandomX
Download the mining files
In order to mine with your CPU you can use XMRIG, simply download it from here:
https://github.com/xmrig/xmrig/releases
Go to Assets and download the latest version available.
Setup with a start.bat file
Then unzip it and in the same folder as xmrig.exe, create a start.bat file with the contents:
xmrig.exe -o
rx
.unmineable.com:3333 -a rx -k -u
COIN:
YOUR
_
ADDRESS.WORKER_NAME
-p x pause
Some things to consider:
You must change COIN, YOURADDRESS and WORKER_NAME.
COIN is the coin you are mining, for example: ADA, TRX, WIN, or more. Also keep the ":" symbol between the coin and your address. YOUR_ADDRESS must be a valid address for the coin you choose, otherwise the pool will return an error, also be sure to check the supported network for some coins, like TRC20 for USDT mining (TRON address). Your WORKER_NAME is simply any name that you would like to set for your worker, to identify it on the website.
Once you have the start.bat file, simply double click it, a terminal window will show up and you will be now mining! 😀
You can also point to our port 80 or port 443 (SSL) if your are having connection issues caused by possible firewall / ISP restrictions, just set the -o parameter to:
xmrig.exe -o stratum+ssl://rx.unmineable.com:443 -a rx -k -u COIN:YOUR_ADDRESS.WORKER_NAME -p x pause
You can follow your progress in the website, by going into the Address section of the coin you are mining.
Setup with config.json file
Another option for setting up xmrig is using the config.json file that comes within the same folder, open the config.json file with any text editor and edit the "pool" attribute like the following:

Of course you must replace the placeholders: COIN, YOUR_ADDRESS and YOUR_WORKER 🙂
COIN is the coin you are mining, for example: ADA, TRX, WIN, or more. Also keep the ":" symbol between the coin and your address. YOUR_ADDRESS must be a valid address for the coin you choose, otherwise the pool will return an error, also be sure to check the supported network for some coins, like TRC20 for USDT mining (TRON address). Your WORKER_NAME is simply any name that you would like to set for your worker, to identify it on the website.
If you are mining XRP to an exchange or other coin that require payment tags or a memo to work, don't forget to add your memo or payment tag after your address:
XRP:YourAddress:YOUR_MEMO_OR_TAG.YourWorkerName