hi there
i've been trying to get to run an XDN pool but i keep getting the following error whenever a miner connects:
Error: Failed to parse block
at Object.BlockTemplate.nextBlob (/home/mylin/Pools/xdn-pool/lib/pool.js:120:23)
at Object.Miner.getJob (/home/mylin/Pools/xdn-pool/lib/pool.js:297:41)
at handleMinerMethod (/home/mylin/Pools/xdn-pool/lib/pool.js:492:28)
at handleMessage (/home/mylin/Pools/xdn-pool/lib/pool.js:606:13)
at Socket.socket.on.on.on.pushMessage (/home/mylin/Pools/xdn-pool/lib/pool.js:660:25)
at Socket.emit (events.js:95:17)
at Socket.<anonymous> (_stream_readable.js:765:14)
at Socket.emit (events.js:92:17)
at emitReadable_ (_stream_readable.js:427:10)
at emitReadable (_stream_readable.js:423:5)
2017-09-18 22:17:23 [master] Pool fork 4 died, spawning replacement worker...
i built the node from
https://github.com/xdn-project/digitalnoteand the pool from
https://github.com/xdn-project/cryptonote-universal-poolim using ubuntu 16.04 (and i have other cryptonote coins pools running with no issues)
i also tried the fancoder pool!
and pointers?