BzMiner Release v21.5.1

BzMiner v21.5.1 (Hotfix)

x Bug fix: Invalid wallet on startup (startup hangs and never mines), mainly affecting running bz from command line

BzMiner v21.5.0

x New combo: Ironfish + Warthog (Nvidia/AMD/Intel Experimental)
x New combo: Karlsen + Warthog (Nvidia/AMD/Intel Experimental)
x Slightly improved Ironfish on Nvidia
x Updated "pool" option to allow individual gpu/algo combinations (see note below)
x Bug fix: ironfish for amd 6xxx cards
x Bug fix: amd total memory incorrect
x Bug fix: cpu available memory incorrect
x Bug fix: cpu core speed only looking at first core
x Bug fix: socket leak
x Bug fix: some dynex networking issues
NOTE: "pool" option has been updated to support multi dimensional arrays, specifically made for hiveos extra options. format is as follows: "pool": "[[gpu0_algo0, gpu0_algo1], [gpu1_algo0, gpu1_algo1]]"
NOTE: make sure to keep the value in quotes for hive os. an example of this is say you have 3 gpus, and you want the first gpu to dual mine, and the second gpu to only mine the first algo and third gpu to mine only the second algo, you would do: "pool": "[0,1],[0],[1]"

Downloads links

Checksums

bzminer_v21.5.1_windows.zip:
MD5: 00973cde7935ae7a7a5f6b67e48cd780
SHA256: c76d01f9a49665c0905c7aa3c0a1affcbff0e4f177316816693268fe1f7681a9

bzminer_v21.5.1_linux.tar.gz:
MD5: 877637f76a37160f59ae8a27bca2f225
SHA256: cb794b706ce222c40c727cb9a445d97d1c87610f84457cfc190776afdaafbe8b

Install scripts

MMPOS: (Note: put in Initiate command prior to miner launch field in miner profile ->advanced)

export version="21.5.1" # Example version
if [ -f "/tmp/bzminer_v${version}_linux.tar.gz" ]; then
exit 0
else
cd /tmp; wget https://bzminer.com/downloads/bzminer_v${version}_linux.tar.gz; tar -xvf bzminer_v${version}_linux.tar.gz; sudo cp -adpR bzminer_v${version}_linux/bzminer /opt/mmp/miners/bzminer/
fi

Minerstat:

export version="21.5.1"; mstop; cd /tmp; wget https://bzminer.com/downloads/bzminer_v${version}_linux.tar.gz; tar -xvf bzminer_v${version}_linux.tar.gz; sudo cp bzminer_v${version}_linux/bzminer /home/minerstat/minerstat-os/clients/bzminer; mstart

Hive OS:

wget https://bzminer.com/downloads/bzminer_v21.5.1_linux.tar.gz; tar -xvf bzminer_v21.5.1_linux.tar.gz; miner stop; cp bzminer_v21.5.1_linux/bzminer /hive/miners/bzminer/21.4.0/; miner start

Rave OS:

stop && wget https://bzminer.com/downloads/bzminer_v21.5.1_linux.tar.gz && tar -xvf bzminer_v21.5.1_linux.tar.gz && cp -adpR bzminer_v21.5.1_linux/bzminer /app-data/miners/bzminer-21.4.0 && start