BZminer. Download BZ miner
Latest release
Release v23.0.4 of BzMiner. All feedback is welcome ;)
-- What's in this release
x Bug fix: latest nvidia drivers (580+) on windows causing crash x Warthog: Added community fund, 2% minimum (can increase with community_fund options). Dev Fund address: 257edaceb6cb5ded59afd2051b93c5244053da527fc28d6a x Lots of backend updates around cpu thread and memory management x Bug fix: Warthog reconnects causing crashes x Bug fix: Dual cpu reporting same temperature for both cpus x Bug fix: Linux power reporting sometimes drops to 0W x Bug fix: bz should no longer scan for all storage devices 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 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: --enable, --disable, config.txt start_mining option for dual cpu rigs now work for cpu algos (devices 255:0, 255:1) 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: Pure verus crashing on Linux x Linux: Removed X11 warning
https://www.bzminer.com/releases/v23.0.4/
Be sure to check out the config generator if having trouble setting up
https://www.bzminer.com/config-generator/
Minerstat update command:
export version="23.0.4"; 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="23.0.4" # 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 v23.0.2)
wget https://bzminer.com/downloads/bzminer_v23.0.4_linux.tar.gz; tar -xvf bzminer_v23.0.4_linux.tar.gz; miner stop; cp bzminer_v23.0.4_linux/bzminer /hive/miners/bzminer/23.0.2/; miner start
Rave OS Update Command (assuming currently on v23.0.2)
stop && wget https://bzminer.com/downloads/bzminer_v23.0.4_linux.tar.gz && tar -xvf bzminer_v23.0.4_linux.tar.gz && cp -adpR bzminer_v23.0.4_linux/bzminer /app-data/miners/bzminer-23.0.2 && start
Checksums
bzminer_v23.0.4_windows.zip:
MD5: 086fd4da72881809f34541df007770ef SHA256: 4285ea21d1c48d532e8d75bdc1341f2398e0d570c6432edaf5b1c22e681bc3c8
bzminer_v23.0.4_linux.tar.gz:
MD5: 59b90bfc33b4a373833c73ba283fcd77 SHA256: 0c24cce1f72dd71577dc47be1f274d264bce2c4eeb5a83e72d68a4238d909190
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.