Config Generator
Release v21.5.1
- BzMiner v21.5.1 Changelog -
Release v21.5.1 of BzMiner. All feedback is welcome ;)
Prerequisites:
- Windows:
- Requires Nvidia drivers supporting Cuda 11.2 or greater (Nvidia driver >= 460.27.03)
- Linux:
- Nvidia driver >= 460.27.03
- Linux (Ubuntu 16.04)
- Ubuntu 16.04 or higher
- Cuda 11.2
- Nvidia driver >= 460.27.03
What's in this release (v21.5.1)
- 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
- NOTE: "pool" option has been updated to support multi dimensional arrays, specifically made for hiveos extra options. format is as follows: "pool": "[[gpu0_algo0, gpu0_algo1], [gpu1_algo0, gpu1_algo1]]"
- NOTE: make sure to keep the value in quotes for hive os. an example of this is say you have 3 gpus, and you want the first gpu to dual mine, and the second gpu to only mine the first algo and third gpu to mine only the second algo, you would do: "pool": "[0,1],[0],[1]"