Skip to content

Commit

Permalink
v0.10.12 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kerney666 committed Apr 28, 2023
1 parent 0b644bf commit 3fc73ae
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# teamredminer v0.10.11
# teamredminer v0.10.12
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,12 @@ 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.12
#### Changes
- GPU: Improved ironfish hashrate (+5-6% on all gpus, +10-11% for Polaris).
- GPU: Removed ironfish user graffiti option.
- GPU: Fixed broken dual zil mining for some older algos, e.g. Nimiq.

### v0.10.11
#### Changes
- GPU: Small improvements for ironfish hashrate/efficiency on all gpus.
Expand Down
7 changes: 1 addition & 6 deletions USAGE.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Team Red Miner version 0.10.11
Team Red Miner version 0.10.12
Usage: teamredminer [OPTIONS]
Options:
-a, --algo=ALGORITHM Selects the mining algorithm. Currently available:
Expand Down Expand Up @@ -647,11 +647,6 @@ TON options:
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.

Expand Down

0 comments on commit 3fc73ae

Please sign in to comment.