node-cryptonote-pool
node-cryptonote-pool copied to clipboard
Pool doesnt work with new CryptoNote v7?
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?
zone117x/node-cryptonote-pool doesnt work with cryptonight v.7?
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
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"
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
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 Daniel_3_#0955
I’m also having same issue but with graft, seems to not work with v7.
I’m also having same issue but with graft, seems to not work with v7.
You mean v8? Did you update your daemon?
This repo needs a maintainer.
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
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.
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?