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
364 stars 610 forks source link

Advanced_State exception ex=Levin magic mismatch raw_header #680

Closed MrChzl closed 3 years ago

MrChzl commented 3 years ago

Title says it all. I'm trying to set up a cryptonight v8 zelerius pool for Gotanetwork with algo settings: daemonType: default cnAlgorithm: cryptonight cnVariant: 15 cnBlobType: 2

No matter what settings I change here, I keep getting the same raw header pop up in coin daemon. Can anyone point me in the right direction? I spent nearly 10 hours on this same issue yesterday and am not looking forward to today.

EDIT So, Ive managed to get the pool, to connect to the daemon, but now ive gotten an Internal Error in unexpected place (482, instead of 481) I'm going through issues and will continue to edit and update.

Update Before Closure: This issue was finally fixed. Found out it was a port mismatch. I will be opening a new issue for a new issue I have run into.