node-multi-hashing
node-multi-hashing copied to clipboard
Adding custom algo
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.
Thank you!
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.