node-stratum-pool
node-stratum-pool copied to clipboard
Merged mining support [$265]
How hard would it be to implement merged mining into this? Ahmed_bodi said that the current python implementation of stratum needs an overhaul for this to work.
There is a $265 open bounty on this issue. Add to the bounty at Bountysource.
Hmm I wasn't totally sure what that was until I just read up on it. Seems like it would be possible to support but its very far away on the priority list of features.
Hmmm.... I might do it myself after i read up on node/js. Any idea where to start?
It would probably involve creating two pools and linking them together, not sure beyond that.
Vote up, for merged merged mining.
and scrypt-n too :D I'm launch parallaxcoin on the 4th and itd be awesome to have centralised merged mining on launch
Hell yeh! Satoshi approves this message. I too asked Ahmed Bodi the same thing a while back.
would very much like to see the implemented. nomp is so much cleaner than alternatives. more and more coins are realizing their need for mergedmining.
fusioncoin team has put mergedmining into their fork of the stratum-mining project.
Best way to show your support for a feature is to contribute to the bounty for it.
any news on this option would very much like to see it implemented
+1 vote for MM
@zone117x how much bounty would you need to implement this feature?
doabitofgood.com is willing to donate to this bounty as well given the recent Dogecoin announcement regarding merged mining with Litecoin
Hey peeps, Did you check this out? https://github.com/KillerByte/node-merged-pool Forked from node-stratum-pool. It might be easy to implement..
Had a few problems with https://github.com/KillerByte/node-merged-pool and he doesn't reply to ANY messages...node-merged-pool is not paying out shares and gives error messages. Here we get great support and replies, but avoid node-merged-pool from KillerByte
Would be great to have merged mining possibility with nomp though!
Nobody interested in bounty? would be great..
I'm pretty close, I think. AUXPoW coins work correctly in the background. No payouts from AUXPoW coins yet, but seem to track correctly in the database. MPOS compatibility untested. https://github.com/sigwo/unified-node-open-mining-portal Let me know if this is something interesting to you all.
I’m still very interested in this capability — when I am able to demonstrate merged mining of say Litecoin + Dogecoin or Bitcoin + Namecoin I’ll be satisfied and more than happy to award my part of the bounty
-TheLittleDuke
On Mar 8, 2015, at 20:35, sigwo [email protected] wrote:
I'm pretty close, I think. AUXPoW coins work correctly in the background. No payouts from AUXPoW coins yet, but seem to track correctly in the database. MPOS compatibility untested. https://github.com/sigwo/unified-node-open-mining-portal Let me know if this is something interesting to you all.
— Reply to this email directly or view it on GitHub.
Right now, I am merge mining: Scrypt: Fastcoin main with SYS, DOGE, and VIA X11: Startcoin main with UIS SHA256: Peercoin with NMC and DVC
Like I said, they all work, just need to finish up the payout method.
Any updates?