This repository tracks current upstream CKPool and carries an early optional integration for GridPool-compatible Stratum V1 payout templates. It is a public beta canary, not a replacement for the GridPool reference node.
Start with:
- GridPool handbook
- GridPool reference node
- Fork-specific integration notes
- GridPool CKPool adapter
- Upstream CKPool README
The Rust adapter owns HTTP, retries, durable proof queues, and fee scheduling. CKPool remains responsible for Stratum V1 jobs and direct local block submission. The GridPool node remains the consensus validator.
./configure
make -j2The optional mining IPC path requires Cap'n Proto 1.1.x, matching the
checked-in generated bindings. Older distribution packages such as Cap'n Proto
0.8 cannot compile that path. Use a matching toolchain before validating the
GridPool integration.
This fork retains CKPool's original licensing. See COPYING and the individual source headers.