dvandal / cryptonote-nodejs-pool

Mining pool for all CryptoNote based coins using Cryptonight, Cryptonight Light and Cryptonight Heavy algorithms
GNU General Public License v2.0
362 stars 608 forks source link

how to set up merged mining 2 coins? #717

Open kilwm opened 1 year ago

kilwm commented 1 year ago

how to set up merged mining 2 coins? it's not really clear from the instructions, I realized that I need to run two pools node init.js -config=1config.json node init.js -config=2config.json

and in the settings, in addition to the given coins, what should be in 1config.json and what's in 2config.json ?

Cideg commented 1 year ago

https://github.com/dvandal/cryptonote-nodejs-pool/blob/master/Example_MergeMining.json

kilwm commented 1 year ago

init.js one instance to run(node init.js -config=Example_Merged Mining.json) and that's it? what is this line for? "api": "https://your.pool.host/apiMerged1" just for pool statistics? if the web page is missing, will the pool mine?

ck-kc commented 1 week ago

https://github.com/dvandal/cryptonote-nodejs-pool/blob/master/Example_MergeMining.json

I set this up but blocks seem to only be submitted for the first child coin.

I'll try to look at the JS to see why that is...