BzMiner v13.0.1 released

Published on: 2023-01-20

83083846?s=60&v=4

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

What's in this release (v13.0.1)

  • 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.1" # 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.1)

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

Downloads

  • bzminer_v13.0.1_windows.zip includes the CLI for windows
  • bzminer_v13.0.1_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.1_ubuntu_1604.tar.gz includes the CLI for Linux

Checksums

bzminer_v13.0.1_windows.zip:

MD5: 673f7d85df37a4ee25a97e8468797d2f
SHA256: 6aa6f0530aeffc8cae4dce4a149eefec1a193cb07d55facc2edeb394911f6d41

bzminer_v13.0.1_linux.tar.gz:

MD5: 3a11ce5f6f14ccc60b75a44149c2b1e6
SHA256: dad2ea66c3f0925c7dc1c27139075b0cee50a2586e44c2041b481f9c9d8c6c7f

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

Go to the BzMiner v13.0.1 released download page