-
v1.17.2
StableSome checks failedCI / Rust fmt (push) Has been cancelledCI / Rust test (push) Has been cancelledCI / UI (SvelteKit) (push) Has been cancelledCI / Security Audit (push) Has been cancelledCI / Rust clippy (push) Has been cancelleddocs / build (push) Successful in 22sRelease / Docker Multi-Arch (push) Successful in 18m46sRelease / Binary aarch64-unknown-linux-gnu (push) Successful in 10m23sRelease / Binary x86_64-unknown-linux-gnu (push) Successful in 9m34sRelease / Linux .deb + .rpm (amd64) (push) Successful in 10m31sRelease / Linux .deb + .rpm (arm64) (push) Successful in 11m21sRelease / Linux AppImage (aarch64) (push) Successful in 10m30sRelease / Linux AppImage (x86_64) (push) Successful in 9m16sRelease / Cosign sign artifacts (push) Successful in 17sRelease / Forgejo Release (push) Successful in 26sreleased this
2026-07-13 11:17:39 +00:00 | 71 commits to main since this releasePatch: fix a
/api/users500 on whole-number best shares, and complete the
end-user manuals with the public wallet page.Fixed
- The public per-wallet page (
/users/<address>) returned HTTP 500 when a
rig's best share (or an empty hashrate window) decoded to a whole number.
SQLite hands backSUM(CASE … ELSE 0 END)over an empty time window — and
MAX/SUMof whole-number values — with INTEGER storage class, which sqlx
refuses to decode intof64. The three address-scoped queries
(best_ever_for_address,hashrate_windows_for_address,
list_hashrate_5min_for_address) nowCAST(… AS REAL). Regression test added
(Rust suite: 1142).
Documentation
- End-user manuals now cover the public wallet page. Both the Umbrel and the
general installation manual gain a new chapter 8, "Your public wallet page
(/users)" — the shareable per-address dashboard, the ckpool-compatible JSON
endpoint, and the signature-gated Owner Area (privacy toggle + notifications) —
plus a per-worker payout note in the "Connecting your first miner" chapter.
dvb-WarpPool v1.17.2 — Downloads
Docker
git.warppool.org/dvb-projekt/dvb-warppool:v1.17.2(multi-arch amd64+arm64, ohne v-Präfix)Native packages
- Linux .deb: amd64 + arm64 →
apt install ./dvb-warppool_*.deb - Linux .rpm: amd64 + arm64 →
dnf install ./dvb-warppool-*.rpm - Linux AppImage: x86_64 + aarch64 portable
- Linux tarballs: x86_64 + aarch64 for manual installs
- macOS .dmg: added shortly after publish (built separately) — or build from source
- Windows .msi: paused since the forge migration (no Windows runner yet)
Signatures
SHA256SUMS+ cosign bundle (SHA256SUMS.bundle, project key)- SBOM (SPDX) for all dependencies
Verify (project public key
cosign.pubin the repo root):cosign verify-blob \ --key cosign.pub \ --bundle SHA256SUMS.bundle \ SHA256SUMS sha256sum --check SHA256SUMSFirst-time setup: run
dvb-warppool-setupfor the first-run wizard.Downloads
-
Source code (ZIP)
1 download
-
Source code (TAR.GZ)
1 download
- The public per-wallet page (