keryx-miner-supr v0.7.3
Address-log fix for solo miners + solo-mining docs. Carries all prior H4 + AMD fixes.
Fixes
- Resolved-address log line restored.
env_loggerwas initialised after the option processing that logs the resolved node address, so thekeryxd address:line — the one a solo miner needs to confirm which node it's dialing — was swallowed. The logger now inits first, and the line names the mode:keryxd address: grpc://host:port (solo — mining direct to node)vspool address: … (stratum)(the old text mislabeled a stratum URL as a keryxd address). - Solo-mining docs (README): address forms (
grpc://host:port,host:port,-s host -p port), what a successful connect/submit looks like, and the #1 gotcha —keryxdbinds gRPC to127.0.0.1by default, so LAN rigs need--rpclisten=0.0.0.0:22110.
AMD / OpenCL
Carries the recent AMD fixes: real auto-tier (--tier auto), the pre-AVX-CPU SIGILL fix (auto-selected -noavx engine variant), and the bundled Vulkan loader (libvulkan.so.1) so the miner runs on stock HiveOS/mmpOS without installing libvulkan1.
Assets
keryx-miner-supr-amd-0.7.3.0.tar.gz— HiveOS custom miner (AMD/OpenCL).keryx-miner-supr-amd-mmpos_0.7.3.0.tar.gz— mmpOS package.keryx-miner-supr-amd-0.7.3.0.zip— portable Linux AMD build.- NVIDIA / Windows / macOS assets are built by CI and attached as they complete.
Verify downloads against SHA256SUMS-amd.txt.