https://github.com/plebhash/sv2pi
Pi Agent Skill for production deployments of the Sv2 Reference Implementation
https://github.com/plebhash/sv2pi
Last synced: about 1 month ago
JSON representation
Pi Agent Skill for production deployments of the Sv2 Reference Implementation
- Host: GitHub
- URL: https://github.com/plebhash/sv2pi
- Owner: plebhash
- License: mit
- Created: 2026-05-04T20:23:46.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2026-05-05T00:19:20.000Z (about 1 month ago)
- Last Synced: 2026-05-05T00:26:01.992Z (about 1 month ago)
- Language: Shell
- Size: 27.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
🤖 sv2pi ⛏️
Pi skill for agentic deployment of the Stratum V2 Reference Implementation (SRI)
for decentralized and efficient Bitcoin Mining.
## Scope
- **Production mainnet deployments only.** Not a development or testing tool.
- Docker-based deployment of SRI apps from [Docker Hub](https://hub.docker.com/u/stratumv2).
- Orchestrates:
- [`stratumv2/pool_sv2`](https://hub.docker.com/r/stratumv2/pool_sv2/tags) ✅
- [`stratumv2/jd_client_sv2`](https://hub.docker.com/r/stratumv2/jd_client_sv2/tags) ✅
- [`stratumv2/translator_sv2`](https://hub.docker.com/r/stratumv2/translator_sv2/tags) ✅
- [`stratumv2/sv2-ui`](https://hub.docker.com/r/stratumv2/sv2/tags) ❌ soon ™️
| 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 |
## Install
```bash
curl -fsSL https://raw.githubusercontent.com/plebhash/sv2pi/refs/heads/main/sv2pi.sh | sh
```
Or manually:
```
pi install git:github.com/plebhash/sv2pi
```
Then invoke with `/skill:sv2pi` from any project.
## Requirements
- [Pi Coding Agent](https://pi.dev/)
- [Docker](https://docs.docker.com/engine/install/)
## Contributing
See [AGENTS.md](AGENTS.md) for the worktree-based feature workflow, commit conventions, and skill development guidance.
## License
MIT