From 9d0d290bd23371bec7180c01755b71222cf32e00 Mon Sep 17 00:00:00 2001 From: Grumpy Dwarf <46108316+Grumpy-Dwarf@users.noreply.github.com> Date: Wed, 30 Sep 2020 16:08:42 +0300 Subject: [PATCH] Update README.md --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d48988a..8714218 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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 @@ -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).