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 your Iridium OR Nibble wallet address in the password field for merged mining.
Exchange Payment ID: child address+paymentID
Worker Name: child-address@workerName
Payment ID and Worker Name: child-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
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": "",
        "pool_password": /* Solo Mining set [solo:] */"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_WORKER_NAME",
        "keepalive": true,
        "nicehash": false,
        "variant": "trtl",
        "algo": "cryptonight-pico/trtl"
    }
],
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": "trtl",
        "algo": "cryptonight-pico/trtl"
    }
],
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": "trtl",
        "algo": "cryptonight-pico/trtl"
    }
],
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": "cryptonight-ultralite",
        "pow-variant": "2"
    },
],
Team Red Miner GPU AMD GPU Optimized Cryptocurrency Miner Download See more
teamredminer.ext -a cnv8 trtle -o stratum+tcp//POOL_HOST:PORT -u "YOUR_WALLET_ADDRESS" -p "YOUR_WORKER_NAME"