node-multi-hashing icon indicating copy to clipboard operation
node-multi-hashing copied to clipboard

Adding custom algo

Open coolindark opened this issue 7 years ago • 1 comments

Hello. It try to add skunkhash but it returns with the error below. What am i missing? edited all js & cc...

/home/coolindark/unomp/node_modules/merged-pooler/lib/algoProperties.js:248 return multiHashing.skunkhash.apply(this, arguments); ^ TypeError: Cannot call method 'apply' of undefined at /home/coolindark/unomp/node_modules/merged-pooler/lib/algoProperties.js:248:47 at JobManager.processShare (/home/coolindark/unomp/node_modules/merged-pooler/lib/jobManager.js:263:26) at null. (/home/coolindark/unomp/node_modules/merged-pooler/lib/pool.js:623:46) at EventEmitter.emit (events.js:117:20) at handleSubmit (/home/coolindark/unomp/node_modules/merged-pooler/lib/stratum.js:175:15) at handleMessage (/home/coolindark/unomp/node_modules/merged-pooler/lib/stratum.js:88:17) at /home/coolindark/unomp/node_modules/merged-pooler/lib/stratum.js:248:25 at Array.forEach (native) at Socket. (/home/coolindark/unomp/node_modules/merged-pooler/lib/stratum.js:234:26)

Thank you!

coolindark avatar Sep 08 '17 09:09 coolindark

please keep in mind your installed node version and the required node version of this fork (0.10.x).

I don't think thats your issue, from the error its stating that multiHashing.skunkhash is undefined.

krisklosterman avatar Jan 08 '18 12:01 krisklosterman