Skip to content

Commit

Permalink
v0.10.3.1 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kerney666 committed Sep 16, 2022
1 parent 321f922 commit 7dbed0d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# teamredminer v0.10.3
# teamredminer v0.10.3.1
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 @@ -133,10 +133,16 @@ For command line options see the [USAGE.txt](USAGE.txt) file that comes with the

## Release Notes

### v0.10.3.1
#### Changes
- GPU: Fixed issues with the Autolykos2 pad prebuild for some gpus/rigs.
- GPU: Handled bad user config situations with multiple dag caches specified for ZIL.

### v0.10.3
#### Changes
- GPU: Added next height pad prebuild for Ergo/Autolykos2 to raise effective hashrate over time.
- GPU: Better execution of R/B/C modes for ethash with dual zil mining.
- GPU: Added simple example scripts for ETC+ZIL, ERG+ZIL, RVN+ZIL.
- GPU: Added R-mode zil cache support with --eth_dag_cache=0.
- GPU: Added argument --eth_no_job_logs to suppress pool job logging.
- GPU: Fixed some issues pools using miningcore, mainly ergo and verthash pools.
Expand Down
6 changes: 3 additions & 3 deletions USAGE.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Team Red Miner version 0.10.3
Team Red Miner version 0.10.3.1
Usage: teamredminer [OPTIONS]
Options:
-a, --algo=ALGORITHM Selects the mining algorithm. Currently available:
Expand Down Expand Up @@ -573,8 +573,8 @@ Autolykos2 options:
--autolykos_prebuild=N Configures the speed for the next height pad prebuild. A higher value means a faster prebuild
but with larger power fluctuations and likely a larger hashrate drop as long as the prebuild is
running. Valid values are 0-9, where 0 means no prebuild at all and 9 is the fastest variant.
The default value is 4. You can choose to specify a single value for all gpus, or a
comma-separated list of values per gpu.
The default value is 3 or 4 depending on gpu. You can choose to specify a single value for all
gpus, or a comma-separated list of values per gpu.
--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.
Expand Down

0 comments on commit 7dbed0d

Please sign in to comment.