From bfa9d85badfdad627f3f87c2ac1ce07971ccb909 Mon Sep 17 00:00:00 2001 From: Kerney666 <44686606+Kerney666@users.noreply.github.com> Date: Wed, 31 Jan 2024 22:38:21 +0100 Subject: [PATCH] v0.10.17 release. --- README.md | 10 +++++++++- USAGE.txt | 20 +++++++++++++++++++- 2 files changed, 28 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ba4b47c..7d1d966 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# teamredminer v0.10.16 +# teamredminer v0.10.17 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).** @@ -166,6 +166,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. ## Release Notes +### v0.10.17 +#### Changes +- GPU: Fixed pyrin invalid/dup shares on large gpus running high hashrates. +- GPU: Added support for dual mining abel and kaspa/ironfish/karlsen/pyrin (and triple with zil). +- GPU: Moved dual zil session to R-mode as the default choice when mined together with ethash or abel. +- GPU: Fixed some failed allocations for abel+zil. +- GPU: Fixed abel dag allocation in R-mode on 6GB gpus like the 5600XT. It will run for a while longer. + ### v0.10.16 #### Changes - GPU: Added support for karlsen. diff --git a/USAGE.txt b/USAGE.txt index c3cd4c6..8c98e58 100644 --- a/USAGE.txt +++ b/USAGE.txt @@ -1,4 +1,4 @@ - Team Red Miner version 0.10.16 + Team Red Miner version 0.10.17 Usage: teamredminer [OPTIONS] Options: -a, --algo=ALGORITHM Selects the mining algorithm. Currently available: @@ -692,6 +692,24 @@ Ethash dual mining options: algo. This argument isn't strictly necessary, but should be included for mining distros since the user has no guarantee what arguments will be added automatically at the end of the command line by the distro. + --karlsen_start or --karlsen Starts the Karlsen dual mining config. Between this and the --karlsen_end marker, all arguments are + applied to the Karlsen mining rather than the primary algo, typically ethash. It's expected that + ethash has been set up in earlier arguments. The intention is that you can add a --karlsen ... + --karlsen_end configuration to any working TRM configuration algo and things will work out of the box. + + --karlsen_end Marks that we're done with the Karlsen mining config and all following arguments are for the primary + algo. This argument isn't strictly necessary, but should be included for mining distros since + the user has no guarantee what arguments will be added automatically at the end of the command + line by the distro. + --pyrin_start or --pyrin Starts the Pyrin dual mining config. Between this and the --pyrin_end marker, all arguments are + applied to the Pyrin mining rather than the primary algo, typically ethash. It's expected that + ethash has been set up in earlier arguments. The intention is that you can add a --pyrin ... + --pyrin_end configuration to any working TRM configuration algo and things will work out of the box. + + --pyrin_end Marks that we're done with the Pyrin mining config and all following arguments are for the primary + algo. This argument isn't strictly necessary, but should be included for mining distros since + the user has no guarantee what arguments will be added automatically at the end of the command + line by the distro. --dual_intensity=X,Y,Z,... This argument adjusts the intensity of the dual mining with a factor between 0.0 and 1.0, where 1.0 means running as much dual algo as possible. This option is recommended for forcing down power draw without lowering core clk, which will have an impact on the ethash hashrate as well.