Connection Details

Mining Pool Address:
Algorithm:

Username

This is your wallet address
Exchange Payment ID: parent address.paymentID
Difficulty locking: parent address+diff

Password

Use the password field only for optional worker naming or miner-specific settings if your miner supports them.
Exchange Payment ID: wallet address+paymentID
Worker Name: wallet-address@workerName
Payment ID and Worker Name: wallet-address+paymentID@workerName

Mining Ports

Port Starting Difficulty Description

Mining Applications

Generate your custom configuration to mine on our pool

Solo Mining
App Name Architecture Features Download Configuration
XMRig CPU Ligthweight but powerful CPU Mining App Download See more
"pools": [
    {
        "url": "POOL_HOST:PORT",
        "user": "YOUR_WALLET_ADDRESS",
        "pass": "YOUR_WORKER_NAME",
        "keepalive": true,
        "nicehash": false,
        "variant": "!msr",
        "algo": ""
    }
],
XMRig-AMD OpenCL (AMD) XMRIG version for AMD GPU Download See more
"pools": [
    {
        "url": "POOL_HOST:PORT",
        "user": "YOUR_WALLET_ADDRESS",
        "pass": "YOUR_WORKER_NAME"
        "keepalive": true,
        "nicehash": false,
        "variant": "!msr",
        "algo": ""
    }
],
XMRig-NVIDIA Cuda (Nvidia) XMRIG version for Nvidia GPU Download See more
"pools": [
    {
        "url": "POOL_HOST:PORT",
        "user": "YOUR_WALLET_ADDRESS",
        "pass": "YOUR_WORKER_NAME"
        "keepalive": true,
        "nicehash": false
        "variant": "!msr",
        "algo": ""
    }
],
XMRigCC CPU XMRIG Fork, optimized with remote control Download See more
"pools": [
    {
        "url": "POOL_HOST:PORT",
        "user": "YOUR_WALLET_ADDRESS",
        "pass": "YOUR_WORKER_NAME",
        "keepalive": true,
        "nicehash": false,
        "algo": "",
        "pow-variant": "!msr"
    },
],