zone117x / node-open-mining-portal

A scalable all-in-one easy to setup cryptocurrency mining pool and portal written entirely in Node.js.
GNU General Public License v2.0
1.01k stars 1.02k forks source link

New Algorithm? #500

Open neytron4 opened 7 years ago

neytron4 commented 7 years ago

What ammendmends in stratum should be done to add new(unsupported) algorithm in your NOMP pool. Pls advise. Thank you.

ghost commented 7 years ago

@neytron4 Add library and rebild stratum.

jcreyesb commented 6 years ago

do you have a how to?

ghost commented 6 years ago

@jcreyesb It's not easy. Need lybrary of algo. Which algo You need?

jcreyesb commented 6 years ago

I need m7mhash, i can add library and configured the new algo in algoproperties.js .. but now i see this error.

. return multiHashing.m7m.apply(this, arguments); ^ TypeError: Cannot call method 'apply' of undefined

I can't resolved, and i don't secure who to rebuild stratum..

ghost commented 6 years ago

@jcreyesb Same problem https://github.com/UNOMP/unified-node-open-mining-portal/issues/209 stratum-mining or merged-pooler?

jcreyesb commented 6 years ago

stratum-mining

ghost commented 6 years ago

https://github.com/UNOMP/unified-node-open-mining-portal/issues/213

cryptozeny commented 5 years ago

@jcreyesb did you resolve the problem? same here 😭

beam232001 commented 5 years ago

@foxer666 Would it be possible to update the lyra2rev2 algorithm to lyra2rev3 for your version of nomp?