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
App Name Architecture Features Download Configuration
SRBMiner-Multi CPU & GPU (AMD) CPU and AMD miner Download See more
Terminal GPU:
SRBMiner-MULTI --algorithm  --disable-cpu --pool stratum+tcp://POOL_HOST:PORT --wallet YOUR_WALLET_ADDRESS --password YOUR_WORKER_NAME

Terminal CPU:
SRBMiner-MULTI --algorithm  --disable-gpu --cpu-threads 4 --pool stratum+tcp://POOL_HOST:PORT --wallet YOUR_WALLET_ADDRESS --password YOUR_WORKER_NAME

*Change '--cpu-threads' from 4 to the amount of threads you want to use
XMRig CPU & GPU (NVIDIA/AMD) XMRIG multi miner Download See more
Terminal:
xmrig --algo cn-pico --url stratum+tcp://pool.verumcoin.nl:3333 --user VRM1dqWaXJt7kBGgWYpHuEjVgFec6brvJjMep8LzJSh3JWr2QSzFgx937YAUPc8VcsdAjd44waFWGVrQ8md4JfuU7AAhE8w9gG --pass xmrig

* Add '--cuda' when mining with NVIDIA
* Add '--opencl' when mining with AMD
* Add '--no-cpu' to disable CPU mining
* Add '--threads 4' and replace 4 with your amount of threads you want to use


"pools": [
    {
        "algo": "",
        "url": "stratum+tcp://POOL_HOST:PORT",
        "user": "YOUR_WALLET_ADDRESS",
        "pass": "YOUR_PASSWORD@YOUR_WORKER_NAME",
        "keepalive": true,
        "nicehash": false,
    }
],
CryptoDredge CUDA (NVIDIA) NVIDIA Miner Download See more
Terminal:
CryptoDredge --algo  --url stratum+tcp://POOL_HOST:PORT --user YOUR_WALLET_ADDRESS --pass WORKER_NAME

config.json file:
{
    "algo": "",
    "url": "stratum+tcp://POOL_HOST:PORT",
    "user": "YOUR_WALLET_ADDRESS",
    "pass": "WORKER_NAME",
    "worker": "WORKER_NAME"
}
TeamRedMiner OpenCL (AMD) AMD only miner Download See more
Terminal:
teamredminer --algo= --url=stratum+tcp://POOL_HOST:PORT --user=YOUR_WALLET_ADDRESS --pass=WORKER_NAME

*If you get 'WARNING - gpu monitor failed to initialize (-8)' error, please add '--no_gpu_monitor' at the end of the command