Skip to content

Releases: develsoftware/GMinerRelease

3.22

03 Jan 15:46
b5a0268
Compare
Choose a tag to compare
  • added support of custom OC settings for ZIL mining round, to specify custom OC settings use follow commands: --zilcclock. --zilmclock, --zilpl, --zillock_cclock, --zillock_mclock (check mine_kaspa+zil_oc.bat/.sh from archive with miner)
  • selects smaller solver size on GPUs thats not have enough memory to hold ZIL DAG (for Cortex, Grin32 and Aeternity)

Hive OS update command:
cd /tmp && wget https://github.com/develsoftware/GMinerRelease/releases/download/3.22/gminer_3_22_linux64.tar.xz && tar -xvf gminer_3_22_linux64.tar.xz && cd /hive/miners/gminer && miner stop && cp /tmp/miner $(ls -d1 */ | tail -1)/gminer && miner start

3.21

01 Jan 19:10
b5a0268
Compare
Choose a tag to compare
  • supports ZIL mining via ZMP protocol: single (can be combined with KASPA mining), dual (with any supported algorithm: ETC+ZIL, ERGO+ZIL, KASPA+ZIL, RVN+ZIL, CTXC+ZIL, BTG+ZIL, ...) and triple mining mode (ETC+KASPA+ZIL / ERGO+KASPA+ZIL). to enable dual/triple ZIL mining you need specify ZIL server and ZIL wallet via --zilserver and --ziluser parameters, you may specify multiple ZIL servers (failover servers). check sample .bat/.sh files in miner archive
  • improved miner stability