Dinero v8.0.1
·
51 commits
to dinero-main
since this release
Dinero v8.0.1
Stable point release on top of v8.0.0.
Source commit: cf0e7c84 (signed tag v8.0.1)
Tag: v8.0.1 (SSH-signed, Dinero Labs)
What changed since v8.0.0
- rpc(economics):
economics.getinfonow reports the real 120-second block time, derived fromtarget_spacing, instead of a stale constant (#294). - Desktop GUI: the wallet retries a transient daemon early-exit on startup instead of raising a false "daemon failed to start" alarm (#306).
- Windows portability: the daemon hang-watchdog's diagnostic log hint no longer pulls in a POSIX-only
<unistd.h>/getpid()path under MSVC, so the Windows build now compiles directly from the tagged source (#305). Unlike v8.0.0, the Windows artifacts for this release are reproducible from thev8.0.1tag.
Everything else — the complete AssumeUTXO trust model, shielded size-aware fees, stateless undo integrity, GUI lifecycle hardening — is unchanged from v8.0.0.
Assets
- Linux x86_64: server-safe
dinerod(no GPU runtime in NEEDED),dinero-cli, Qt GUI, seeder, solo/gpu/stratum miners, full desktop bundle,dinero-core.deb,SHA256SUMS-linux. - macOS arm64: signed, notarized, stapled DMG / Qt zip / operator tarball,
SHA256SUMS-macos. - Windows x86_64: built on the dedicated Windows/CUDA machine and attached to this release —
Dinero-8.0.1-windows-x86_64-Setup.exe(user/GUI, bundles SV2 miners),Dinero-Server-8.0.1-windows-x86_64-Setup.exe(headless, GPU-free, verified no CUDA load-time imports),dinero-v8.0.1-windows-x86_64-msvc.zip(operator stack), andSHA256SUMS-windows-8.0.1. Daemon embeds 8.0.1 + cf0e7c8 + OpenSSL 3.5.6 + ngtcp2 (QUIC on).
Verifying your download
# Linux / macOS
shasum -a 256 -c SHA256SUMS-<platform>-8.0.1
# macOS additionally: Gatekeeper should report "Notarized Developer ID"
spctl -a -t open --context context:primary-signature -v Dinero-v8.0.1-macOS-arm64.dmg
The tag v8.0.1 is SSH-signed by Dinero Labs; verify with git verify-tag v8.0.1.
🤖 Generated with Claude Code