I've been using eloipool to mine segwit blocks on testnet for the past week now. When I first started using it I noticed was I was getting submitted invalid blocks. It looks like the coinbase didn't contain a witness nonce. I added a hacky workaround to my submitblock call here.
I'm not sure what's causing this. I'd suspect the coinbase is being mistakenly serialized as non-witness somewhere, but I haven't dug into the eloipool code much yet.
I've been using eloipool to mine segwit blocks on testnet for the past week now. When I first started using it I noticed was I was getting submitted invalid blocks. It looks like the coinbase didn't contain a witness nonce. I added a hacky workaround to my
submitblock
call here.I'm not sure what's causing this. I'd suspect the coinbase is being mistakenly serialized as non-witness somewhere, but I haven't dug into the eloipool code much yet.