683a9a0b6b7f9e062e455ebb1d384a373987731b
Add three new named health checks to the manifest alongside the existing web check, each implemented as a fetch+parse of /api/health: ckpool — is the stratum server alive? (miners can connect) bitcoin — is Bitcoin Core RPC reachable? (blocks can be submitted) submit-gap — have all block submissions been confirmed by bitcoind? The web check retains its current role: calling /api/health which returns 503 when any critical subsystem is down, so StartOS marks the overall service as degraded. The three new checks give operators a drill-down view of which subsystem is the problem. Each check returns "starting" for the first 20 s after launch so normal boot sequencing does not trigger false alarms.
Kamado Pool — StartOS Packaging
StartOS 0.3.5.1 wrapper for Kamado Pool, a modern solo Bitcoin mining pool built on a patched fork of CKPool-solo with a Go middleware API and Svelte real-time dashboard.
Build
make
This runs deno to bundle the embassy TypeScript procedures, builds a multi-arch OCI image via docker buildx, and packs everything into kamado-pool.s9pk using start-sdk.
The build pulls KamadoPool source from a local sibling checkout (../KamadoPool by default) via a docker buildx named build context — no GitHub clone, no pinned SHA. If your checkout lives elsewhere, override it:
make KAMADO_SRC=/path/to/KamadoPool
Install
make install
License
GPL-3.0 — matches upstream Kamado and CKPool.
Languages
TypeScript
58.5%
Shell
27.4%
Dockerfile
7.7%
Makefile
6.4%