node-stratum-pool icon indicating copy to clipboard operation
node-stratum-pool copied to clipboard

TEKcoin decode problem

Open chrisfranko opened this issue 10 years ago • 4 comments

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.

chrisfranko avatar Jun 27 '14 21:06 chrisfranko

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.

jk9694 avatar Aug 13 '14 13:08 jk9694

yea strange

chrisfranko avatar Aug 20 '14 03:08 chrisfranko

@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.

doged avatar Sep 28 '15 13:09 doged

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 .

chrisfranko avatar Sep 28 '15 14:09 chrisfranko