rieMiner 0.92 Revision c is out and binaries are available on Github.
Changes:
- New assembly optimizations by
Rockhawk, improving performance by 10-15% on AVX2 machines - if you like this be sure to donate some RIC to him (his address can be found on his profile)!;
- For Solo Mining, it is now possible to set Donate to 0 without workarounds and donations now go to the Riecoin Funding address ric1qr3yxckxtl7lacvtuzhrdrtrlzvlydane2h37ja rather than my personal address;
- New advanced option RestartDifficultyFactor option to customize when the miner restarts. Notably useful to optimize the Primorial Number a bit by reducing the restart margin, in this case it is a good idea to use GeneratePrimeTableFileUpTo to precompute the Prime Table and make restarts much shorter;
- Now that we have rieMiner-Qt, it makes the configuration assistant basically pointless, so it was removed;
- Some other minor changes.
With the new assembly code, it is no longer possible to compile generic binaries with AVX2 (I am using -march=core2), so one must now compile rieMiner to enjoy the AVX2 benefits with the EnableAVX2 option. This also means that the Enable AVX2 check on rieMiner-Qt will also no longer work.
I would gladly build 0.92d and later using -march=haswell or so, but apparently some still mine on old Ivy/Sandy Bridge or even Nehalem CPUs, even recent Pentiums/Celerons do not have AVX2, and only a minority would bother building rieMiner...