From 28157d47f2456805fee1295043bbbf410e3d14ef Mon Sep 17 00:00:00 2001 From: Kerney666 <44686606+Kerney666@users.noreply.github.com> Date: Fri, 23 Oct 2020 01:07:09 +0200 Subject: [PATCH] v0.7.16b release. --- README.md | 13 ++++++++++++- USAGE.txt | 3 ++- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2e0cec5..6cdb86a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# teamredminer v0.7.15 +# teamredminer v0.7.16b This is an optimized miner for AMD GPUs created by todxx and kerney666. **Download is available in the [github releases section](https://github.com/todxx/teamredminer/releases).** @@ -36,6 +36,7 @@ This miner includes the following algorithms and their respective dev fees: | Cryptonight saber | 2.5% | | Cryptonight conceal | 2.5% | | Chukwa-512 (Turtlecoin) | 2.5% | +| Chukwa-1024 (Turtlecoin) | 2.5% | | x16r | 2.5% | | x16rv2 | 2.5% | | x16s | 2.5% | @@ -71,6 +72,7 @@ Some algorithms are not supported on some GPU architectures and/or drivers. Bel | Cryptonight saber | N | L | L | | Cryptonight conceal | N | L | L | | Chukwa-512 | N | L | L | +| Chukwa-1024 | N | L | L | | x16r | N | Y | Y | | x16rv2 | N | Y | Y | | x16s | N | Y | Y | @@ -98,6 +100,15 @@ 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. ----------- +Changes in v0.7.16b + +BETA RELEASE - adds Turtlecoin's new algo chukwa2. Not tested as rigorously as other versions. Only use for the Turtlecoin fork. + +NOTE: Navi gpus are NOT supported on chukwa2 for now. Support will be added if there's sufficient interest. + +Release notes: +- Added algo trtl_chukwa2 for the Turtlecoin fork on 2020-10-22. + Changes in v0.7.15 Small bugfix release. diff --git a/USAGE.txt b/USAGE.txt index 2196a78..a7dbbe9 100644 --- a/USAGE.txt +++ b/USAGE.txt @@ -1,4 +1,4 @@ - Team Red Miner version 0.7.15 + Team Red Miner version 0.7.16b Usage: teamredminer [OPTIONS] Options: -a, --algo=ALGORITHM Selects the mining algorithm. Currently available: @@ -26,6 +26,7 @@ Options: cn_saber (bittube) cn_conceal (conceal) trtl_chukwa (turtlecoin) + trtl_chukwa2 (turtlecoin) nimiq (nimiq) -h, --help Display this help message and exit.