WildRig 0.9.3 beta, new miner for Wild Keccak algo.
Downloadfor those who are new to this miner:
- this miner provides better hashrate on poolside for NVIDIA cards(because of more accepted shares). AMD can get some improvement too, but less significant
- new interface
- API to check miner stats via web
- no limit for amount of GPU's
changes from previous beta:
- more comments for config.json(hope now it won't confuse people with configuration
)
- additional parameter "print-full"(add it to your old config.json when upgrade) for printing hashrate for each videocard
- a bit more safe code
- now miner will redownload scratchpad if something goes too wrong with it
- fix for NVIDIA's, now instead of rare situations with multiple "Low difficulty share" hashrate will drop, but still better to solve more shares instead of reconnect
- no more rare situation with "Duplicate share" on fast rigs(testing is welcome, please report if it happens)
- changed default strategy(AMD users, please check if it works well)
Testing is welcome! Please report about any issue.
known issues:
- possible crash, see note below
- immediate crash when presss 'H' or using print-full set to true(will crash at first speed print). Very strange problem, occurs only if log-file specified, so be careful and test first. Will check that later
- fast enough rig can get 5 rejects one by one on low difficulty and start reconnecting, decrease intencity in this case if your pool doesn't support stat.diff. In next version I will provide some configuration about amount of rejects before reconnect
NOTE: please, create a bat-file like below and use it instead of direct start of wildrig.exe, I was reported about one crash, so use it for avoiding zero mining
:loop
wildrig.exe
ping 127.0.0.1 -n 5 > nul
goto loop