Skip to content

Commit

Permalink
v0.10.14 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kerney666 committed Jul 8, 2023
1 parent dd6a2df commit 23452ab
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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).**
Expand Down Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions USAGE.txt
Original file line number Diff line number Diff line change
@@ -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:
Expand Down Expand Up @@ -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.

Expand Down

0 comments on commit 23452ab

Please sign in to comment.