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
365 stars 611 forks source link

Merged Mining #611

Closed SoapyFresh closed 3 years ago

SoapyFresh commented 3 years ago

Does this software support merged mining? I thought it did at one point, but I don’t see any documentation.

muscleman commented 3 years ago

believe so

fm407 commented 3 years ago

Does this software support merged mining? I thought it did at one point, but I don’t see any documentation.

merged mining doesnt work, i just get a bunch of these:

share type: "trusted" - {"code":-7,"message":"Block not accepted"}

xmrminers commented 3 years ago

Does this software support merged mining? I thought it did at one point, but I don’t see any documentation.

It does, you have to use a combination of Parent+childs (for example WTIP/XTOR/COTE can be parents to IRD/TTNZ/CIRQ/CMRA/BTCH/MNG/PXL/ZUM/ZTC/FTS/STCH/XKR) same goes for cryptonight variants, i will post working configs so you can take a look.

The pool doesn't support mining all the coins at once as is, you can just pick 1 to combine with parent, the pool can be modded to take multiple child coins in the password field (me thinks with same blob type too?) i believe campurro's code allows same blob type merged mining.