Skip to content

v0.33

Choose a tag to compare

@github-actions github-actions released this 16 Jun 02:03
· 10 commits to master since this release

What's new (v0.33)

Faster, more reliable model downloads. Recommended for everyone; no config changes needed.

🌐 Model downloads via a faster gateway (with automatic fallback)

First-run model downloads now use a faster primary IPFS gateway, with the public Keryx
gateway kept as an automatic fallback β€” if the primary is unreachable, the miner retries
the next gateway instead of failing. Each model file is fetched from the gateways in order
until one succeeds, so a single gateway hiccup no longer stops a rig from syncing.

  • Advanced: override the primary gateway with --ipfs-gateway https://your-gateway (the Keryx
    gateway stays as a fallback). No effect on rigs that already have their models downloaded.

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. Blackwell rigs on CUDA 12.8+ drivers mine out of the box.

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).