MINE-XMR.PRO

High Performance
Monero Mining Pool

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.

Monero Network Statistics

Market Price

Loading...

Market Cap

Loading...

24h Change

Loading...

Circulating Supply

Loading...

Block Reward

Loading...

Network HashRate

Loading...

Network Difficulty

Loading...

Network Height

Loading...

Pool Statistics

Connected Miners

Loading...

Pool HashRate

0 H/s

Pool Luck

0 %

Round Hashes

N/A

Pool Blocks Found

Loading

Last Block Found

Never

Last Template

N/A

Estimated Block Time

N/A

Miner Section

Workers Statistics

Mining Rigs

0

Instant HashRate

0 H/s

Average HashRate (1H)

0 H/s

Average HashRate (1D)

0 H/s

Wallet

Account Balance

0 XMR

Payment Details

Payment Method

PPLNS

Payment Threshold

XMR

Pool Fee

0.5%

Getting Started

1. Choose a Mining Software

We recommend using XMRig, an open-source and high-performance Monero mining software.

2. Configure Your Miner using the config.json file

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

#Pool Section

"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 Tweak Section

"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.

#Enable 1GB Pages

"randomx": {
    ...
    "1gb-pages": true,
    ...
    }
            

Save and exit the file.

3. Start Miner

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.

4. Start Miner without config.json file (OPTIONAL)

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
            

5. Monitor Your Progress

Once mining has started, you can monitor your earnings and hashrate by visiting the Miner Section and entering your wallet address.

Monero Resources