Skip to content

Commit

Permalink
v0.7.16b release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kerney666 committed Oct 22, 2020
1 parent 5a7ce1e commit 28157d4
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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).**
Expand Down Expand Up @@ -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% |
Expand Down Expand Up @@ -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 |
Expand Down Expand Up @@ -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.
Expand Down
3 changes: 2 additions & 1 deletion USAGE.txt
Original file line number Diff line number Diff line change
@@ -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:
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 28157d4

Please sign in to comment.