CindelPublic Testnet

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`.

Filename
cindel-0.1.0.0-linux-x86_64.tar.gz
Size
27.7 MB
SHA-256
ad2b88519b0bb8ce0edef1711c2a868c140450d6a586b52eb91d5bbbf954444d
Bundled files
Build
0.1.0.0

Download 27.7 MB manifest.json

Windows mining kit

OpenCL CinderPow miner, share submitter, and launcher. Use `windows-mining.ps1 -PayoutAddress <address>` to mine to the public pool.

Filename
cindel-windows-mining-kit.zip
Size
653.7 KB
SHA-256
0f9ad8e166a1b08d6da662911f5e95ecc66242f963491630a618b81af22dc342
Bundled files
10
Build
0.1.0.0

Download 653.7 KB manifest.json

Windows wallet kit

Cross-built `cindeld.exe`, `cindel-wallet-cli.exe`, and `cindel-wallet-rpc.exe` plus the runnable local web wallet shell.

Filename
cindel-windows-wallet-kit.zip
Size
26.5 MB
SHA-256
77dc281f243579c477a26789822ed046a4fd0abe94383fe70075b61b0c560e1a
Bundled files
12
Build
0.1.0.0

Download 26.5 MB manifest.json

Windows Qt wallet kit

Source-only Qt/QML wallet shell packaged for Windows. Signed multi-platform wallet releases (macOS, ARM) remain a mainnet gate.

Filename
cindel-windows-qt-wallet-kit.zip
Size
4.2 KB
SHA-256
be32eb38ca8d4f5f00bac9c14fbdadd8b9fdeeb75c5c3132148781811a609126
Bundled files
6
Build
0.1.0.0

Download 4.2 KB manifest.json

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.

All files

Browse the raw directory listing →