⮞ connect your miner GPU MINER v2.1
What's new in v2.1: 🛰️ push-tip — the miner is notified the instant a block lands and switches immediately, so you waste no time grinding a stale block. ⚡ live hashrate — your real H/s shows on the dashboard within seconds. 🟢 native RTX 50-series (Blackwell) support — no JIT. 🌡️ no forced thermal cutoff — you control your own cooling (optional guard via
--temp-max).The GPU miner is locked to this pool only and provides your payout address at launch — without it, the pool doesn't know who to pay.
1. Download (Linux x86-64, NVIDIA/CUDA): ⬇ midstate-gpu-miner then
chmod +x midstate-gpu-miner2. Run with your payout address — it uses all your GPUs automatically (one instance per card):
./midstate-gpu-miner --pool-url http://151.240.19.40:8090 --address <YOUR_ADDRESS> --worker rig1
Multiple GPUs are detected and mined automatically (workers
rig1-g0, rig1-g1, …). To pin a single card instead, add --gpu-index N.Check your version anytime:
./midstate-gpu-miner --version. A CPU build is below — same flags, and a lower fee (2% vs 5%).
Requirements: NVIDIA GPU (Ampere → Blackwell) + CUDA runtime. No forced thermal cutoff — manage your own cooling. Optional: add
Address: your midstate address (64 or 72 hex chars). This is where you get paid.
Payout: automatic every 3h once your balance exceeds the threshold, via a real on-chain transaction. GPU fee = 1% pool + 4% software = 5% (you keep 95%). The CPU miner below is only 2% total (1% pool + 1% software) — you keep 98%.
Why you are paid honestly: each block's coinbase is watermarked with YOUR address; a modified binary cannot steal another's block (different watermark = rejected) and the server computes your share — verifiable on-chain.
--temp-max 69 to auto-stop above 69 °C.Address: your midstate address (64 or 72 hex chars). This is where you get paid.
Payout: automatic every 3h once your balance exceeds the threshold, via a real on-chain transaction. GPU fee = 1% pool + 4% software = 5% (you keep 95%). The CPU miner below is only 2% total (1% pool + 1% software) — you keep 98%.
Why you are paid honestly: each block's coinbase is watermarked with YOUR address; a modified binary cannot steal another's block (different watermark = rejected) and the server computes your share — verifiable on-chain.
💻 No GPU? Mine on CPU
midstate is a sequential VDF — a CPU earns real shares too. The CPU miner is locked to this pool and obfuscated, and it's the cheapest way to mine here: just 2% total (1% pool + 1% software = you keep 98%, vs 5% on the GPU miner).
midstate is a sequential VDF — a CPU earns real shares too. The CPU miner is locked to this pool and obfuscated, and it's the cheapest way to mine here: just 2% total (1% pool + 1% software = you keep 98%, vs 5% on the GPU miner).
1. Download (Linux x86-64, any modern CPU): ⬇ midstate-cpu-miner then
chmod +x midstate-cpu-miner2. Run with your address and a thread count:
./midstate-cpu-miner --pool-url http://151.240.19.40:8090 --address <YOUR_ADDRESS> --worker cpu1 --threads 0
--threads 0 = all cores (or set a number, e.g. --threads 8). Each thread grinds independent nonces. No thermal cutoff — watch your CPU temperature. Same payout (every 3h, on-chain).