Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding custom algo #43

Open
coolindark opened this issue Sep 8, 2017 · 1 comment
Open

Adding custom algo #43

coolindark opened this issue Sep 8, 2017 · 1 comment

Comments

@coolindark
Copy link

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!

@krisklosterman
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants