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
1k stars 1.02k forks source link

Lyra2rev2 algo #516

Open oelke opened 6 years ago

oelke commented 6 years ago

Is there a way to add this to nomp / node-stratum-pool / node-multi-hashing ?

ghost commented 6 years ago

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

oelke commented 6 years ago

tkz, and someone managed to do it (with lyra2rev2)?

ghost commented 6 years ago

@oelke https://github.com/carsenk/node-multi-hashing/commit/2b039dd53c23fd85633dc474e61950326d749549

acidtib commented 6 years ago

@oelke i managed to get stratum-pool running with lyra2rev2 algo

oelke commented 6 years ago

@arubinofaux, can you share with the class? :-)

oelke commented 6 years ago

found this: https://github.com/upgradeadvice/node-stratum-pool trying to make it work, so far, no success.

ghost commented 6 years ago

@oelke Is there problems with this link? https://github.com/carsenk/node-multi-hashing/commit/2b039dd53c23fd85633dc474e61950326d749549

oelke commented 6 years ago

does it work with NOMP? or is for UNOMP only?

ghost commented 6 years ago

@oelke Adding new algo equal for NOMP and UNOMP.

oelke commented 6 years ago

OK, here is the deal: https://bitcointalk.org/index.php?topic=1197796.0 after npm update, go to folder {nomp-install-folder}/node_modules/stratum-pool/node_modules/ and then: 'mv unomp-multi-hashing/ multi-hashing' this step is needed couse 'node init.js' keeps crashing by not finding multi-hashing dependency. and voyla! lyra2re2 and some other algos implemented by wareck into node-stratum/multi-hashing

Thanks everyone.