Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Grumpy-Dwarf authored Sep 30, 2020
1 parent c6fe822 commit 9d0d290
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# nanominer by nanopool
# version: 1.10
# version: 1.11
# Table of Contents
1. [Reporting bugs and technical support](#reporting-bugs-and-technical-support)
1. [Dev fee](#dev-fee)
Expand Down Expand Up @@ -32,7 +32,7 @@ Payment for the use of **nanominer** takes the form of a commission from mining
- 1% of total mining time for Ethash and Ubqhash algorithms (72 seconds per 2 hours);
- 2% for KawPow on GPU (144 seconds per 2 hours);
- 2% for RandomX on CPU (144 seconds per 2 hours);
- 5% for RandomHash2 on CPU (180 seconds every hour).
- 0% for RandomHash2 on CPU (no fee).
- 5% for Cuckaroo30 algorithm (360 seconds per 2 hours);

## Setup
Expand Down Expand Up @@ -266,6 +266,10 @@ Specifies the number of concurrent CPU threads to use for mining. All threads ar
Optional algorithm parameter.
This parameter accepts the values _true_ or _false_ (the default is _false_). If this parameter is set to _true_ then the best pool will be chosen by least ping (not by the pool list).

### countDevShares
Optional algorithm parameter.
This parameter accepts the values _true_ or _false_ (the default is _false_ for QuarkChain solo mining and _true_ for other coins). If this parameter is set to _true_ then shares accepted or rejected by pool during fee time will be included in miner statistics. Otherwise only shares during user mining are included to miner statistics.

### sendHashrate
Optional algorithm parameter for Ethash and Ubqhash algorithms. This parameter accepts the values _true_ or _false_. The default value is _true_ (if JSON-RPC pool protocol is used).

Expand Down

0 comments on commit 9d0d290

Please sign in to comment.