Skip to content

OneZeroMiner 1.3.0

Compare
Choose a tag to compare
@EhssanD EhssanD released this 05 Feb 02:11
· 1 commit to main since this release
a1abb95

Changelog
Add ability to take a snapshot of the best found state

  • This feature will save the lowest local minima found every 5 minutes and is capable of loading it in case the miner exits/reconnects for any reason. It can improve the chance of solving SAT jobs and getting the reward.
  • Add options --disable-snapshot to disable the feature and --purge-snapshot to entirely remove the cache folder

Fix invalid shares that could happen on jobs other than the main SAT one
Fix incorrect allocation of chips when the number of available chips is lower than the rig's capacity
Fix --nr issue on Windows that could cause lower hashrate on some cards
Minor bug fixes