Skip to content

Dinero v8.0.3

Choose a tag to compare

@Trucker2827 Trucker2827 released this 21 Jun 06:09
· 32 commits to dinero-main since this release
v8.0.3
c145723

Dinero v8.0.3

Stable point release on top of v8.0.2 — two consensus fixes, both Windows-verified and proven on a ~5.5h live fleet canary.

Source commit: c14572353 (signed tag v8.0.3)

What changed since v8.0.2

  • consensus(reorg) — #310 (fixes #309): a miner whose tip block loses the chainwork race no longer wedges on its own minority fork. The node now reorgs to the higher-work P2P-learned branch (whole-branch-data candidate eligibility + body-position metadata for store-only blocks), marks consensus-invalid speculative branches failed (operational faults are never marked → no false-fork), and restores the pre-reorg tip if a reorg aborts.
  • consensus(asert) — #315 (fixes #314): getblocktemplate no longer returns too-easy ASERT difficulty on an AssumeUTXO-snapshot-resynced node. The anchor-time fallback now uses block 1's real timestamp instead of genesis.nTime, so the template matches validation regardless of background-backfill state (solo blocks are no longer rejected bad-diffbits).

Also carried from v8.0.2: the height-47176 fast-sync anchor (#311) and the daemon FD_CLOEXEC listen-socket fix (#312, the GUI "daemon exited before the wallet could connect" bug).

Assets

  • macOS arm64: signed, notarized, stapled DMG / Qt zip / operator tarball, SHA256SUMS-macos.
  • AssumeUTXO snapshot: utxo-snapshot-47176.dat (verified against the compiled-in anchor).
  • Linux x86_64: to follow — the Linux build host is temporarily unavailable; the full server/operator/GUI matrix + .deb will be added to this release shortly. Until then, install.sh continues to serve the v8.0.2 Linux build.
  • Windows x86_64: built on the dedicated Windows/CUDA machine and attached — Dinero-8.0.3-windows-x86_64-Setup.exe (user/GUI, bundles SV2 miners), Dinero-Server-8.0.3-windows-x86_64-Setup.exe (headless, GPU-free, verified no CUDA load-time imports), dinero-v8.0.3-windows-x86_64-msvc.zip (operator stack), and SHA256SUMS-windows-8.0.3. Daemon embeds 8.0.3 + c1457235 + OpenSSL 3.5.6 + ngtcp2 (QUIC on); daemon code identical to the canaried build.

Verifying your download

shasum -a 256 -c SHA256SUMS-macos-8.0.3
spctl -a -t open --context context:primary-signature -v Dinero-v8.0.3-macOS-arm64.dmg

The tag v8.0.3 is SSH-signed by Dinero Labs; verify with git verify-tag v8.0.3.

🤖 Generated with Claude Code