You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: