cryptonote-nodejs-pool icon indicating copy to clipboard operation
cryptonote-nodejs-pool copied to clipboard

how to set up merged mining 2 coins?

Open kilwm opened this issue 2 years ago • 3 comments

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 ?

kilwm avatar Dec 17 '22 06:12 kilwm

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

Cideg avatar Dec 22 '22 17:12 Cideg

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?

kilwm avatar Dec 22 '22 18:12 kilwm

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...

ck-kc avatar Jul 02 '24 10:07 ck-kc