Skip to content

Releases: bzminer/bzminer

BzMiner v21.1.4b8 BETA!

05 May 21:45
29f4693
Compare
Choose a tag to compare
Pre-release

This is a beta bz version:

x Warthog: Added node RPC support (to connect to node, use http://ipaddress:port)
x Warthog: Fixed crashing from previous beta
x Warthog: Optimized and fixed some stability issues
x Warthog: Added CPU metrics (only linux has power and temp currently)
x Warthog: new option warthog_cache_config default is 0
x Warthog: option warthog_max_ram_gb is now a decimal
x NOTE: Please wait 10-15 minutes for results to reach a balance and stabilize
x NOTE: Please reset all warthog_verus_hr_target configs

Install scripts

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

export version="21.1.4b8" # Example version
if [ -f "/tmp/bzminer_v${version}_linux.tar.gz" ]; then
exit 0
else
cd /tmp; wget https://github.com/bzminer/bzminer/releases/download/v21.1.4b8/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.1.4b8"; mstop; cd /tmp; wget https://github.com/bzminer/bzminer/releases/download/v21.1.4b8/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://github.com/bzminer/bzminer/releases/download/v21.1.4b8/bzminer_v21.1.4b8_linux.tar.gz; tar -xvf bzminer_v21.1.4b8_linux.tar.gz; miner stop; cp bzminer_v21.1.4b8_linux/bzminer /hive/miners/bzminer/21.1.1/; miner start

Rave OS:

stop && wget https://github.com/bzminer/bzminer/releases/download/v21.1.4b8/bzminer_v21.1.4b8_linux.tar.gz && tar -xvf bzminer_v21.1.4b8_linux.tar.gz && cp -adpR bzminer_v21.1.4b8_linux/bzminer /app-data/miners/bzminer-21.1.1 && start

BzMiner v21.1.3b3 BETA!

26 Apr 03:43
29f4693
Compare
Choose a tag to compare
Pre-release

This is a beta bz version:

x Warthog: Optimized and fixed some stability issues
x Warthog: Added CPU metrics (only linux has power and temp currently)
x Warthog: new option warthog_cache_config default is 0
x Warthog: option warthog_max_ram_gb is now a decimal
x NOTE: Please wait 10-15 minutes for results to reach a balance and stabilize

Install scripts

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

export version="21.1.3b3" # Example version
if [ -f "/tmp/bzminer_v${version}_linux.tar.gz" ]; then
exit 0
else
cd /tmp; wget https://github.com/bzminer/bzminer/releases/download/v21.1.3b3/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.1.3b3"; mstop; cd /tmp; wget https://github.com/bzminer/bzminer/releases/download/v21.1.3b3/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://github.com/bzminer/bzminer/releases/download/v21.1.3b3/bzminer_v21.1.3b3_linux.tar.gz; tar -xvf bzminer_v21.1.3b3_linux.tar.gz; miner stop; cp bzminer_v21.1.3b3_linux/bzminer /hive/miners/bzminer/21.1.1/; miner start

Rave OS:

stop && wget https://github.com/bzminer/bzminer/releases/download/v21.1.3b3/bzminer_v21.1.3b3_linux.tar.gz && tar -xvf bzminer_v21.1.3b3_linux.tar.gz && cp -adpR bzminer_v21.1.3b3_linux/bzminer /app-data/miners/bzminer-21.1.1 && start

BzMiner v21.1.0b4 BETA!

12 Apr 19:20
c1e1fdc
Compare
Choose a tag to compare
Pre-release

This is a beta bz version:

x Ironfish: working again
x Warthog: improved verus hashrate
x Warthog: showing share difficulty
x Warthog: http api providing janus score per device
x Other small updates

Install scripts

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

export version="21.1.0b4" # Example version
if [ -f "/tmp/bzminer_v${version}_linux.tar.gz" ]; then
exit 0
else
cd /tmp; wget https://github.com/bzminer/bzminer/releases/download/v21.1.0/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.1.0b4"; mstop; cd /tmp; wget https://github.com/bzminer/bzminer/releases/download/v21.1.0/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://github.com/bzminer/bzminer/releases/download/v21.1.0/bzminer_v21.1.0b4_linux.tar.gz; tar -xvf bzminer_v21.1.0b4_linux.tar.gz; miner stop; cp bzminer_v21.1.0b4_linux/bzminer /hive/miners/bzminer/20.0.0/; miner start

Rave OS:

stop && wget https://github.com/bzminer/bzminer/releases/download/v21.1.0/bzminer_v21.1.0b4_linux.tar.gz && tar -xvf bzminer_v21.1.0b4_linux.tar.gz && cp -adpR bzminer_v21.1.0b4_linux/bzminer /app-data/miners/bzminer-20.0.0 && start

BzMiner v21.0.3

04 Apr 19:39
c1e1fdc
Compare
Choose a tag to compare

Release v21.0.3 of BzMiner. All feedback is welcome ;)

-- What's in this release (v21.0.3)

x New Coin: warthog
x Added option warthog_cpu_threads - Number of threads to use to compute the verus hashes. Default is 0, use number of cores available
x Added option warthog_max_ram_gb - Amount of RAM to use to store sha hashes while cpu threads are calculating verus hashes. Default is 4gb. Value of 0 will use max ram minux 1gb. If not enough avaiable ram, will use available ram minus 1gb. if still not enough ram, will use available ram / 2.
x Added option warthog_verus_hr_target - Specify the amount of verus hashrate each gpu should provide to the verus workers. If all gpu's have a verus hashrate specified, calibration will be skipped. Hashrates are specified in hashes per second, and are separated by spaces. Default is 0

  • NOTE - Lower end cpus, or rigs with under 2gb may not be able to mine warthog, or may have very bad hashrate
  • NOTE - Warthog gpu performance will depend on many variables, such as PCI generation (1,2,3,4), PCI lanes (1x, 4x, 8x, 16x), (if on risers, higher gen speeds can cause pci errors if cables are criss-crossed with other cables due to interference, leading to possible invalid sha shares sometimes), how many gpus are currently participating, ram speeds, ram and cpu caches, cpu speeds, and even the os (windows/linux) can have an impact. Just be aware that there are many reasons why different setups may cause the same card to have drasticaly different results from other setups using that same card.
  • NOTE - Using all available processors will have a negative impact. If manually specifying threads, keep in mind that the os needs a processor to work on, bz itself needs a processor, gpus each need their own threads (they can share processors), and there's an additional processor pinned to 100% usage to distribute the work among the verus workers. bz will automatically reduce thread count to account for these if no thread count is specified.
  • NOTE - Status column now shows gpu hashrate/verus hashrate, where gpu hashrate is how many sha hashes the gpu is doing, and verus hashrate is how many sha hashes its currently providing the verus workers. those numbers across the gpus should add up to match the verus hr in the pool status
    x Temporarily disabled Ironfish (next update should have ironfish back)
    x Other bug fixes

Thanks Son of a Tech for the BC-250! https://www.youtube.com/channel/UC0WNX0de8I1fgKUrjxiPaRA

--- Dynex Notes ---

  • Fine tuning dynex_pow_ratio will likely give you better results than default settings
  • intensity option will adjust how much vram is allowed to be used
  • Intel ARC support still only for POW

-- dynex_pow_ratio --
Bz allows you to dedicate individual cards to either POW or POUW on Dynex using this option.

  • This is an array of values, one for each gpu

  • In config.txt , an example for 3 gpus would be "dynex_pow_ratio": [1.0, 1.0, 1.0]

  • In command line, and example for 3 gpus would be --dynex_pow_ratio 1.0 1.0 1.0

  • In hive, extra config args (notice the quotes around the array), an example for 3 gpus would be "dynex_pow_ratio": "[1.0, 1.0, 1.0]"

  • A value of 0.0 will mine ONLY POUW

  • A value of 1.0 (Default) will mine both POUW and POW. It will choose a POW ratio that matches POUW

  • A value of 2.0 will fully mine only POW. Any value higher than 1.0 will not mine POUW

  • A value between 0.0 and 1.0 will determine how much POW is mined, values closer to 1.0 will mine POW more intensely, while values closer to 0.0 will mine POW less intensely

  • A value between 1.0 and 2.0 will determine how intensely to mine ONLY POW

  • A statistic in the status column of the tables called "pow slip" will show you how much POW hashrate above or below the POUW hashrate you are doing. If below (-), you should increase your pow hashrate. If above, you are wasting resources doing unecessary POW hashrate and you should lower your POW hashrate. NOTE: It is not possible to be rewarded for POW hashrate above your POUW hashrate!

-- Dynex intensity --
The "intensity" option in Bz will determine how much vram to utilize to mine Dynex. a value of 64 (highest), will use all available ram, a value of 1 will use the minimum amount of ram. Default is 0 (converts to 64 internally)

https://www.bzminer.com/releases/v20.0.0/

-- Known Issues

  • AMD polaris cards (eg. rx470, rx580) may not work with rethereum right now. Looking into this soon
  • Only AMD opencl driver 21.50.2 and higher is currently supported, so update your amd driver if you run into opencl errors
  • If you run into issues allocating larger Nexa LUT on Nvidia cards, please update Nvidia drivers
  • Nvidia driver 530 - 535 have a bug that reports wrong clock frequencies. oc's should still be applied correctly. Please update to very latest nvidia driver (535 or higher) which appears to have fixed this bug
  • If Nvidia memory temps are not showing, please update to latest nvidia driver
  • Nexa is not working on Intel currently

NOTE: Nexa development is continued joint effort with Lolliedieb from lolMiner

Minerstat update command:

export version="21.0.3"; 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="21.0.3" # 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 v20.0.0)

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

Rave OS Update Command (assuming currently on v20.0.0)

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

Checksums

bzminer_v21.0.3_windows.zip:

MD5: d73c83817048bc9646570f855510c950
SHA256: 307c39a7bfeb1935de6c1305c8868b83248e9eed3c2d26cdcb7e791cac7b5309

bzminer_v21.0.3_linux.tar.gz:

MD5: 7e1e09521fe1c936894e6f35e6afd7df
SHA256: 111f3f047e91a0b46524ec9dd884469a4c47c185d9b117a36c2e08a2f5389b29

BzMiner v20.0.0

17 Feb 21:19
b99ce00
Compare
Choose a tag to compare

Release v20.0.0 of BzMiner. All feedback is welcome ;)

-- What's in this release (v20.0.0)

x Decred: Added pool support
x New coin: nexellia
x New coin: dint (DinarTether)
x New coin: Larissa

--- Dynex Notes ---

  • Fine tuning dynex_pow_ratio will likely give you better results than default settings
  • intensity option will adjust how much vram is allowed to be used
  • Intel ARC support still only for POW

-- dynex_pow_ratio --
Bz allows you to dedicate individual cards to either POW or POUW on Dynex using this option.

  • This is an array of values, one for each gpu

  • In config.txt , an example for 3 gpus would be "dynex_pow_ratio": [1.0, 1.0, 1.0]

  • In command line, and example for 3 gpus would be --dynex_pow_ratio 1.0 1.0 1.0

  • In hive, extra config args (notice the quotes around the array), an example for 3 gpus would be "dynex_pow_ratio": "[1.0, 1.0, 1.0]"

  • A value of 0.0 will mine ONLY POUW

  • A value of 1.0 (Default) will mine both POUW and POW. It will choose a POW ratio that matches POUW

  • A value of 2.0 will fully mine only POW. Any value higher than 1.0 will not mine POUW

  • A value between 0.0 and 1.0 will determine how much POW is mined, values closer to 1.0 will mine POW more intensely, while values closer to 0.0 will mine POW less intensely

  • A value between 1.0 and 2.0 will determine how intensely to mine ONLY POW

  • A statistic in the status column of the tables called "pow slip" will show you how much POW hashrate above or below the POUW hashrate you are doing. If below (-), you should increase your pow hashrate. If above, you are wasting resources doing unecessary POW hashrate and you should lower your POW hashrate. NOTE: It is not possible to be rewarded for POW hashrate above your POUW hashrate!

-- Dynex intensity --
The "intensity" option in Bz will determine how much vram to utilize to mine Dynex. a value of 64 (highest), will use all available ram, a value of 1 will use the minimum amount of ram. Default is 0 (converts to 64 internally)

https://www.bzminer.com/releases/v20.0.0/

-- Known Issues

  • AMD polaris cards (eg. rx470, rx580) may not work with rethereum right now. Looking into this soon
  • Only AMD opencl driver 21.50.2 and higher is currently supported, so update your amd driver if you run into opencl errors
  • If you run into issues allocating larger Nexa LUT on Nvidia cards, please update Nvidia drivers
  • Nvidia driver 530 - 535 have a bug that reports wrong clock frequencies. oc's should still be applied correctly. Please update to very latest nvidia driver (535 or higher) which appears to have fixed this bug
  • If Nvidia memory temps are not showing, please update to latest nvidia driver
  • Nexa is not working on Intel currently

NOTE: Nexa development is continued joint effort with Lolliedieb from lolMiner

Minerstat update command:

export version="20.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

export version="20.0.0" # 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 v19.3.1)

wget https://bzminer.com/downloads/bzminer_v20.0.0_linux.tar.gz; tar -xvf bzminer_v20.0.0_linux.tar.gz; miner stop; cp bzminer_v20.0.0_linux/bzminer /hive/miners/bzminer/19.3.1/; miner start

Rave OS Update Command (assuming currently on v19.3.1)

stop && wget https://bzminer.com/downloads/bzminer_v20.0.0_linux.tar.gz && tar -xvf bzminer_v20.0.0_linux.tar.gz && cp -adpR bzminer_v20.0.0_linux/bzminer /app-data/miners/bzminer-19.3.1 && start

Checksums

bzminer_v20.0.0_windows.zip:

MD5: 706c8c55ad195174f7779f35abf8570e
SHA256: 4590c90ac8387cfd25b2c71f59c6adbc9e8965f2b81d682eda39b1ddb046e09b

bzminer_v20.0.0_linux.tar.gz:

MD5: 36090d2d79259e796fef7070065b62ce
SHA256: 37a7ce966f47f8b5bc4c82243953b6e8b748b611a04add16a00b88e3de02e5dc

BzMiner v19.3.1

09 Feb 16:00
af22803
Compare
Choose a tag to compare

Release v19.3.1 of BzMiner. All feedback is welcome ;)

-- What's in this release (v19.3.1)

x Dynex: Updated to latest protocol
x Added new config option 'ssl_verify'
x Dynex: caching jobs are enabled by default (value 1). can change with 'dynex_cache_mallob' option

--- Dynex Notes ---

  • Fine tuning dynex_pow_ratio will likely give you better results than default settings
  • intensity option will adjust how much vram is allowed to be used
  • Intel ARC support still only for POW

-- dynex_pow_ratio --
Bz allows you to dedicate individual cards to either POW or POUW on Dynex using this option.

  • This is an array of values, one for each gpu

  • In config.txt , an example for 3 gpus would be "dynex_pow_ratio": [1.0, 1.0, 1.0]

  • In command line, and example for 3 gpus would be --dynex_pow_ratio 1.0 1.0 1.0

  • In hive, extra config args (notice the quotes around the array), an example for 3 gpus would be "dynex_pow_ratio": "[1.0, 1.0, 1.0]"

  • A value of 0.0 will mine ONLY POUW

  • A value of 1.0 (Default) will mine both POUW and POW. It will choose a POW ratio that matches POUW

  • A value of 2.0 will fully mine only POW. Any value higher than 1.0 will not mine POUW

  • A value between 0.0 and 1.0 will determine how much POW is mined, values closer to 1.0 will mine POW more intensely, while values closer to 0.0 will mine POW less intensely

  • A value between 1.0 and 2.0 will determine how intensely to mine ONLY POW

  • A statistic in the status column of the tables called "pow slip" will show you how much POW hashrate above or below the POUW hashrate you are doing. If below (-), you should increase your pow hashrate. If above, you are wasting resources doing unecessary POW hashrate and you should lower your POW hashrate. NOTE: It is not possible to be rewarded for POW hashrate above your POUW hashrate!

-- Dynex intensity --
The "intensity" option in Bz will determine how much vram to utilize to mine Dynex. a value of 64 (highest), will use all available ram, a value of 1 will use the minimum amount of ram. Default is 0 (converts to 64 internally)

https://www.bzminer.com/releases/v19.3.1/

-- Known Issues

  • AMD polaris cards (eg. rx470, rx580) may not work with rethereum right now. Looking into this soon
  • Only AMD opencl driver 21.50.2 and higher is currently supported, so update your amd driver if you run into opencl errors
  • If you run into issues allocating larger Nexa LUT on Nvidia cards, please update Nvidia drivers
  • Nvidia driver 530 - 535 have a bug that reports wrong clock frequencies. oc's should still be applied correctly. Please update to very latest nvidia driver (535 or higher) which appears to have fixed this bug
  • If Nvidia memory temps are not showing, please update to latest nvidia driver
  • Nexa is not working on Intel currently

NOTE: Nexa development is continued joint effort with Lolliedieb from lolMiner

Minerstat update command:

export version="19.3.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

MMPOS Update Command

export version="19.3.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 v19.3.0)

wget https://bzminer.com/downloads/bzminer_v19.3.1_linux.tar.gz; tar -xvf bzminer_v19.3.1_linux.tar.gz; miner stop; cp bzminer_v19.3.1_linux/bzminer /hive/miners/bzminer/19.3.0/; miner start

Rave OS Update Command (assuming currently on v19.3.0)

stop && wget https://bzminer.com/downloads/bzminer_v19.3.1_linux.tar.gz && tar -xvf bzminer_v19.3.1_linux.tar.gz && cp -adpR bzminer_v19.3.1_linux/bzminer /app-data/miners/bzminer-19.3.0 && start

Checksums

bzminer_v19.3.1_windows.zip:

MD5: 492955499b7d7586e973d4a1d2ef5172
SHA256: ede29c2bab4cfce985e54a153e4472b4d518a217d0e55f2c24ebb8847b810da8

bzminer_v19.3.1_linux.tar.gz:

MD5: 0cbc0d7d93311f82709ba0caf29cdca6
SHA256: d993d971b094989f2de27eccbc72272920447383c7585c6fb384c615da9e2688

BzMiner v19.3.0

24 Jan 17:33
b34fdc5
Compare
Choose a tag to compare

Release v19.3.0 of BzMiner. All feedback is welcome ;)

-- What's in this release (v19.3.0 emergency hotfix)

x Dynex: Fixed high diff shares being discarded
x Dynex: Fixed bz version not being sent to the pool
x Novo: Fixed extra nonce issue on woolypooly

--- Dynex Notes ---

  • Fine tuning dynex_pow_ratio will likely give you better results than default settings
  • intensity option will adjust how much vram is allowed to be used
  • Intel ARC support still only for POW

-- dynex_pow_ratio --
Bz allows you to dedicate individual cards to either POW or POUW on Dynex using this option.

  • This is an array of values, one for each gpu

  • In config.txt , an example for 3 gpus would be "dynex_pow_ratio": [1.0, 1.0, 1.0]

  • In command line, and example for 3 gpus would be --dynex_pow_ratio 1.0 1.0 1.0

  • In hive, extra config args (notice the quotes around the array), an example for 3 gpus would be "dynex_pow_ratio": "[1.0, 1.0, 1.0]"

  • A value of 0.0 will mine ONLY POUW

  • A value of 1.0 (Default) will mine both POUW and POW. It will choose a POW ratio that matches POUW

  • A value of 2.0 will fully mine only POW. Any value higher than 1.0 will not mine POUW

  • A value between 0.0 and 1.0 will determine how much POW is mined, values closer to 1.0 will mine POW more intensely, while values closer to 0.0 will mine POW less intensely

  • A value between 1.0 and 2.0 will determine how intensely to mine ONLY POW

  • A statistic in the status column of the tables called "pow slip" will show you how much POW hashrate above or below the POUW hashrate you are doing. If below (-), you should increase your pow hashrate. If above, you are wasting resources doing unecessary POW hashrate and you should lower your POW hashrate. NOTE: It is not possible to be rewarded for POW hashrate above your POUW hashrate!

-- Dynex intensity --
The "intensity" option in Bz will determine how much vram to utilize to mine Dynex. a value of 64 (highest), will use all available ram, a value of 1 will use the minimum amount of ram. Default is 0 (converts to 64 internally)

https://www.bzminer.com/releases/v19.3.0/

-- Known Issues

  • AMD polaris cards (eg. rx470, rx580) may not work with rethereum right now. Looking into this soon
  • Only AMD opencl driver 21.50.2 and higher is currently supported, so update your amd driver if you run into opencl errors
  • If you run into issues allocating larger Nexa LUT on Nvidia cards, please update Nvidia drivers
  • Nvidia driver 530 - 535 have a bug that reports wrong clock frequencies. oc's should still be applied correctly. Please update to very latest nvidia driver (535 or higher) which appears to have fixed this bug
  • If Nvidia memory temps are not showing, please update to latest nvidia driver
  • Nexa is not working on Intel currently

NOTE: Nexa development is continued joint effort with Lolliedieb from lolMiner

Minerstat update command:

export version="19.3.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

export version="19.3.0" # 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 v19.2.4)

wget https://bzminer.com/downloads/bzminer_v19.3.0_linux.tar.gz; tar -xvf bzminer_v19.3.0_linux.tar.gz; miner stop; cp bzminer_v19.3.0_linux/bzminer /hive/miners/bzminer/19.2.4/; miner start

Rave OS Update Command (assuming currently on v19.2.4)

stop && wget https://bzminer.com/downloads/bzminer_v19.3.0_linux.tar.gz && tar -xvf bzminer_v19.3.0_linux.tar.gz && cp -adpR bzminer_v19.3.0_linux/bzminer /app-data/miners/bzminer-19.2.4 && start

Checksums

bzminer_v19.3.0_windows.zip:

MD5: 57a5bb8d6d6d1448a5b40becb3002a29
SHA256: b4502046ccb2fd5ac2f21f0b9f4cb3d758795737188b887e01801ae9b20cfe30

bzminer_v19.3.0_linux.tar.gz:

MD5: 84de5892a608790629855ae63ef0702a
SHA256: c208dc7bee94e7ab5d47d966eaee293ebeceacf2562721e9e19b49989f4850c0

BzMiner v19.2.4

20 Jan 14:56
c0477df
Compare
Choose a tag to compare

Release v19.2.4 of BzMiner. All feedback is welcome ;)

-- What's in this release (v19.2.4 hotfix)

x Dynex: fixed autotune timing out
x Dynex: tbs_watchdog disabled for pouw only mode
x Can now set "no_watchdog": true in config.txt (hiveos args)

-- What's in this release (v19.2.3)

x Dynex: Improved hashrate on nvidia/amd
x Dynex: Many stability updates
x Fixed issue with amd pci bus id's over 127
x Many other bug fixes
x note: Intel is not currently working properly on dynex

--- Dynex Notes ---

  • Fine tuning dynex_pow_ratio will likely give you better results than default settings
  • intensity option will adjust how much vram is allowed to be used
  • Intel ARC support still only for POW

-- dynex_pow_ratio --
Bz allows you to dedicate individual cards to either POW or POUW on Dynex using this option.

  • This is an array of values, one for each gpu

  • In config.txt , an example for 3 gpus would be "dynex_pow_ratio": [1.0, 1.0, 1.0]

  • In command line, and example for 3 gpus would be --dynex_pow_ratio 1.0 1.0 1.0

  • In hive, extra config args (notice the quotes around the array), an example for 3 gpus would be "dynex_pow_ratio": "[1.0, 1.0, 1.0]"

  • A value of 0.0 will mine ONLY POUW

  • A value of 1.0 (Default) will mine both POUW and POW. It will choose a POW ratio that matches POUW

  • A value of 2.0 will fully mine only POW. Any value higher than 1.0 will not mine POUW

  • A value between 0.0 and 1.0 will determine how much POW is mined, values closer to 1.0 will mine POW more intensely, while values closer to 0.0 will mine POW less intensely

  • A value between 1.0 and 2.0 will determine how intensely to mine ONLY POW

  • A statistic in the status column of the tables called "pow slip" will show you how much POW hashrate above or below the POUW hashrate you are doing. If below (-), you should increase your pow hashrate. If above, you are wasting resources doing unecessary POW hashrate and you should lower your POW hashrate. NOTE: It is not possible to be rewarded for POW hashrate above your POUW hashrate!

-- Dynex intensity --
The "intensity" option in Bz will determine how much vram to utilize to mine Dynex. a value of 64 (highest), will use all available ram, a value of 1 will use the minimum amount of ram. Default is 0 (converts to 64 internally)

https://www.bzminer.com/releases/v19.2.4/

-- Known Issues

  • AMD polaris cards (eg. rx470, rx580) may not work with rethereum right now. Looking into this soon
  • Only AMD opencl driver 21.50.2 and higher is currently supported, so update your amd driver if you run into opencl errors
  • If you run into issues allocating larger Nexa LUT on Nvidia cards, please update Nvidia drivers
  • Nvidia driver 530 - 535 have a bug that reports wrong clock frequencies. oc's should still be applied correctly. Please update to very latest nvidia driver (535 or higher) which appears to have fixed this bug
  • If Nvidia memory temps are not showing, please update to latest nvidia driver
  • Nexa is not working on Intel currently

NOTE: Nexa development is continued joint effort with Lolliedieb from lolMiner

Minerstat update command:

export version="19.2.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

export version="19.2.4" # 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 v19.2.3)

wget https://bzminer.com/downloads/bzminer_v19.2.4_linux.tar.gz; tar -xvf bzminer_v19.2.4_linux.tar.gz; miner stop; cp bzminer_v19.2.4_linux/bzminer /hive/miners/bzminer/19.2.3/; miner start

Rave OS Update Command (assuming currently on v19.2.3)

stop && wget https://bzminer.com/downloads/bzminer_v19.2.4_linux.tar.gz && tar -xvf bzminer_v19.2.4_linux.tar.gz && cp -adpR bzminer_v19.2.4_linux/bzminer /app-data/miners/bzminer-19.2.3 && start

Checksums

bzminer_v19.2.4_windows.zip:

MD5: 81cf097f04964c9a182c3e081fe6d114
SHA256: 0ab3c450fac225dfaee8d33086f4607cab64fa9c6e0271059c6bd706ef89df49

bzminer_v19.2.4_linux.tar.gz:

MD5: 9773fe61cf289a177b8cbb220bcefc5d
SHA256: 94055103891ee08b22af3bcdc690bbaa63f1e4d373c259ccd9dfda50a4ab7b74

BzMiner v19.2.3

19 Jan 02:50
9ba6165
Compare
Choose a tag to compare

Release v19.2.3 of BzMiner. All feedback is welcome ;)

-- What's in this release (v19.2.3)

x Dynex: Improved hashrate on nvidia/amd
x Dynex: Many stability updates
x Fixed issue with amd pci bus id's over 127
x Many other bug fixes
x note: Intel is not currently working properly on dynex

--- Dynex Notes ---

  • Fine tuning dynex_pow_ratio will likely give you better results than default settings
  • intensity option will adjust how much vram is allowed to be used
  • Intel ARC support still only for POW

-- dynex_pow_ratio --
Bz allows you to dedicate individual cards to either POW or POUW on Dynex using this option.

  • This is an array of values, one for each gpu

  • In config.txt , an example for 3 gpus would be "dynex_pow_ratio": [1.0, 1.0, 1.0]

  • In command line, and example for 3 gpus would be --dynex_pow_ratio 1.0 1.0 1.0

  • In hive, extra config args (notice the quotes around the array), an example for 3 gpus would be "dynex_pow_ratio": "[1.0, 1.0, 1.0]"

  • A value of 0.0 will mine ONLY POUW

  • A value of 1.0 (Default) will mine both POUW and POW. It will choose a POW ratio that matches POUW

  • A value of 2.0 will fully mine only POW. Any value higher than 1.0 will not mine POUW

  • A value between 0.0 and 1.0 will determine how much POW is mined, values closer to 1.0 will mine POW more intensely, while values closer to 0.0 will mine POW less intensely

  • A value between 1.0 and 2.0 will determine how intensely to mine ONLY POW

  • A statistic in the status column of the tables called "pow slip" will show you how much POW hashrate above or below the POUW hashrate you are doing. If below (-), you should increase your pow hashrate. If above, you are wasting resources doing unecessary POW hashrate and you should lower your POW hashrate. NOTE: It is not possible to be rewarded for POW hashrate above your POUW hashrate!

-- Dynex intensity --
The "intensity" option in Bz will determine how much vram to utilize to mine Dynex. a value of 64 (highest), will use all available ram, a value of 1 will use the minimum amount of ram. Default is 0 (converts to 64 internally)

https://www.bzminer.com/releases/v19.2.3/

-- Known Issues

  • AMD polaris cards (eg. rx470, rx580) may not work with rethereum right now. Looking into this soon
  • Only AMD opencl driver 21.50.2 and higher is currently supported, so update your amd driver if you run into opencl errors
  • If you run into issues allocating larger Nexa LUT on Nvidia cards, please update Nvidia drivers
  • Nvidia driver 530 - 535 have a bug that reports wrong clock frequencies. oc's should still be applied correctly. Please update to very latest nvidia driver (535 or higher) which appears to have fixed this bug
  • If Nvidia memory temps are not showing, please update to latest nvidia driver
  • Nexa is not working on Intel currently

NOTE: Nexa development is continued joint effort with Lolliedieb from lolMiner

Minerstat update command:

export version="19.2.3"; 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

export version="19.2.3" # 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 v19.2.1)

wget https://bzminer.com/downloads/bzminer_v19.2.3_linux.tar.gz; tar -xvf bzminer_v19.2.3_linux.tar.gz; miner stop; cp bzminer_v19.2.3_linux/bzminer /hive/miners/bzminer/19.2.1/; miner start

Rave OS Update Command (assuming currently on v19.2.1)

stop && wget https://bzminer.com/downloads/bzminer_v19.2.3_linux.tar.gz && tar -xvf bzminer_v19.2.3_linux.tar.gz && cp -adpR bzminer_v19.2.3_linux/bzminer /app-data/miners/bzminer-19.2.1&& start

Checksums

bzminer_v19.2.3_windows.zip:

MD5: b59b25babfc0912024db7073e5035253
SHA256: bda5ff4d5b7f97668a9b97062276c15b1a5b56a8518094bac7965e96c5ceec85

bzminer_v19.2.3_linux.tar.gz:

MD5: 843d82a94444af07a25f81a37893939e
SHA256: e5c19fcf876cd0f5d756541e0d798bc2c59feccf7b1afda8aef35cc22c03c66e

BzMiner v19.2.1

30 Dec 23:14
ec02f29
Compare
Choose a tag to compare

Release v19.2.1 of BzMiner. All feedback is welcome ;)

-- What's in this release (v19.2.1 Hotfix)

x Dynex: reduced rejected shares
x Dynex: updated dynex_pow_ratio to be more predictable
x Dynex: dynex_pow_ratio 1.0 will not always give best results. Tune between 0.0 and 1.0 to find best efficiency
x Dynex: dynex_pow_ratio 2.0 will autotune, better hashrate/efficiency for pow

-- What's in this release (v19.2.0)

x Significant Dynex hashrate improvements for most cards (nvidia and amd)
x Fixed Nexa on nvidia cards
x Showing more Dynex stats to help tuning dynex_pow_ratio
x Zil defaults to epoch 1 now
x Other bug fixes
x Dynex oc's may likely need to be re-adjusted from other miners/previous versions

--- Dynex Notes ---

  • Fine tuning dynex_pow_ratio will likely give you better results than default settings
  • intensity option will adjust how much vram is allowed to be used
  • Intel ARC support still only for POW

-- dynex_pow_ratio --
Bz allows you to dedicate individual cards to either POW or POUW on Dynex using this option.

  • This is an array of values, one for each gpu

  • In config.txt , an example for 3 gpus would be "dynex_pow_ratio": [1.0, 1.0, 1.0]

  • In command line, and example for 3 gpus would be --dynex_pow_ratio 1.0 1.0 1.0

  • In hive, extra config args (notice the quotes around the array), an example for 3 gpus would be "dynex_pow_ratio": "[1.0, 1.0, 1.0]"

  • A value of 0.0 will mine ONLY POUW

  • A value of 1.0 (Default) will mine both POUW and POW. It will choose a POW ratio that matches POUW

  • A value of 2.0 will fully mine only POW. Any value higher than 1.0 will not mine POUW

  • A value between 0.0 and 1.0 will determine how much POW is mined, values closer to 1.0 will mine POW more intensely, while values closer to 0.0 will mine POW less intensely

  • A value between 1.0 and 2.0 will determine how intensely to mine ONLY POW

  • A statistic in the status column of the tables called "pow slip" will show you how much POW hashrate above or below the POUW hashrate you are doing. If below (-), you should increase your pow hashrate. If above, you are wasting resources doing unecessary POW hashrate and you should lower your POW hashrate. NOTE: It is not possible to be rewarded for POW hashrate above your POUW hashrate!

-- Dynex intensity --
The "intensity" option in Bz will determine how much vram to utilize to mine Dynex. a value of 64 (highest), will use all available ram, a value of 1 will use the minimum amount of ram. Default is 0 (converts to 64 internally)

https://www.bzminer.com/releases/v19.2.1/

-- Known Issues

  • AMD polaris cards (eg. rx470, rx580) may not work with rethereum right now. Looking into this soon
  • Only AMD opencl driver 21.50.2 and higher is currently supported, so update your amd driver if you run into opencl errors
  • If you run into issues allocating larger Nexa LUT on Nvidia cards, please update Nvidia drivers
  • Nvidia driver 530 - 535 have a bug that reports wrong clock frequencies. oc's should still be applied correctly. Please update to very latest nvidia driver (535 or higher) which appears to have fixed this bug
  • If Nvidia memory temps are not showing, please update to latest nvidia driver
  • Nexa is not working on Intel currently

NOTE: Nexa development is continued joint effort with Lolliedieb from lolMiner

Minerstat update command:

export version="19.2.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

MMPOS Update Command

export version="19.2.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 v19.2.0)

wget https://bzminer.com/downloads/bzminer_v19.2.1_linux.tar.gz; tar -xvf bzminer_v19.2.1_linux.tar.gz; miner stop; cp bzminer_v19.2.1_linux/bzminer /hive/miners/bzminer/19.2.0/; miner start

Rave OS Update Command (assuming currently on v19.2.0)

stop && wget https://bzminer.com/downloads/bzminer_v19.2.1_linux.tar.gz && tar -xvf bzminer_v19.2.1_linux.tar.gz && cp -adpR bzminer_v19.2.1_linux/bzminer /app-data/miners/bzminer-19.2.0 && start

Checksums

bzminer_v19.2.1_windows.zip:

MD5: 5bdbff28c2f54d5ddb45e73167c6673a
SHA256: 1713454edbac1ad4c6b29bca3a207736252fc89976b62679a9661bd4f7c58933

bzminer_v19.2.1_linux.tar.gz:

MD5: b3ee36747a5906472e699f769f9c40e9
SHA256: 4633b3f1422a67acc20e99b854c0de49d01e31362aa5793a5b0ad87ec702c3ae