Skip to content

Commit

Permalink
v0.10.11 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kerney666 committed Apr 22, 2023
1 parent a6c697d commit 0b644bf
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
9 changes: 8 additions & 1 deletion README.md
@@ -1,4 +1,4 @@
# teamredminer v0.10.10
# teamredminer v0.10.11
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 @@ -157,6 +157,13 @@ 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.11
#### Changes
- GPU: Small improvements for ironfish hashrate/efficiency on all gpus.
- GPU: Fixed low ironfish hashrate for RDNA3 / 7900XT.
- GPU: Automatic handling of ironfish worker name when specified as wallet.worker.
- GPU: User can now set their own graffiti prefix (max 20 chars) when mining ironfish (see --iron_user_graffiti) to paint the blockchain!

### v0.10.10
#### Changes
- GPU: Added support for ironfish (-a ironfish, only the fast stratum protocol v2 supported).
Expand Down
11 changes: 10 additions & 1 deletion USAGE.txt
@@ -1,4 +1,4 @@
Team Red Miner version 0.10.10
Team Red Miner version 0.10.11
Usage: teamredminer [OPTIONS]
Options:
-a, --algo=ALGORITHM Selects the mining algorithm. Currently available:
Expand Down Expand Up @@ -646,6 +646,15 @@ TON options:
--wss_port=VALUE Overrides the default local port (4444) used for the wss proxy. This can be used if your
system is already using port 4444 for some other tcp/ip service.

Ironfish options:
--iron_user_graffiti=X Specifies a user graffiti that will be used during mining. This means that any blocks found by this
rig will include this graffiti on the blockchain. The max length is 20 bytes/characters. This
feature can be very valuable to solo miners. By setting your own graffiti it is possible to verify
if any of your submitted shares matching network difficulty made it onto the blockchain, both in
solo node setups as well as in pool solo mining.
--rig_id=X Set the rig name that will be sent to the pool. This can also be specified using the more standard
wallet.worker format, and the miner will move the worker name automatically to this argument.

Ethash dual mining options:
--ton_start or --ton Starts the TON dual mining config. Between this and the --ton_end marker, all arguments are
applied to the TON mining rather than the primary algo, typically ethash. It's expected that
Expand Down

0 comments on commit 0b644bf

Please sign in to comment.