BzMiner Release v18.0.0

BzMiner v18.0.0

- New coin: Dynex

--- Dynex Notes ---

  • * Nvidia POUW hashrate will be improved in later release
  • * Intel ARC support for only 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 (hiveos), 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
  • - 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)

Downloads links

Checksums

bzminer_v18.0.0_windows.zip:
MD5: c3e4de59f3d0bdc95974a79f89c6c293
SHA256: 280d2178c6eda193199efb288292c7f7ed333c18ed70b1ee0f296db97186cbff

bzminer_v18.0.0_linux.tar.gz:
MD5: ed1c5ca7c04842940a685ea056277460
SHA256: f240c6005a39d860f087816c215b328a80bf42129f2a09251e70e9bbf155f36d

Install scripts

Minerstat:

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

Hive OS:

rm -fr /tmp/*; cd /tmp; wget https://bzminer.com/downloads/bzminer_v18.0.0_linux.tar.gz; tar -xvf bzminer_v18.0.0_linux.tar.gz; miner stop; cp bzminer_v18.0.0_linux/bzminer /hive/miners/bzminer/17.0.0/; miner start

MMPOS:

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

Rave OS:

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