Open oelke opened 7 years ago
tkz, and someone managed to do it (with lyra2rev2)?
@oelke i managed to get stratum-pool running with lyra2rev2 algo
@arubinofaux, can you share with the class? :-)
found this: https://github.com/upgradeadvice/node-stratum-pool trying to make it work, so far, no success.
@oelke Is there problems with this link? https://github.com/carsenk/node-multi-hashing/commit/2b039dd53c23fd85633dc474e61950326d749549
does it work with NOMP? or is for UNOMP only?
@oelke Adding new algo equal for NOMP and UNOMP.
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.
Is there a way to add this to nomp / node-stratum-pool / node-multi-hashing ?