Downloads
Cindel public testnet release kits. File sizes and SHA-256 digests are read directly from SHA256SUMS on this host — never hand-edited.
Linux x86_64 release
Signed Cindel daemon, wallet CLI, wallet RPC, and CinderPow miner. Detached signature in `cindel-release.SHA256SUMS.sig`; public signing key in `cindel-release-signing-public.pem`.
Windows mining kit
OpenCL CinderPow miner, share submitter, and launcher. Use `windows-mining.ps1 -PayoutAddress <address>` to mine to the public pool.
Windows wallet kit
Cross-built `cindeld.exe`, `cindel-wallet-cli.exe`, and `cindel-wallet-rpc.exe` plus the runnable local web wallet shell.
Windows Qt wallet kit
Source-only Qt/QML wallet shell packaged for Windows. Signed multi-platform wallet releases (macOS, ARM) remain a mainnet gate.
Verifying a download
Every artifact in this portal has a SHA-256 line in SHA256SUMS, and that file is itself GPG-signed by the Cindel maintainer key.
Step 1 — import the maintainer public key
curl -O https://downloads.cindel.network/cindel-maintainer.asc gpg --import cindel-maintainer.asc gpg --fingerprint maintainer@cindel.network # expected fingerprint: 5B5D 74BF A9B4 7B80 A529 B453 7B32 4DC6 1F73 F30F
Step 2 — verify SHA256SUMS
curl -O https://downloads.cindel.network/SHA256SUMS curl -O https://downloads.cindel.network/SHA256SUMS.asc gpg --verify SHA256SUMS.asc SHA256SUMS # expect: "Good signature from Cindel Maintainer"
Step 3 — verify the artifact you downloaded
shasum -a 256 -c SHA256SUMS --ignore-missing # or: sha256sum -c SHA256SUMS --ignore-missing
Maintainer key: 5B5D 74BF A9B4 7B80 A529 B453 7B32 4DC6 1F73 F30F · ed25519 · no expiry. Reproducible-build evidence: identical SHA across two clean builds (run tools/cindel/cindel_reproducibility_check.sh from the source tree). Multi-platform coverage (macOS, ARM, signed Windows) remains a mainnet readiness gate.