Dinero v8.0.2
·
43 commits
to dinero-main
since this release
Dinero v8.0.2
Stable point release on top of v8.0.1.
Source commit: 7b85fd489 (signed tag v8.0.2)
Tag: v8.0.2 (SSH-signed, Dinero Labs)
What changed since v8.0.1
- AssumeUTXO fast-sync anchor refreshed to height 47176 (#311). New nodes bootstrap closer to the chain tip. This release carries
utxo-snapshot-47176.dat, verified against the compiled-in trust anchor (sha256 + base hash + Utreexo forest binding) before it loads. - Daemon socket FD_CLOEXEC fix (#312, #295). The RPC (20998) and P2P (20999) listen sockets are now created with
FD_CLOEXEC, so a spawned child (dinero-seeder) can no longer inherit them and squat the ports after the daemon exits. This fixes the GUI "The Dinero daemon (dinerod) exited before the wallet could connect" failure that hit fresh installs (an orphaned seeder holding the daemon's ports). Verified at the source via/proc/<pid>/fdinfo. - Packaging: the macOS release-lane guard now accepts a git worktree (#308).
Everything else is unchanged from v8.0.1.
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. - AssumeUTXO snapshot:
utxo-snapshot-47176.dat(base height 47176, sha256d537408c09420d842015bc54473da62abe5ca9158f09a1f7582a55d7b9099985) — fast-sync bootstrap, verified against the compiled-in anchor. - Windows x86_64: built on the dedicated Windows/CUDA machine and attached to this release —
Dinero-8.0.2-windows-x86_64-Setup.exe(user/GUI, bundles SV2 miners),Dinero-Server-8.0.2-windows-x86_64-Setup.exe(headless, GPU-free, verified no CUDA load-time imports),dinero-v8.0.2-windows-x86_64-msvc.zip(operator stack), andSHA256SUMS-windows-8.0.2. Daemon embeds8.0.2+7b85fd48+ OpenSSL 3.5.6 + ngtcp2 (QUIC on).
Verifying your download
# Linux / macOS
shasum -a 256 -c SHA256SUMS-<platform>-8.0.2
# macOS additionally: Gatekeeper should report "Notarized Developer ID"
spctl -a -t open --context context:primary-signature -v Dinero-v8.0.2-macOS-arm64.dmg
The tag v8.0.2 is SSH-signed by Dinero Labs; verify with git verify-tag v8.0.2.
🤖 Generated with Claude Code