Skip to content

Commit

Permalink
v0.10.16 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kerney666 committed Jan 30, 2024
1 parent c1ee48b commit 323f24c
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 2 deletions.
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# teamredminer v0.10.15
# teamredminer v0.10.16
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 @@ -37,10 +37,15 @@ Supported GPU algorithms and their respective dev fees:
| Ethash on Polaris GPUs | 0.75%|
| Ethash on all other GPUs | 1.0% |
| Kawpow | 2.0% |
| Abel on Polaris, RDNA2/3 | 1.0% |
| Abel on Vega, Navi10 | 2.0% |
| Abel on VII, MI50/60/100s | 3.0% |
| Verthash | 2.0% |
| Autolykos2 | 2.0% |
| Ton | 1.0% |
| Kaspa | 1.0% |
| Karlsen | 1.0% |
| Pyrin | 1.0% |
| Ironfish | 1.0% |
| Nimiq | 2.5% |
| Cryptonight R | 2.5% |
Expand Down Expand Up @@ -73,6 +78,8 @@ Some algorithms are not supported on some GPU architectures and/or drivers. Bel
| ------------------------ |:------:|:----:|:----:|:-------:|:----:|:-----:|
| Ethash | Y | Y | Y | Y | Y | Y |
| Kawpow | N | Y | Y | Y | Y | Y |
| Abel | Y | Y | Y | Y | Y | Y |
| Kawpow | Y | Y | Y | Y | Y | Y |
| Verthash | Y | Y | Y | Y | Y | N |
| Autolykos2 | Y | Y | Y | Y | Y | Y |
| Firopow | N | Y | Y | Y | Y | Y |
Expand Down Expand Up @@ -159,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.16
#### Changes
- GPU: Added support for karlsen.
- GPU: Added support for pyrin.
- GPU: Added support for abel (R-mode supported, stats support on pools included).
- GPU: Added kawpow support for RDNA3 GPUs.
- FPGA: Fixed bug with ironfish on JC13.

### v0.10.15
#### Changes
- GPU: Fixed kawpow bug with 0 h/s for low epochs when dual mining zil.
Expand Down
10 changes: 9 additions & 1 deletion USAGE.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,19 @@
Team Red Miner version 0.10.15
Team Red Miner version 0.10.16
Usage: teamredminer [OPTIONS]
Options:
-a, --algo=ALGORITHM Selects the mining algorithm. Currently available:
ethash (eth, etp, others)
etchash (etc, alias for -a ethash --eth_variant_mode=etchash)
kawpow (ravencoin)
abel (abel)
firopow (firo)
mtp_firopow (chooses firopow or mtp and shuts down miner at the fork on Oct 26 2021)
autolykos2 (ergo)
verthash (vtc)
ton (ton)
kas (kaspa)
karlsen (karlsen)
pyrin (pyrin)
ironfish (ironfish)
nimiq (nimiq)
lyra2z
Expand Down Expand Up @@ -717,6 +720,11 @@ Ethash dual mining options:
Based on mining calculators: $0.0437 for 1 MH/s ETH, $0.0005476 for 1 MH/s TON/Kaspa/Ironfish
--dual_tuner_weights=0.0437:0.0005476:0

Abel options:
--abel_api_server=X Set the host(:port) used to submit rig and hashrate data for the abelian stratum protocol. This
is normally deduced automatically from the pool host name. If no port is specified, 443 is
assumed.

FPGA Options:
--fpga_devices=LIST Sets FPGA devices to use from detected list. LIST should be a comma separated list of either
device indices or device DNAs as shown by --list_devices.
Expand Down

0 comments on commit 323f24c

Please sign in to comment.