v0.4.1-opencl-cuda-rc.11 - mainnet hotfix + one-click launcher
·
1 commit
to codex/node-v1.0.10-integration
since this release
Hacash miner v0.4.1 (rc.11) mainnet hotfix + one-click launcher
Hotfix over rc.10. rc.10 could accidentally mine an isolated LOCAL chain please use rc.11.
Fixes
- Mainnet config bug (important): the panel wrote
hacash.config.iniwithout the[node]section, so a config created via the panel (beforeSTART-MAINNET.batran) had no boot nodes and started an isolated local chain the height stayed near 0, x16rs ran atrepeat=1, and the miner showed an inflated ~280 MH/s that was not real mining. The panel now always ensures the mainnet[node]block (boot nodes +not_find_nodes = false) when it is missing. - One-click launcher: the package now ships a single
START-MAINNET.bat(the confusing panel-onlySTART-MINER-PANEL.batwas removed). OpenSTART-MAINNET.bat→ it starts the mainnet fullnode, opens the panel, then you press Start.
How to tell you're really on mainnet
Once synced, the fullnode is at height 766000+ and the honest rate on an RX 9070 XT is ~26 MH/s (repeat=16). A ~280 MH/s figure means repeat=1 (low height / not on the network).
What's in it (same as rc.10)
- NVIDIA CUDA + OpenCL in one build. AMD/Intel → OpenCL; NVIDIA → OpenCL or CUDA (Backend dropdown in the panel).
- CUDA validated byte-correct vs the CPU reference (all 16 x16rs algorithms, mainnet
repeat=16, single-hash + batch). - Package:
hacash.exe(fullnode),miner-panel.exe,poworker.exe(OpenCL+CUDA),diaworker.exe(HACD), OpenCL kernels,cudart64_13.dll.
Run
Download hacash-miner-mainnet-windows-x64-v0.4.1-cuda-rc.11.zip, extract, open START-MAINNET.bat. First run asks once for your HAC reward address (1...). First mainnet sync downloads the chain (~20–60 min) before full-rate 16-round mining.