From 323f24c6984ef9e10aabac4f923619db7d84ca6c Mon Sep 17 00:00:00 2001 From: Kerney666 <44686606+Kerney666@users.noreply.github.com> Date: Tue, 30 Jan 2024 13:44:08 +0100 Subject: [PATCH] v0.10.16 release. --- README.md | 17 ++++++++++++++++- USAGE.txt | 10 +++++++++- 2 files changed, 25 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 48069b0..ba4b47c 100644 --- a/README.md +++ b/README.md @@ -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).** @@ -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% | @@ -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 | @@ -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. diff --git a/USAGE.txt b/USAGE.txt index fd9fc00..c3cd4c6 100644 --- a/USAGE.txt +++ b/USAGE.txt @@ -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 @@ -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.