Skip to content

Commit

Permalink
v0.8.6.3 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kerney666 committed Nov 5, 2021
1 parent c9246ad commit 14e6b5f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 5 deletions.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# teamredminer v0.8.6.2
# teamredminer v0.8.6.3
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 @@ -113,6 +113,14 @@ 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.8.6.3

Release notes:

- Autolykos2: emergency release to support larger pad size from block 614400. Some GPUs (mainly Vegas) will need higher core clocks to achieve the same performance as previous versions due to larger pads breaking some previous optimizations. More optimizations to come in future releases.
- Autolykos2: added argument --autolykos_ignore_diff for certain pools that aren't compatible with the ERGO reference miner pool implementation.
- Progpow: fixed wrong --help text for --prog_micro_tune.

Changes in v0.8.6.2

Release notes:
Expand Down
11 changes: 7 additions & 4 deletions USAGE.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Team Red Miner version 0.8.6.2
Team Red Miner version 0.8.6.3
Usage: teamredminer [OPTIONS]
Options:
-a, --algo=ALGORITHM Selects the mining algorithm. Currently available:
Expand Down Expand Up @@ -420,9 +420,9 @@ Progpow options (kawpow, firopow):
comma-separated list of values, one per gpu. If a gpu is missing a value, the value for the
first gpu is used. Please note that setting a manual prog_config will effectively disable the
micro-tuner as well. Available values are:
0 - turn OFF progpow micro-tuning for this gpu.
1 - turn ON progpow micro-tuning for this gpu.
2 - let the miner decide if micro-tuning should be enabled (AUTO).
1 - turn OFF progpow micro-tuning for this gpu.
2 - turn ON progpow micro-tuning for this gpu.
3 - let the miner decide if micro-tuning should be enabled (AUTO).

Cryptonight options:
--rig_id Set the rig identifier that will be sent to the pool. This is only used for
Expand Down Expand Up @@ -516,6 +516,9 @@ Autolykos2 options:
--autolykos_mem_adjust=256,512,,256
--autolykos_slowdown=N Adds a slowdown of the pad build process. Valid values are 0-100. The default is 0, no
slowdown.
--autolykos_ignore_diff Ignores the difficulty sent by the pool and only uses the 256-bit target provided in jobs.
Some pools don't follow the ERGO reference miner pool implementation, in which case this
argument _might_ help. NOTE: this will be applied to all pools.

ZIL dual mining options:
--zil_start or --zil Starts the ZIL dual mining config. Between this and the --zil_end marker, all arguments are
Expand Down

0 comments on commit 14e6b5f

Please sign in to comment.