No results
2
Mining Guide
Claude edited this page 2026-04-03 12:39:32 +01:00
Mining Guide
Quick Start
- Get a Lethean wallet address (from the wallet RPC or explorer)
- Install a ProgPoWZ miner
- Connect to the pool stratum
Stratum Connection
stratum+tcp://YOUR_WALLET_ADDRESS@POOL_HOST:5555
For SSL:
stratum+ssl://YOUR_WALLET_ADDRESS@POOL_HOST:7777
Miner Examples
progminer (recommended)
progminer -P stratum+tcp://iZ2WALLET_ADDRESS@pool.example.com:5555
T-Rex (NVIDIA)
t-rex -a progpowz -o stratum+tcp://pool.example.com:5555 -u WALLET_ADDRESS -p x
TeamRedMiner (AMD)
teamredminer -a progpow -o stratum+tcp://pool.example.com:5555 -u WALLET_ADDRESS -p x
Worker Names
Append a worker name after your address with a dot:
WALLET_ADDRESS.rig1
This helps identify individual miners in the pool dashboard.
Difficulty
The pool uses variable difficulty that auto-adjusts based on your miner's hashrate:
| Setting | Default | Description |
|---|---|---|
| Min diff | Pool configured | Minimum share difficulty |
| Retarget time | 240 seconds | How often to check |
| Retarget shares | 12 | Shares before retarget |
| Variance | 25% | Allowed time variance |
Checking Stats
Your Stats
Visit the pool dashboard at http://POOL_HOST:2117 or query the API:
curl -s http://POOL_HOST:2117/stats_address?address=YOUR_WALLET
Pool Stats
curl -s http://POOL_HOST:2117/stats
Payouts
The pool uses PPLNS (Pay Per Last N Shares). Payouts are sent automatically when your pending balance reaches the minimum threshold.