diff --git a/README.md b/README.md index dfc1b8e..d46985a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# teamredminer v0.10.13 +# teamredminer v0.10.14 This is an optimized miner for AMD GPUs and Xilinx FPGAs created by todxx and kerney666. **Download is available in the [github releases section](https://github.com/todxx/teamredminer/releases).** @@ -159,6 +159,10 @@ For example command lines please see the batch/shell scripts in the miner downlo For command line options see the [USAGE.txt](USAGE.txt) file that comes with the miner. ## Release Notes +### v0.10.14 +#### Changes +- GPU: Fixed ZIL mining on epoch 1 (instead of epoch 0). + ### v0.10.13 #### Changes - GPU: Added HiveOS Navi zil switch handler script for mem states, add `--use_distro_features` to enable. diff --git a/USAGE.txt b/USAGE.txt index 59f717c..9c68ab4 100644 --- a/USAGE.txt +++ b/USAGE.txt @@ -1,4 +1,4 @@ - Team Red Miner version 0.10.13 + Team Red Miner version 0.10.14 Usage: teamredminer [OPTIONS] Options: -a, --algo=ALGORITHM Selects the mining algorithm. Currently available: @@ -612,7 +612,7 @@ ZIL dual mining options: has been set up in earlier arguments. The intention is that you can add a --zil ... --zil_end configuration to any working TRM configuration algo and things will work out of the box. This argument automatically sets a range of default settings you want to use for ZIL: - - Cached copy of the ZIL epoch 0 DAG. + - Cached copy of the ZIL epoch DAG. - Adjustment of memory allocated for the primary algo to fit the ZIL DAG. - Choose ethash A-mode for the ZIL mining.