Our mining pool is written in C and is focused on performance and efficiency.
The single payout mechanism is PPLNS which favors loyal pool miners.
We have both U.S. and E.U servers which run an interconnected pool. Each server has it's own node for redundancy and to offer extremely low-latency connections to geographically dispersed miners.
Go to our Getting Started section for connection details.
We recommend using XMRig, an open-source and high-performance Monero mining software.
Edit your miner configuration file (config.json
) to the following settings within the specified sections:
mine-xmr.pro:4200 For U.S. Server
eu.mine-xmr.pro:4200 For E.U Server
"pools": [ { "algo": "rx/0", "coin": "XMR", "url": "mine-xmr.pro:4200", "user": "YOUR_WALLET_ADDRESS", "pass": "x", "keepalive": true, "tls": false, ... }
Note: in the pass field, you can change "x"
to the starting difficulty of your miner using sd=50000
"cpu": { "enabled": true, "huge-pages": true, "huge-pages-jit": true, ... "rx": [0, 1, 2, 3, 4, 5, 6, 7], ... }
Note: The "rx"
array specifies which CPU cores to use for mining. Adjust this based on your system's configuration.
"randomx": { ... "1gb-pages": true, ... }
Save and exit the file.
The config.json
file must be in the same directory as the xmrig executable:
Linux/MacOS
sudo ./xmrig
Windows
Run xmrig.exe with Administrator privileges to enable HUGE PAGES
Note: If JIT-Pages is not enabled, restart your computer, after running xmrig for the first time.
Linux/MacOS
./xmrig -o mine-xmr.pro:4200 -u YOUR_WALLET_ADDRESS -p x --algo=rx/0 --coin=monero --huge-pages-jit --randomx-1gb-pages
Windows
xmrig.exe -o mine-xmr.pro:4200 -u YOUR_WALLET_ADDRESS -p x --algo=rx/0 --coin=monero --huge-pages-jit
Once mining has started, you can monitor your earnings and hashrate by visiting the Miner Section and entering your wallet address.