MINERS
⛏ BzMiner v13.1.1
* Improved Nexa hashrate/efficiency (Nvidia, continued joint effort with Lolliedieb from lolMiner)
* Improved main algo hashrate when mining +zil
* Improved mining startup time
* Stats now carryover between pool reconnects
* Now showing watchdog restarts and pool reconnects
* Added enable_igpu option (--igpu 1 on cmdline). should fix some rigs that have igpus and immediately crash
* Added optional Nexa community fund (disabled by default, can enable using community_fund options)
* +zil stability fixes
* Fixed parallel/split mining for non optimized algos
* Fixed visual high latency bug
* Fixed oc switching with +zil in some cases
* Fixed ergo initialization failure (and failures on other algos)
* Fixed mining starting before oc is set on Nexa
* zil_wallet, zil_pool options fixed
⛏ SRBMiner-MULTI v2.1.0
* Added support for INTEL Alchemist architecture (INTEL ARC 300/500/700)
* ZIL is now mineable in any single/dual algorithm combination [triple mining]*
* Added ZIL parameters '--zil-enable', '--zil-pool', '--zil-wallet', '--zil-password', '--zil-esm', '--zil-epoch', '--zil-oc-script'
* Added ZIL OC parameters '--zil-cclock', '--zil-mclock', '--zil-coffset', '--zil-moffset', '--zil-plimit'
* Added auto buffer mode for ZIL mining*
* Added parameters '--disable-gpu-intel', '--gpu-disable-auto-buffer'
* Added OC parameters '--gpu-cclock1', '--gpu-mclock1', '--gpu-coffset1', '--gpu-moffset1', '--gpu-plimit1'
* Removed parameters '--gpu-ethash-dag-cache', '--a0-is-zil'
* Renamed parameters '--a0-start-script' to '--a0-oc-script' , '--a1-start-script' to '--a1-oc-script', '--start-script-delay' to '--oc-delay'
* Added '--esm 2' which indicates that 'EthereumStratum/1.0.0' + nicehash mode is used for communication with the pool*
* Allowed separator ',' (comma) which can be used as an alternative for the current '!' separator in all parameters except in '--password'
* Minor bug fixes