Skip to content

Commit

Permalink
v0.10.17 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kerney666 committed Jan 31, 2024
1 parent 323f24c commit bfa9d85
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 2 deletions.
10 changes: 9 additions & 1 deletion 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).**
Expand Down Expand Up @@ -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.
Expand Down
20 changes: 19 additions & 1 deletion 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:
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit bfa9d85

Please sign in to comment.