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 supported. This note will be visible to only you.
Report abuse

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

Report abuse
DankMiner/README.md

DankMiner v1.2.8

GPU Miner for CapStash & Xelis

Works on NVIDIA and AMD GPUs. Pool and solo mining. HiveOS ready.


Downloads

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

Which do I need?

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

Quick Start

Pool Mining:

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

Solo Mining:

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

Options

  -a ALGO       Algorithm: capstash, xelis
  -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)

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.


Stratum Servers

CapStash:

  • 🇺🇸 USA: stratum+tcp://1miner.net:3691
  • 🇪🇺 EU: stratum+tcp://eu1.1miner.net:3691

Xelis:

  • 🇺🇸 USA: stratum+tcp://1miner.net:3400

HiveOS

Field Value
Miner name dankminer
Installation URL https://1miner.net/miners/dankminer-1.2.8.tar.gz
Hash algorithm whirlpool
Wallet Your CapStash address
Pool URL stratum+tcp://1miner.net:3691

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


Dev Fee

Algorithm Fee
CapStash 2%
Xelis 1%

Troubleshooting

"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.2.8

  • Dev fee reduced: 5% → 2%
  • AMD auto-detection — no --force-opencl needed
  • Multi-GPU support for AMD
  • RTX 5060/5070/5080/5090 support
  • HiveOS AMD stats (temps, fans, bus IDs)
  • Performance and stability improvements

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. hive-pooltemplates hive-pooltemplates Public

    Forked from minershive/hive-pooltemplates

    Pool templates available in Hive 2.0

    Shell

  5. xelis-docs xelis-docs Public

    Forked from xelis-project/xelis-docs

    XELIS documentation website

    MDX

  6. grin-pool grin-pool Public

    Forked from grin-pool/grin-pool

    Grin Mining Pool

    Python