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

Graft current config. #593

Closed lseparatio closed 4 years ago

lseparatio commented 4 years ago

Hi, any of you know graft config? I have tried plenty of but still bad shares raported by xmrig. Do i start the pool, no errors. Connected xmrig with: cn/rwz algo but pool and xmrig are raporting bad shares. I suspect the settings from config pool are not up to date. The lines: "cnVariant": 15, "cnBlobType": 0, Thank you for your time.

RoggyDog commented 4 years ago

Last time I had my Graft pool running I used ... "cnAlgorithm": "cryptonight", "cnVariant": 14, "cnBlobType": 0,

Try that and see if it works.

lseparatio commented 4 years ago

Yes is working thank you very much. Kind Regards.

lseparatio commented 4 years ago

I can confirm i was able to mine some blocks with: "cnAlgorithm": "cryptonight", "cnVariant": 14, "cnBlobType": 1,

Thanks to all. I will close now.