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

Exception: Failed to parse block #683

Open MrChzl opened 3 years ago

MrChzl commented 3 years ago

New Issue trying to open up a CN/ZLS coin pool. No miner listed under getting started completes a connection. Ports are open and no software is using the ports.

This is the error I'm receiving server-side: 2021-06-27 20:37:54 [pool] (Thread 3) Malformed message from redacted generated an exception. Message: {"id":1,"jsonrpc":"2.0","method":"login","params":{"login":"RedACtEdFoRpRiVAcY","pass":"x","agent":"XMRig-AMD/2.14.6 (Windows NT 10.0; Win64; x64) libuv/1.31.0 msvc/2017","algo":["cn","cn/r","cn/wow","cn/2","cn/1","cn/0","cn/half","cn/xtl","cn/msr","cn/xao","cn/rto","cn/gpu","cn/rwz","cn/zls","cn/double"]}} 2021-06-27 20:37:54 [pool] (Thread 3) Exception: Failed to parse block

It's almost like the pool sees that the miner is trying to connect, but cant make anything of it.

Cideg commented 3 years ago

wrong blob or no legacy wallet address

MrChzl commented 3 years ago

So I would need to try all the blobs supported or try a legacy wallet address? Sounds like a night of fun!