A new development version is available
Version 2.0.3 (Development)
- 'Generic Miner' is a new type of miner for mining software (like most Zcash miners) that doesn't provide any API. Allows the mining process to be started and stopped from Awesome Miner, but no statistics will be provided.
- Chip temperature for Antminer is now presented in ChipTemp1, ChipTemp2 and ChipTemp3 to better support latest batches.
- Zcash coin added to statistics
- X14 algorithm added to profit switcher
- Claymore's Dual Ethereum Miner 7.3
For those of you who customized the Progress Field to show the individual chip temperatures for Antminer S9 is required to change the expression to:
"Chip: " + stats.ChipTemp1 + "/" + stats.ChipTemp2 + "/" + stats.ChipTemp3 + " °C"
On previous batches of Antminer S9, it was ChipTemp 1, 3, 4 that was used, but that is no longer valid for the latest batches. Because of this, I've changed the implementation in Awesome Miner to always report it as 1, 2, 3 no matter which batch is being used.