Skip to content

Commit

Permalink
v0.10.4 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kerney666 committed Oct 3, 2022
1 parent 7dbed0d commit 58f97a4
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# teamredminer v0.10.3.1
# teamredminer v0.10.4
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 @@ -39,6 +39,7 @@ Supported GPU algorithms and their respective dev fees:
| Verthash | 2.0% |
| Autolykos2 | 2.0% |
| Ton | 1.0% |
| Kaspa | 1.0% |
| Nimiq | 2.5% |
| Cryptonight R | 2.5% |
| Cryptonight v8 upx2 | 2.5% |
Expand Down Expand Up @@ -74,6 +75,7 @@ Some algorithms are not supported on some GPU architectures and/or drivers. Bel
| Autolykos2 | Y | Y | Y | Y | Y |
| Firopow | Y | Y | Y | Y | Y |
| Ton | Y | Y | Y | Y | Y |
| Kaspa | Y | Y | Y | Y | Y |
| Nimiq | Y | Y | Y | Y | N |
| Cryptonight R | N | L | L | L | N |
| Cryptonight v8 upx2 | N | L | L | L | N |
Expand Down Expand Up @@ -133,6 +135,12 @@ For command line options see the [USAGE.txt](USAGE.txt) file that comes with the

## Release Notes

### v0.10.4
#### Changes
- GPU: Added KASPA single algo mining (fee 1.0%, use -a kas).
- GPU: Added simpler way of forcing hashrate reports for kawpow/firopow (use --prog_hash_report).
- GPU: Fixed missing hashrate reports in some cases for kawpow/firopow with multiple pools.

### v0.10.3.1
#### Changes
- GPU: Fixed issues with the Autolykos2 pad prebuild for some gpus/rigs.
Expand Down
6 changes: 5 additions & 1 deletion USAGE.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Team Red Miner version 0.10.3.1
Team Red Miner version 0.10.4
Usage: teamredminer [OPTIONS]
Options:
-a, --algo=ALGORITHM Selects the mining algorithm. Currently available:
Expand All @@ -10,6 +10,7 @@ Options:
autolykos2 (ergo)
verthash (vtc)
ton (ton)
kas (kaspa)
nimiq (nimiq)
lyra2z
phi2 (lux, argoneum)
Expand Down Expand Up @@ -478,6 +479,9 @@ Progpow options (kawpow, firopow):
1 - turn OFF progpow micro-tuning for this gpu.
2 - turn ON progpow micro-tuning for this gpu.
3 - let the miner decide if micro-tuning should be enabled (AUTO).
--prog_hash_report Enables forced hashrate report (like for ethash) sent to all pools. This is an alias for
--eth_hash_report=force, which is also applicable since progpow and ethash use the same pool
protocol(s).

Cryptonight options:
--rig_id Set the rig identifier that will be sent to the pool. This is only used for
Expand Down

0 comments on commit 58f97a4

Please sign in to comment.