BzMiner Release v23.0.4b1

BzMiner v23.0.4b1

x Bug fix: warthog reconnects causing crashes
x Bug fix: latest nvidia drivers (580+) on windows causing crash
x Bug semi-fix: Disabled windows key input when bz is not in focus (completely disabled key inputs until later release fixes root issue)
x Bug fix: Dual cpu reporting same temperature for both cpus
x Bug fix: Linux power reporting sometimes drops to 0W
x Linux: Removed X11 warning
x Warthog: Added community fund, 2% minimum (can increase with community_fund options)
x Warthog: Added 2 decimal places for sha precision
x Warthog: Added worker name to rpc protocol
x Warthog: Fixed dual cpu with disabled cpu (or cpu on another algo) max memory option resulting in lower memory allocated than expected
x Lots of backend updates around cpu thread and memory management
x Options: Added cpu instruction set and huge pages options (disable_sse, disable_avx, disable_avx512, disable_huge_pages)
x updated watchdog_no_new_work_seconds option to include work id (if same job is repeatedly sent, generally meaning bug in node or pool, currently warthog only, but can add others on request)
x Bug fix: bz should no longer scan for all storage devices
x Bug fix: --enable, --disable, config.txt start_mining option for dual cpu rigs now work for cpu algos (devices 255:0, 255:1)
x fixed pure verus on linux

Downloads links

Checksums

bzminer_v23.0.4b1_windows.zip:
MD5: 
SHA256: 

bzminer_v23.0.4b1_linux.tar.gz:
MD5: 
SHA256: 

Install scripts

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

export version="23.0.4b1" # 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="23.0.4b1"; 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_v23.0.4b1_linux.tar.gz; tar -xvf bzminer_v23.0.4b1_linux.tar.gz; miner stop; cp bzminer_v23.0.4b1_linux/bzminer /hive/miners/bzminer/22.0.0/; miner start

Rave OS:

stop && wget https://bzminer.com/downloads/bzminer_v23.0.4b1_linux.tar.gz && tar -xvf bzminer_v23.0.4b1_linux.tar.gz && cp -adpR bzminer_v23.0.4b1_linux/bzminer /app-data/miners/bzminer-22.0.0 && start