Skip to content

v0.34

Choose a tag to compare

@github-actions github-actions released this 16 Jun 05:50
· 9 commits to master since this release

What's new (v0.34)

The pool dashboard now shows the same hashrate as the miner console. Recommended for everyone;
no config changes needed.

πŸ“Š Hashrate reported to the pool

The miner now reports its measured hashrate to the pool (mining.submit_hashrate) every 30
seconds, so the pool's per-worker hashrate matches what the console prints β€” instead of the
pool's share-based estimate, which lags and varies short-term. Each rig reports its own rate;
the pool sums them per address as before.

  • No action needed β€” it just works once you update.

Carried forward (from v0.33)

  • Faster model downloads via the xbinor.io IPFS gateway, with the Keryx gateway as an automatic
    fallback (--ipfs-gateway to override).

Carried forward (from v0.32)

  • RTX 50-series (Blackwell / sm_120) fix β€” GPU kernels built for broad driver compatibility,
    a kernel fallback chain, and a driver-version gate that logs clearly instead of unknown error.

Carried forward (from v0.31)

  • Crash fix for high-GPU-count rigs (share-pending lock now waits instead of panicking).
  • Self-healing model download β€” a truncated/corrupt tokenizer is re-fetched automatically.

Carried forward (from v0.30)

  • Pool-proxy OPoI inference β€” no local IPFS, inference reward credited to your rig.
  • No miner dev fee (mines 100% to your address); bounded inference + reliable auto-reconnect.
  • DAA-gated SALT v1 β†’ v2 β†’ v4 consensus parity; per-share OPoI proof (required by default);
    on-demand model tiers (--high / --very-high / --cpu-inference).