Merge pull request #670 from dodois/patch-2

fix workerName
This commit is contained in:
dvandal
2022-04-01 11:12:22 -04:00
committed by GitHub

View File

@@ -395,7 +395,7 @@ function Miner (rewardType, childRewardType, id, childPoolIndex, login, pass, ip
this.noRetarget = noRetarget;
this.difficulty = startingDiff;
this.validJobs = [];
this.workerName2 = pass;
this.workerName = pass;
// Vardiff related variables
this.shareTimeRing = utils.ringBuffer(16);