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