node-stratum-pool
node-stratum-pool copied to clipboard
TEKcoin decode problem
coins/tekcoin.json
{ "name": "Tekcoin", "symbol": "TEK", "algorithm": "sha256", "reward": "POS", "txMessages": "true", "peerMagic": "e4e8e9e5" }
People can get shares but when it tries to submit the block this error comes up..
[Pool] [tekcoin](Thread 1) rpc error with daemon instance 0 when submitting block with submitblock {"code":-22,"message":"Block decode failed"}
~/.tekcoin/debug.log
ThreadRPCServer method=submitblock
******* exception encountered ******* ./tekcoind[0x52e5ec] ./tekcoind[0x41eae7] ./tekcoind[0x4228a8] ./tekcoind[0x4ebd82] ./tekcoind[0x4ecb06] ./tekcoind[0x4bdcc2] ./tekcoind[0x4c1350] /usr/lib/x86_64-linux-gnu/libboost_thread.so.1.54.0(+0xba4a)[0x7f10a187ba4a] /lib/x86_64-linux-gnu/libpthread.so.0(+0x8182)[0x7f10a0c90182] /lib/x86_64-linux-gnu/libc.so.6(clone+0x6d)[0x7f10a019d30d]
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
Looking all over the place for the cause of this issue myself, but no luck. If people know, they are hoarding the fix from what I can tell. I cant see this being something that is hard to fix. If someone could tell me what the cause it, I could probably track it down and fix it myself.
yea strange
@chrisfranko did you ever figure out the issue? one of 8 of my pools has been having this problem (mpos) but only the libc.so.6 is having the issue for him.. i think its in relation to how the stratum communicates with the rpc.
I didnt sadly. Got frustrated and rage quiit.
On 28 September 2015 at 09:48, DogecoinDark [email protected] wrote:
@chrisfranko https://github.com/chrisfranko did you ever figure out the issue? one of 8 of my pools has been having this problem (mpos) but only the libc.so.6 is having the issue for him.. i think its in relation to how the stratum communicates with the rpc.
— Reply to this email directly or view it on GitHub https://github.com/zone117x/node-stratum-pool/issues/88#issuecomment-143748308 .