BZminer. Download BZ miner
Latest release
Release v22.0.0 of BzMiner. All feedback is welcome ;)
-- What's in this release
x New Coin: Blocx x New dual combo: Ergo + Warthog (Nvidia only for now) x New dual combo: Blocx + Warthog (Nvidia only for now) x Dynex: Fixed multiple issues x Warthog will skip calibration if warthog_verus_hr_target is set for all sha devices x Warthog hashrate should stop dropping after time x Restart_miner_minutes is now a decimal number so can do sub minute times (eg. 0.5 for 30 seconds) x Increased gpu memory allocated for dual warthog x Bug fix: clore (and other kawpow algos) crashing after some minutes x Bug fix: ergo and ergo+warthog invalid ergo shares x Bug fix: cpu_affinity not saving to config.txt x Bug fix: bz should now close nicely (eg. --restart_miner_minutes, or reconnections to warthog) x Bug fix: fixes mainloop not responding in last beta
https://www.bzminer.com/releases/v22.0.0/
Be sure to check out the config generator if having trouble setting up
https://www.bzminer.com/config-generator/
Special thanks
Thanks Son of a Tech for the BC-250! https://www.youtube.com/channel/UC0WNX0de8I1fgKUrjxiPaRA
Minerstat update command:
export version="22.0.0"; 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
MMPOS Update Command (Note: put in Initiate command prior to miner launch field in miner profile ->advanced)
export version="22.0.0" # 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
Hive OS Update Command (assuming currently on v21.5.3)
wget https://bzminer.com/downloads/bzminer_v22.0.0_linux.tar.gz; tar -xvf bzminer_v22.0.0_linux.tar.gz; miner stop; cp bzminer_v22.0.0_linux/bzminer /hive/miners/bzminer/21.5.3/; miner start
Rave OS Update Command (assuming currently on v21.5.3)
stop && wget https://bzminer.com/downloads/bzminer_v22.0.0_linux.tar.gz && tar -xvf bzminer_v22.0.0_linux.tar.gz && cp -adpR bzminer_v22.0.0_linux/bzminer /app-data/miners/bzminer-21.5.3 && start
Checksums
bzminer_v22.0.0_windows.zip:
MD5: 1da47aefe810a04bc893705988272bc9 SHA256: 1d5b2873be16b3405b01fb923bec2ea1ecbbece9366bde79de0c641f7b886123
bzminer_v22.0.0_linux.tar.gz:
MD5: 935ae2057845c6afe81e907a61cb9279 SHA256: 24ce1efcb522ee006c0587f04b3dcb3cb74d42b8bc2aaf4948324dab18e7ba01
Bzminer .bat File Examples
EthereumPOW (ETHW)
Ethereum Classic (ETC)
Kaspa (KAS)
Ergo (ERG)
NEXA
Ravencoin (RVN)
Meowcoin (MEWC)
Alephium (ALPH)
Radiant (RXD)
Novo Coin (NOVO)
EthereumPOW + Alephium Dual Mining
Ethereum Classic + Alephium Dual Mining
EthereumPOW + Alephium + ZIL Triple Mining
Ethereum Classic + Alephium + ZIL Triple Mining
EthereumPOW + Kaspa Dual Mining
Ethereum Classic + Kaspa Dual Mining
EthereumPOW + Kaspa + ZIL Triple Mining
Ethereum Classic + Kaspa + ZIL Triple Mining
EthereumPOW + Radiant Dual Mining
Ethereum Classic + Radiant Dual Mining
EthereumPOW + Radiant + ZIL Triple Mining
Ethereum Classic + Radiant + ZIL Triple Mining
Bzminer Setup
Bzminer Basic Commands
--disable disables the specified video cards from mining. A space is used as a separator. Use the device ID in the format pci_bus:pci_device (eg --disable 1:0 3:0). Use the --devices command to find the device IDs. In HiveOS, this parameter is set in the add. configuration;
-w this field specifies the address of your wallet or the address of the account on the pool;
--w2 to specify the second address if you mine in dual mode;
--pool_password, --pool_password2 password, use x by default;
-w, --worker, --worker2 worker name (rig ). It is set either as a separate parameter or through a dot after the wallet address;
--cpu-priority the level of CPU utilization during mining on a video card. The default is set to 2. If the processor does not pull, you can set 0. The maximum value is 5;
--reconnect-on-fail-shares reconnect the miner to the pool in case of receiving rejected shares from the pool ;
--nvidia 1mine only on Nvidia devices;
--amd 1mine only on AMD devices;
-h, --help display all available commands.
Bzminer Overclocking
--oc_lock_memory_clock Lock overclock value in memory. You can also set different values for video cards separated by a space;
--oc_core_clock_offset sets the core clock frequency of the video card in MHz. A space-separated value can be specified for multiple cards;
--oc_memory_clock_offset sets the graphics card memory frequency in MHz. You can specify a value for several cards through a space;
--oc_power_limit specifying the power limit (video card consumption), in watts. Through a space, you can specify a value unique for each card. For example --oc_power_limit 140 150 160 150.
Bz miner Common Errors/Issues
Dev Fees
ETC - 0,5%
RVN - 0,5%
ALPH - 0,5%
Kaspa - 0,5%
Bzminer API
--http_port sets the port. The default port is 4014.