No results
2
Home
Claude edited this page 2026-04-03 12:39:32 +01:00
Table of Contents
Lethean Mining Pool
ProgPoWZ mining pool for the Lethean blockchain. Fork of zano-pool adapted for Lethean's ProgPoWZ algorithm.
Quick Links
- Setup — Docker deployment and configuration
- Mining Guide — How to connect a miner
- Pool API — Stats and monitoring endpoints
- Configuration — Full config.json reference
Overview
The pool provides:
- ProgPoWZ stratum — GPU mining protocol on port 5555
- SSL stratum — Encrypted mining on port 7777
- Pool API — Stats, miners, blocks at port 2117
- Web frontend — Pool stats and web dashboard on port 2117
- Variable difficulty — Auto-adjusts per miner hashrate
- PPLNS payments — Pay-per-last-N-shares reward scheme
Architecture
Miners → Stratum (:5555) → Pool → Daemon RPC (:36941)
↓
Redis (job cache, shares)
↓
Wallet RPC (:36944) → Payouts
Compatible Miners
| Miner | Platform | Algorithm |
|---|---|---|
| progminer | AMD/NVIDIA | ProgPoWZ |
| T-Rex | NVIDIA | ProgPoWZ |
| TeamRedMiner | AMD | ProgPoWZ |