keryx-miner-supr v0.11.4 — Windows PoM walk fix
Critical fix for Windows NVIDIA miners. On 0.11.0–0.11.3 every Windows NVIDIA rig failed at startup with:
PoM walk kernel failed to load (CUDA_ERROR_NOT_FOUND, "named symbol not found")
The walk-kernel image shipped in the Windows build (cuda/pom_mine.fatbin) was stale — built for v0.10.8, it did not contain the pom_mine_v4 kernel that the PoM v4 rewrite (v0.11.0) switched to. The whole Proof-of-Model walk was dead on Windows. (Linux was unaffected — it compiles the kernel from source.)
The on-screen hint blaming an old GPU / old driver is misleading here: NOT_FOUND means the module loaded fine, the pom_mine_v4 symbol just wasn't in it.
v0.11.4 rebuilds the fatbin from current source (CUDA 12.9; sm_75/80/86/89/90/120 + compute_75 PTX). Verified on a real RTX 5080 (sm_120): the old fatbin returns NOT_FOUND for pom_mine_v4, the new one resolves it.
Windows NVIDIA users on 0.11.x must update to 0.11.4. Linux/AMD are functionally unchanged from 0.11.3 (rebuilt here only for version parity).
Assets
- NVIDIA modern (CUDA 12.9, driver 575+, sm_75–120): hiveos / mmpos / smos
- NVIDIA legacy (CUDA 12.4, sm_70+): hiveos / mmpos / smos
- Windows: NVIDIA PoM + CUDA plugin + AMD/OpenCL
SHA256SUMS-nvidia.txt; AMD assets attached separately.
Pascal is not built (PoM v4 requires __dp4a / sm_61+).