zone117x / node-cryptonote-pool

Mining pool for CryptoNote based coins such as Bytecoin and Monero
GNU General Public License v2.0
823 stars 1.14k forks source link

Pool doesnt work with new CryptoNote v7? #341

Open Takeprof opened 5 years ago

Takeprof commented 5 years ago

When I use pool with XMR-STAK "currency" : "cryptonight" - its OK. but if I change in XMR-STAK "currency" : "monero7" - I have - Result rejected by the pool.

Why?

Takeprof commented 5 years ago

zone117x/node-cryptonote-pool doesnt work with cryptonight v.7?

olalcruz commented 5 years ago

I think I have the same issue. My pool is rejecting shares. Bad hash from miner / Share trust brokenI dont know how to solve the issue. Takeprof can you please help me at least to go back to previous version of crytonote? or a solution to make node-cryptonote-pool work? I am a newbie to linux and i am having a hard time. A full command in terminal would be so nice. Thanks in advance

DanTehrani commented 5 years ago

I might be too late but here is the solution. You need to edit the node-cryptonote-pool config.json file. change "coin" : "monero" to "coin" : "monero7"

LearnMiner commented 5 years ago

I might be too late but here is the solution. You need to edit the node-cryptonote-pool config.json file. change "coin" : "monero" to "coin" : "monero7" Add me discord please i need help ill pay you CodedLearn

9843

DanTehrani commented 5 years ago

I might be too late but here is the solution. You need to edit the node-cryptonote-pool config.json file. change "coin" : "monero" to "coin" : "monero7" Add me discord please i need help ill pay you CodedLearn

9843

Added Daniel3#0955

haze832 commented 5 years ago

I’m also having same issue but with graft, seems to not work with v7.

DanTehrani commented 5 years ago

I’m also having same issue but with graft, seems to not work with v7.

You mean v8? Did you update your daemon?

DanTehrani commented 5 years ago

This repo needs a maintainer.

haze832 commented 5 years ago

I’m also having same issue but with graft, seems to not work with v7.

You mean v8? Did you update your daemon?

Graft has not yet forked to V8/V9

haze832 commented 5 years ago

var cn_variant = isMonero && convertedBlob[0] >= 7 ? convertedBlob[0] - 6 : 0; hash = cryptoNight(convertedBlob, cn_variant);

I found the issue, it's setting the variant incorrectly.

Im not sure what this is doing "convertedBlob[0] >= 7 ? convertedBlob[0] - 6" but it's failing here when I set the coin to monero causing it to set the variant to 0.

I manually set the variant to 1 and it works.

FeyaM commented 2 years ago

I’m also having same issue but with graft, seems to not work with v7.

You mean v8? Did you update your daemon?

Graft has not yet forked to V8/V9

How do you set the pool parameters after the new upgrade to RX/GRAFT?