Mission: Build a mining pool owned and operated by its miners.
-
Share chain with uncles - all your work is accounted for.
-
Pay large miners in coinbase - non custodial solution for top N miners.
-
Support transactions - pay all miners with atomic swaps by market makers.
-
Market makers buy shares from smaller miners - earning virgin coins.
We chat on Matrix.
We use github wiki for most design documents and tools for developers.
We are tracking progress using our Github project: Reboot P2Pool.
See detailed Developer Setup Notes on the wiki.
All docker commands are run from the docker directory.
Start your local p2pool node:
cd docker
docker compose up -dShutdown your local p2pool node:
docker compose downDuring development, you may want to run individual containers.
Remember, all docker commands are run from the docker directory.
Both the API and CLI crates provide detailed documentation on how to use them in their individual crates.