BzMiner v13.0.3 released

Published on: 2023-01-30

83083846?s=60&v=4

Release v13.0.3 of BzMiner. All feedback is welcome ;)

What's in this release (v13.0.3 Hotfix)

  • Fixed cuda error from previous release on older nvidia drivers
  • Slight improvement to nexa efficiency/hashrate (mainly for 20 series cards)
  • Added new parameter --pool_reconnect_timeout_ms

What's in this release (v13.0.2)

UPDATE: currently requires cuda 11.6 compatible drivers, hotfix coming soon to fix this

  • Improved Nexa hashrate/efficiency (nvidia, continued effort with Lolliedieb)
  • Nexa dev fee reduced to 2%
  • Multiple +zil fixes
  • Fixed AMD issues on all algos (except nexa)
  • Possible slight auto intensity improvement across all algos (both nvidia and amd)
  • Fixed high diff issue on Zil
  • Fixed oc_script option
  • Reformated ghz to mhz

What's in this release (v13.0.1) -- AMD Kernels currently broken. will fix in hotfix shortly --

  • NEXA! (FINALLY! Nvidia only for now, joint effort with Lolliedieb from lolMiner, 3% dev fee)
  • Faster startup times for larger rigs
  • Showing difficulty change message
  • Pool hr now resets on diff change
  • Added share difficulty for nexa only
  • Caching zil dag completely (no recalculations on reconnections)
  • Disabled Kaspa community fund by default
  • Added below settings to config.txt to easily add zil to any algo your mining:
    • "zil_test": false // whether to test zil or not
    • "zil_test_diff": 1 // zil difficulty (1-5)
    • "zil_test_frequency": 300; // seconds between zil iterations (zil windows last 30 seconds)
    • "zil_pool": "" // zil pool to mine to
    • "zil_wallet": "" // zil wallet to mine to

MMPOS Update Command

export version="13.0.3" # Example version 
cd /tmp; wget https://bzminer.com/downloads/bzminer_v${version}_linux.tar.gz; tar -xvf bzminer_v${version}_linux.tar.gz; agent-stop; sudo cp -adpR bzminer_v${version}_linux/bzminer /opt/mmp/miners/bzminer/; agent-start 

Hive OS Update Command (assuming currently on v13.0.3)

rm -fr /tmp/*; cd /tmp; wget https://bzminer.com/downloads/bzminer_v13.0.3_linux.tar.gz; tar -xvf bzminer_v13.0.3_linux.tar.gz; miner stop; cp bzminer_v13.0.3_linux/bzminer /hive/miners/bzminer/13.0.1/; miner start 

Downloads

  • bzminer_v13.0.3_windows.zip includes the CLI for windows
  • bzminer_v13.0.3_linux.tar.gz includes the CLI for Linux

Ubuntu 16.04 (requires Cuda 11.2 install). Only use if on Ubuntu 16.04

  • bzminer_v13.0.3_ubuntu_1604.tar.gz includes the CLI for Linux

Checksums

bzminer_v13.0.3_windows.zip:

MD5: 3bb61ea9fb8f02898188c716a9cb0f24
SHA256: b66f0be2d053f1dece9e302ba8307b58734ec12ac33f0037e63a1e394e9a1611

bzminer_v13.0.3_linux.tar.gz:

MD5: 3d4d34f44ca3733972daeaf3f64089a7
SHA256: 839bf94afb488e19ec3f2a7c678f2cb234b212df832cd0b68e23be36f9770e9a

bzminer_v13.0.3_ubuntu_1604.tar.gz: (Not yet available, 16.04 build pc temporarily down)

Go to the BzMiner v13.0.3 released download page