Pi skill for agentic deployment of the Stratum V2 Reference Implementation (SRI)
for decentralized and efficient Bitcoin Mining.
- Production mainnet deployments only. Not a development or testing tool.
- Docker-based deployment of SRI apps from Docker Hub.
- Orchestrates:
| In scope | Out of scope |
|---|---|
| Docker-based deployment | Rust source builds |
| Rust source code analysis | sv2-ui (planned for next iteration) |
| Production mainnet | Devnet / testnet / regtest |
| Bitcoin Core deployment with IPC | Bitcoin Core without IPC |
| Crash diagnostics | E2E testing |
curl -fsSL https://raw.githubusercontent.com/plebhash/sv2pi/refs/heads/main/sv2pi.sh | shOr manually:
pi install git:github.com/plebhash/sv2pi
Then invoke with /skill:sv2pi from any project.
See AGENTS.md for the worktree-based feature workflow, commit conventions, and skill development guidance.
MIT