Skip to content
View DankMiner's full-sized avatar

Block or report DankMiner

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
DankMiner/README.md

DankMiner v1.3.0

GPU Miner for CapStash, Xelis & Warthog Works on NVIDIA and AMD GPUs. Pool and solo mining. HiveOS ready.


Downloads

Platform Download GPUs
Windows DankMiner-v1.3.0-Windows.zip NVIDIA + AMD
Linux DankMiner-v1.3.0-Linux.tar.gz NVIDIA + AMD
HiveOS dankminer-1.3.0.tar.gz NVIDIA + AMD
Linux RTX 50 Series dankminer-1.3.0-rtx50.tar.gz RTX 5060–5090 + all others

Which do I need?

  • WindowsDankMiner-v1.3.0-Windows.zip
  • Linux desktopDankMiner-v1.3.0-Linux.tar.gz
  • HiveOSdankminer-1.3.0-hiveos.tar.gz
  • RTX 5060/5070/5080/5090 on Linuxdankminer-1.3.0-rtx50.tar.gz

Quick Start

CapStash Pool:

dankminer -a capstash -w YOUR_ADDRESS -p stratum+tcp://1miner.net:3691 --worker rig1

CapStash Solo:

dankminer -a capstash -w YOUR_ADDRESS -p http://user:pass@127.0.0.1:33333

Xelis:

dankminer -a xelis -w YOUR_ADDRESS -p stratum+tcp://1miner.net:3400

Warthog:

dankminer -a warthog -w YOUR_ADDRESS -p stratum+tcp://1miner.net:3456

Options

  -a ALGO          Algorithm: capstash, xelis, warthog
  -w WALLET        Wallet address
  -p URL           Pool or RPC URL
  -W NAME          Worker name
  -wl FILE         Wallet list for rotation
  --force-opencl   Force OpenCL (for AMD GPUs if auto-detect doesn't work)
  --no-cuda        Skip CUDA entirely — OpenCL drives every GPU
  --no-ocl         Skip OpenCL entirely — CUDA only

Supported GPUs

NVIDIA: GTX 1060 through RTX 5090 AMD: RX 470/480/570/580, Vega, RX 5000/6000/7000/9000 series

AMD GPUs are auto-detected — no extra config needed. Hybrid NVIDIA + AMD rigs are supported in the same instance.


Web Dashboard

Open http://localhost:4068 in your browser while mining. Shows live hashrate, accepted/rejected shares per GPU, GPU temperature, fan speed, and power draw.


Stratum Servers

CapStash Pool (PPLNS)

Port Type Difficulty
3690 CPU VarDiff 0.01 (0.0005 → 1)
3691 Industrial VarDiff 1 (0.01 → ∞)

CapStash Solo

Port Type Difficulty
3790 CPU VarDiff 0.01 (0.0005 → 1)
3791 Industrial VarDiff 1 (0.01 → ∞)

Server Regions

Region Hostname
US-TX (North America) 1miner.net
EU-FR (Europe) eu1.1miner.net
SGP (Singapore) sgp.1miner.net

Examples:

stratum+tcp://1miner.net:3691          # CapStash US pool
stratum+tcp://eu1.1miner.net:3691      # CapStash EU pool
stratum+tcp://sgp.1miner.net:3691      # CapStash Singapore pool
stratum+tcp://1miner.net:3791          # CapStash US solo
stratum+tcp://1miner.net:3400          # Xelis
stratum+tcp://1miner.net:3456          # Warthog

HiveOS

Field Value
Miner name dankminer (not the version — just dankminer)
Installation URL https://github.com/DankMiner/DankMiner/releases/download/DankMinerV1.3.0/dankminer-1.3.0-hiveos.tar.gz
Hash algorithm whirlpool
Wallet Your CapStash address
Pool URL stratum+tcp://1miner.net:3691

Important: The flight sheet miner name must be exactly dankminer — not dankminerV1.3.0 or anything else. The miner will fail to launch if the name doesn't match.

Use the server closest to you: 1miner.net (US), eu1.1miner.net (EU), or sgp.1miner.net (Singapore).

RTX 50 series: use dankminer-1.3.0-rtx50.tar.gz instead.


Dev Fee

Algorithm Fee
CapStash 2%
Xelis 1%
Warthog 1%

Troubleshooting

"CUDA err 999 / unknown error" — GPU driver reset. v1.3.0 recovers automatically. If it happens frequently on Windows, run install_tdr_fix.bat as Administrator and reboot to raise the Windows GPU watchdog timeout.

"no kernel image available" — Wrong build for your GPU. RTX 50 series needs the RTX 50 build. GTX 10 series needs the standard Linux build.

"CUDA not available — trying OpenCL" — Normal on AMD rigs. No action needed.

"GLIBC not found" — Use the HiveOS build instead.

Low hashrate — Check GPU temps, riser cables, and power delivery. Whirlpool is core-heavy — boost core clock, drop memory clock.

"GPU has fallen off the bus" — Hardware issue. Power cycle the rig. If it repeats, replace the riser on that GPU slot.


What's New in v1.3.0

  • Warthog (JanusHash) support — third supported algorithm
  • Mixed-card rig support — run NVIDIA and AMD GPUs together in the same instance, auto-detected
  • Per-GPU stats — every share logged with which card found it, plus per-GPU accept/reject in the dashboard
  • Cleaner UI — tighter dashboard columns, quieter startup, compact share logs
  • Better reliability — improved reconnect handling and smoother multi-GPU share reporting

Links


(c) 2026 DankMiner / 1Miner.net

Popular repositories Loading

  1. open-overline-pool open-overline-pool Public

    Forked from zano-mining/open-zano-pool

    Go 1 1

  2. miningcore miningcore Public

    Forked from blackmennewstyle/miningcore

    Miningcore

    C 1 1

  3. xmrig-proxy-vrl xmrig-proxy-vrl Public

    Forked from rplant8/xmrig-proxy-vrl

    Virel Stratum protocol proxy

    C++ 1

  4. DankMiner DankMiner Public

    DankMiner is a GPU-accelerated mining software.

    1

  5. hive-pooltemplates hive-pooltemplates Public

    Forked from minershive/hive-pooltemplates

    Pool templates available in Hive 2.0

    Shell

  6. xelis-docs xelis-docs Public

    Forked from xelis-project/xelis-docs

    XELIS documentation website

    MDX