Skip to content

v0.37

Choose a tag to compare

@github-actions github-actions released this 16 Jun 15:00
· 6 commits to master since this release

What's new (v0.37)

Reliable model downloads on slow / unstable connections. Recommended especially if your first-run
model download keeps failing.

⬇️ Fix: resumable model downloads

Large model files are served through Cloudflare, which can cut off a long download mid-stream on
slower links:

[keryx-miner] Downloading https://xbinor.io/ipfs/... 1120.3/4920.7 MB (22%)
IPFS: gateway ... failed: response body closed before all bytes were read

The miner used to restart from 0 on every cut-off, so a slow connection could never finish. Now it
streams into a .part file and resumes from the bytes already on disk (Range request) on each
reconnect, retrying while progress is made. A dropped 4.9 GB download now continues instead of
starting over — it completes even on a slow link.

Carried forward

  • v0.36 — OPoI inference results reach the pool (delivered on the next share, matched by
    challenge id).
  • v0.35 — DeepSeek-R1-8B model fix + self-healing model downloads.
  • v0.34 — hashrate reported to the pool. v0.33 — xbinor.io gateway. v0.32 — RTX 50-series fix.