diff --git a/lib/pool.js b/lib/pool.js index 736b71d22..b687bf935 100644 --- a/lib/pool.js +++ b/lib/pool.js @@ -468,6 +468,10 @@ Miner.prototype = { this.cachedJob = { pre_pow: blob, height: newJob.height, + algo: "cuckaroo", + edgebits: 29, + proofsize: 32, + noncebytes: 4, job_id: newJob.id, difficulty: difftarget, id: this.id @@ -673,7 +677,12 @@ function handleMinerMethod(method, params, ip, portData, sendReply, pushMessage, id: minerId, pre_pow:job.pre_pow, height: job.height, - job_id:minerId, + algo: "cuckaroo", + edgebits: 29, + proofsize: 32, + noncebytes: 4, + height: job.height, + job_id:job.job_id, difficulty: job.difficulty, status: 'OK' },'getjobtemplate');