cryptonote-nodejs-pool
cryptonote-nodejs-pool copied to clipboard
how to set up merged mining 2 coins?
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 ?
https://github.com/dvandal/cryptonote-nodejs-pool/blob/master/Example_MergeMining.json
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?
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...