Update to use trustChange more aggressively.
This commit is contained in:
parent
80fd5cc36b
commit
9b1c366b8c
1 changed files with 1 additions and 1 deletions
|
|
@ -766,7 +766,7 @@ function handleMinerData(method, params, ip, portData, sendReply, pushMessage) {
|
|||
|
||||
if (global.config.pool.trustedMiners) {
|
||||
if (shareAccepted) {
|
||||
miner.trust.probability -= 1;
|
||||
miner.trust.probability -= global.config.pool.trustChange;
|
||||
if (miner.trust.probability < (global.config.pool.trustMin)) {
|
||||
miner.trust.probability = global.config.pool.trustMin;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue