Release v21.5.1 of BzMiner. All feedback is welcome ;)
x Bug fix: Invalid wallet on startup (startup hangs and never mines), mainly affecting running bz from command line
x New combo: Ironfish + Warthog (Nvidia/AMD/Intel Experimental) x New combo: Karlsen + Warthog (Nvidia/AMD/Intel Experimental) x Slightly improved Ironfish on Nvidia x Updated "pool" option to allow individual gpu/algo combinations (see note below) x Bug fix: ironfish for amd 6xxx cards x Bug fix: amd total memory incorrect x Bug fix: cpu available memory incorrect x Bug fix: cpu core speed only looking at first core x Bug fix: socket leak x Bug fix: some dynex networking issues
https://www.bzminer.com/releases/v21.5.1/
https://www.bzminer.com/config-generator/
Thanks Son of a Tech for the BC-250! https://www.youtube.com/channel/UC0WNX0de8I1fgKUrjxiPaRA
export version="21.5.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
export version="21.5.1" # 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
wget https://bzminer.com/downloads/bzminer_v21.5.1_linux.tar.gz; tar -xvf bzminer_v21.5.1_linux.tar.gz; miner stop; cp bzminer_v21.5.1_linux/bzminer /hive/miners/bzminer/21.4.0/; miner start
stop && wget https://bzminer.com/downloads/bzminer_v21.5.1_linux.tar.gz && tar -xvf bzminer_v21.5.1_linux.tar.gz && cp -adpR bzminer_v21.5.1_linux/bzminer /app-data/miners/bzminer-21.4.0 && start
MD5: 00973cde7935ae7a7a5f6b67e48cd780 SHA256: c76d01f9a49665c0905c7aa3c0a1affcbff0e4f177316816693268fe1f7681a9
MD5: 877637f76a37160f59ae8a27bca2f225 SHA256: cb794b706ce222c40c727cb9a445d97d1c87610f84457cfc190776afdaafbe8b
Release v21.5.0 of BzMiner. All feedback is welcome ;)
x New combo: Ironfish + Warthog (Nvidia/AMD/Intel Experimental) x New combo: Karlsen + Warthog (Nvidia/AMD/Intel Experimental) x Slightly improved Ironfish on Nvidia x Updated "pool" option to allow individual gpu/algo combinations (see note below) x Bug fix: ironfish for amd 6xxx cards x Bug fix: amd total memory incorrect x Bug fix: cpu available memory incorrect x Bug fix: cpu core speed only looking at first core x Bug fix: socket leak x Bug fix: some dynex networking issues
https://www.bzminer.com/releases/v21.5.0/
https://www.bzminer.com/config-generator/
Thanks Son of a Tech for the BC-250! https://www.youtube.com/channel/UC0WNX0de8I1fgKUrjxiPaRA
export version="21.5.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
export version="21.5.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
wget https://bzminer.com/downloads/bzminer_v21.5.0_linux.tar.gz; tar -xvf bzminer_v21.5.0_linux.tar.gz; miner stop; cp bzminer_v21.5.0_linux/bzminer /hive/miners/bzminer/21.4.0/; miner start
stop && wget https://bzminer.com/downloads/bzminer_v21.5.0_linux.tar.gz && tar -xvf bzminer_v21.5.0_linux.tar.gz && cp -adpR bzminer_v21.5.0_linux/bzminer /app-data/miners/bzminer-21.4.0 && start
MD5: 7f861e65b04c659ea1b78abee7b9f380 SHA256: ecc54a28ff466b3abef7093f63af870213003eb60d0d1ade3c0c810107cc65c1
MD5: 85d180eed4769bd841525208764270a8 SHA256: 4d7cb0f53e0373871d69b08d6c75e6d2739918ea4e50d06c378d9daf25d0f41b
Release v21.4.0 of BzMiner. All feedback is welcome ;)
x Warthog: Fixed auto-change to verus 2.2 x Nexa: Fixed rare connection bug
(Larger updates coming soon)
https://www.bzminer.com/releases/v21.4.0/
https://www.bzminer.com/config-generator/
Thanks Son of a Tech for the BC-250! https://www.youtube.com/channel/UC0WNX0de8I1fgKUrjxiPaRA
--- Dynex Notes ---
-- 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)
export version="21.4.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
export version="21.4.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
wget https://bzminer.com/downloads/bzminer_v21.4.0_linux.tar.gz; tar -xvf bzminer_v21.4.0_linux.tar.gz; miner stop; cp bzminer_v21.4.0_linux/bzminer /hive/miners/bzminer/21.3.0/; miner start
stop && wget https://bzminer.com/downloads/bzminer_v21.4.0_linux.tar.gz && tar -xvf bzminer_v21.4.0_linux.tar.gz && cp -adpR bzminer_v21.4.0_linux/bzminer /app-data/miners/bzminer-21.3.0 && start
MD5: c6d280869f1df24bd6ead5405304319e SHA256: 575bb847bf1ba6114cab04c0b52c84536a0e2c2cc7960a3fae8bffcbbf4290f7
MD5: 18869f9e04a641fdb520805daeebf94f SHA256: d16c461279fafe0ad001c8e43db73544d24e6fbf941ef04ea6c54aa72822f915
Release v21.3.0 of BzMiner. All feedback is welcome ;)
x Updated Warthog to support upcoming verus 2.2 change x Lowered delay between Warthog rpc calls to node
(Larger updates coming soon)
https://www.bzminer.com/releases/v21.3.0/
https://www.bzminer.com/config-generator/
Thanks Son of a Tech for the BC-250! https://www.youtube.com/channel/UC0WNX0de8I1fgKUrjxiPaRA
--- Dynex Notes ---
-- 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)
export version="21.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
export version="21.3.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
wget https://bzminer.com/downloads/bzminer_v21.3.0_linux.tar.gz; tar -xvf bzminer_v21.3.0_linux.tar.gz; miner stop; cp bzminer_v21.3.0_linux/bzminer /hive/miners/bzminer/21.2.0/; miner start
stop && wget https://bzminer.com/downloads/bzminer_v21.3.0_linux.tar.gz && tar -xvf bzminer_v21.3.0_linux.tar.gz && cp -adpR bzminer_v21.3.0_linux/bzminer /app-data/miners/bzminer-21.2.0 && start
MD5: d4bff1912fd6e9f821a58f9f7cf2a03a SHA256: ec3bc573cab1e0de81f19cd638de98ab3fce7cc734260c9efb6177368e4fc2cc
MD5: 4da73452678444a3d64379842ac295be SHA256: 6290df21cb3f6ad2a8fbb0cda2bcb7d66de2c08dcc37976cac6c7a65dc0d443d
Release v21.2.0 of BzMiner. All feedback is welcome ;)
x Updated Dynex for algo change x Updated Dynex auto chip tuning x Fixed instant crashes for many people (Default disable_cpu_metrics to true)
https://www.bzminer.com/releases/v21.2.0/
https://www.bzminer.com/config-generator/
Thanks Son of a Tech for the BC-250! https://www.youtube.com/channel/UC0WNX0de8I1fgKUrjxiPaRA
--- Dynex Notes ---
-- 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)
export version="21.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
export version="21.2.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
wget https://bzminer.com/downloads/bzminer_v21.2.0_linux.tar.gz; tar -xvf bzminer_v21.2.0_linux.tar.gz; miner stop; cp bzminer_v21.2.0_linux/bzminer /hive/miners/bzminer/21.1.5/; miner start
stop && wget https://bzminer.com/downloads/bzminer_v21.2.0_linux.tar.gz && tar -xvf bzminer_v21.2.0_linux.tar.gz && cp -adpR bzminer_v21.2.0_linux/bzminer /app-data/miners/bzminer-21.1.5 && start
MD5: 10519ca7dec8ec40374b41cddf0ab812 SHA256: 36e4759099cd7e42875c4b0b00f2e9b23b530cae8c56d351ec262f723131dcf6
MD5: 6221a36c29dee64cab29e5641131b296 SHA256: d6ecb7bb78fd91947a384982f2d20097f4934080a422120107b13210c5204fa7