How to connect XMRig to your NiceHash account

All discussions around cryptocurrency mining on macOS and Apple products. Discussion around the most popular crypto coins today including Bitcoin, Ethereum, and more. Read our getting started guide to understanding cryptocurrency, what you need to get started, and how to earn. What's your Apple Mac setup? Hackintosh? eGPU's? Share your setup and details here.
Post Reply
User avatar
macminergod
Site Admin
Posts: 204
Joined: Mon Feb 22, 2021 7:41 pm

How to connect XMRig to your NiceHash account

Post by macminergod »

You can use XMRig (macOS/Windows/Linux) to connect to NiceHash pools to mine Monero coin with your device CPU. Apple Mac users might be interested in this sine NiceHash has a cool dashboard and pays out more regularly that most pools.



1. If you're on a macOS Apple, make sure to first follow our XMRig install guide here. Then launch XMRig for the first time to get a clean configuration file for your system.



2. Open your config.json and scroll to where "pools": area begins. You will update the following values to correspond with your NiceHash account:

Code: Select all

"coin": "monero",
"url": "randomxmonero.eu.nicehash.com:3380",
"user": "YOUR-NICEHASH-BTC-WALLET-ADDRESS.RIGNAME",
"pass": null,
"rig-id": null,
"tls": false,


You will need to add your NiceHash BTC wallet address most importantly followed by your new rig name you want to create. To see other algorithm pools for NiceHash visit this link.


Your new XMRig NiceHash config will look like the following:

Code: Select all

"pools": [
        {
            "algo": null,
            "coin": "monero",
            "url": "randomxmonero.eu.nicehash.com:3380",
            "user": "YOUR-NICEHASH-BTC-WALLET-ADDRESS.RIGNAME",
            "pass": null,
            "rig-id": null,
            "nicehash": true,
            "keepalive": true,
            "enabled": true,
            "tls": false,
            "tls-fingerprint": null,
            "daemon": false,
            "socks5": null,
            "self-select": null
        }
    ],


3. Start XMRig and confirm it's working:

Xmrig Nicehash Configuration
Xmrig Nicehash Configuration (419.2 KiB) Viewed 10256 times



4. Finally, log into your NiceHash account and wait a minute or so. You should eventually see your new unmanaged device appear under mining rigs:


Nicehash Xmrig Unmanaged Devices Mac Mini
For Miners Rigs, macOS Hardware GPUs --> here.
Post Reply