Update to use trustChange more aggressively.

master
Alexander Blair 7 years ago
parent 80fd5cc36b
commit 9b1c366b8c

@ -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…
Cancel
Save