For anyone looking for a working p2pool for Dash:
The dashpay/p2pool-dash repo last received a commit in May 2023 and has open issues about startup failures with newer Dash versions.
I maintain an active working fork with 7 releases:
https://github.com/frstrtr/p2pool-dash — Releases
What's different
| Area |
dashpay (this repo) |
frstrtr (active fork) |
| Dash Core |
v0.12–v18 era |
v23+ (Protocol 70238+) |
| Dashboard |
Basic stats |
Luck badges, difficulty tracking, block history graphs |
| Difficulty |
Basic |
Variable difficulty + --share-rate tuning |
| Share archive |
Not available |
Persistent share/block history |
| Network difficulty |
Not tracked |
Recorded per block template, backfilled from sharechain |
| Extranonce |
Not supported |
Full extranonce rolling |
| Installation |
Requires Python 2.7 |
PyPy on Ubuntu 24.04+ |
Also related — same developer:
If you're running into issues with the original repo, give this fork a try. Feedback welcome.