Skip to content

Changelog

Every fix and update to the NexusPool core, with its date. The current stable version is highlighted.

v0.6.26.31
  • New — Payout Preflight: verify where your block reward would land before you ever win one. Enter your Bitcoin address and the pool rebuilds the exact coinbase it would pay you — byte-for-byte, the same construction used for every real block — then shows the amount, the block it builds on, and the raw transaction so you can re-derive it yourself. Paid directly by the Bitcoin protocol to your address, 0% fee, non-custodial. A public, read-only tool; it never affects mining, share accounting, or won blocks.
v0.6.26.30
  • Forward-compatibility hardening: share validation now reconstructs each miner's block header against that miner's own negotiated version-rolling range, matching exactly what the miner hashed. This is invisible today — it only differs from before if a miner narrows its version-rolling and a future Bitcoin soft fork signals in the affected bits — but it guarantees a valid share, including a found block, is never rejected under that future combination. No effect on mining, share accounting, or how a won block is paid out.
v0.6.26.29
  • Forward-compatibility for Bitcoin's upcoming Consensus Cleanup (BIP54): the pool now builds its coinbase transaction to meet the new coinbase requirement ahead of activation, so every block the pool finds stays valid once the soft fork takes effect. It remains fully valid under today's rules; no effect on mining, share accounting, or how a won block is paid out.
v0.6.26.28
  • Foundation for remote rig insight (ANI): the pool can now securely accept a rig's own efficiency and delivery-health readings even when it can't reach the rig directly, authenticated by the fact that the rig is actively mining from your address — no shared secret, and a reading from any other source is rejected. This brings the per-rig effective-efficiency and delivery-health view within reach of remote miners, not just same-network setups. Read-only, authenticated and rate-limited; it never affects mining, share accounting, or won blocks.
v0.6.26.27
  • Reliability: a rig whose telemetry briefly drops out is no longer left behind. The pool now holds each rig at its correct, measured-hashrate difficulty through a gap — frozen at the last known-good value until fresh readings return — instead of drifting to a coarse fallback, and slower-to-respond rigs are discovered reliably. Your personal dashboard also flags any rig whose share delivery looks off (stale readings or off-target difficulty). No effect on share accounting or won blocks.
v0.6.26.26
  • Privacy: on the public dashboard, a rig's operator-sensitive details — its LAN hostname and stealth/quiet-mode indicators (including suppressed-share counts) — are no longer returned just because someone knows your (public) Bitcoin address. Hardware facts (model, chip count and health, hashrate, temperature, best difficulty) stay visible. No effect on mining, share accounting, or won blocks.
Changelog — NexusPool · NexusPool