Connection Details

Mining Pool Address

Algorithm

Mining Ports
Port Starting Difficulty Description
Username
WalletAddress.PaymentID

Exchange Payment ID

WalletAddress+Diff

Difficulty locking

Password

Use your wallet address in the password field for merged mining.

PaymentID

Exchange Payment ID

WorkerName

Worker Name

PaymentID@WorkerName

Payment ID and Worker Name

Mining Applications
Generate your custom configuration to mine on our pool
App Name Architecture Features Download Configuration
XMR Stak CPU & GPU (AMD/NVIDIA) Easy to use CPU + GPU Mining App Download See more
"pool_list": [
    {
        "pool_address": "POOL_HOST:PORT",
        "wallet_address": "YOUR_WALLET_ADDRESS",
        "rig_id": "YOUR_PASSWORD@YOUR_WORKER_NAME",
        "pool_password": "YOUR_PASSWORD@YOUR_WORKER_NAME",
        "use_nicehash": false,
        "use_tls": false, /* Set to true if you are using an SSL port */
        "tls_fingerprint": "",
        "pool_weight": 1
    },
],
"currency": "",
XMRig CPU Ligthweight but powerful CPU Mining App Download See more
"pools": [
    {
        "url": "POOL_HOST:PORT",
        "user": "YOUR_WALLET_ADDRESS",
        "pass": "YOUR_PASSWORD@YOUR_WORKER_NAME",
        "keepalive": true,
        "nicehash": false,
        "algo": "",
        "variant": 
    }
],
XMRig-AMD OpenCL (AMD) XMRIG version for AMD GPU Download See more
"pools": [
    {
        "url": "POOL_HOST:PORT",
        "user": "YOUR_WALLET_ADDRESS",
        "pass": "YOUR_PASSWORD@YOUR_WORKER_NAME"
        "keepalive": true,
        "nicehash": false,
        "algo": "",
        "variant": 
    }
],
XMRig-NVIDIA Cuda (Nvidia) XMRIG version for Nvidia GPU Download See more
"pools": [
    {
        "url": "POOL_HOST:PORT",
        "user": "YOUR_WALLET_ADDRESS",
        "pass": "YOUR_PASSWORD@YOUR_WORKER_NAME"
        "keepalive": true,
        "nicehash": false,
        "algo": "",
        "variant": 
    }
],
XMRigCC CPU XMRIG Fork, optimized with remote control Download See more
"pools": [
    {
        "url": "POOL_HOST:PORT",
        "user": "YOUR_WALLET_ADDRESS",
        "pass": "YOUR_PASSWORD@YOUR_WORKER_NAME",
        "keepalive": true,
        "nicehash": false
    },
],