github bzminer/bzminer v19.2.0
BzMiner v19.2.0

latest releases: v21.2.0, v21.1.5, v21.1.4b8...
6 months ago

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

-- 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.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.2.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.2.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.0.1)

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

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

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

Checksums

bzminer_v19.2.0_windows.zip:

MD5: 3021e1e96098a934c4688df3ed1dfc42
SHA256: 3e2e09949b5916c1c90060f5601491fffc2f9a97b61693861ba09ff691b18695

bzminer_v19.2.0_linux.tar.gz:

MD5: 193a4df0e696e19412006c03c27914fe
SHA256: 56bbdeb8b4b0abefe46b53de56fc2b138719c3c9e09c52b1ba988d40e7d30f03

Don't miss a new bzminer release

NewReleases is sending notifications on new releases.