From 0b644bfef876d27701ea3b12cadbe7eadd7142f9 Mon Sep 17 00:00:00 2001 From: Kerney666 <44686606+Kerney666@users.noreply.github.com> Date: Sat, 22 Apr 2023 16:10:04 +0200 Subject: [PATCH] v0.10.11 release. --- README.md | 9 ++++++++- USAGE.txt | 11 ++++++++++- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 615cecf..f09963d 100644 --- a/README.md +++ b/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).** @@ -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). diff --git a/USAGE.txt b/USAGE.txt index bbdb7f1..65436e7 100644 --- a/USAGE.txt +++ b/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: @@ -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