diff --git a/lib/pool.js b/lib/pool.js index 922f32b..856a87d 100644 --- a/lib/pool.js +++ b/lib/pool.js @@ -457,7 +457,8 @@ function Miner(id, login, pass, ipAddress, startingDiff, messageSender, protoVer this.cachedJob = { blob: blob, job_id: newJob.id, - target: target + target: target, + id: this.id }; return this.cachedJob; };