github ocminer/keryx-miner-supr v0.7.3
v0.7.3 — solo address-log fix + AMD loader/noavx

latest releases: v0.13.2, v0.13.1, v0.13.0...
one month ago

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_logger was initialised after the option processing that logs the resolved node address, so the keryxd 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) vs pool 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 — keryxd binds gRPC to 127.0.0.1 by 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.

Don't miss a new keryx-miner-supr release

NewReleases is sending notifications on new releases.