Skip to content

v0.36

Choose a tag to compare

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

What's new (v0.36)

Completes the OPoI AI-inference round-trip: inference results now actually reach the pool.
Recommended for everyone; no config changes needed.

πŸ”— Fix: inference results now reach the pool

A miner's AI inference result is computed for a specific challenge, but SLM inference takes a few
seconds while mining jobs rotate sub-second β€” so by the time the result was ready, the miner only
tried to attach it to a share of the (long-gone) original job, and it was never sent. The result
was stranded on every challenge.

Now the miner delivers the latest ready result on the next share regardless of which job it is
mining, carrying the original challenge id so the pool matches the right request. End-to-end the
OPoI inference round-trip works: the pool can publish the on-chain AiResponse and credit the
inference reward to the solving rig.

Carried forward

  • v0.35 β€” DeepSeek-R1-8B inference fix (correct model) + self-healing model downloads.
  • v0.34 β€” hashrate reported to the pool (dashboard matches the console).
  • v0.33 β€” faster model downloads via the xbinor.io gateway (Keryx fallback).
  • v0.32 β€” RTX 50-series (Blackwell / sm_120) fix.
  • v0.31 / v0.30 β€” high-GPU-count crash fix; pool-proxy OPoI; no dev fee; DAA-gated SALT parity.