I was running tProxy and Pool, when I started to notice that the Pool randomly dies after receiving an OpenExtendedMiningChannel from tProxy.
The error which triggers the shutdown comes from channels_sv2::server::extended, and it's ChainTipNotSet.
The only place where it should come from is in the on_new_template API of the ExtendedChannel:
|
None => return Err(ExtendedChannelError::ChainTipNotSet), |
Here a screenshot with the Pool logs:

I was running tProxy and Pool, when I started to notice that the Pool randomly dies after receiving an
OpenExtendedMiningChannelfrom tProxy.The error which triggers the shutdown comes from
channels_sv2::server::extended, and it'sChainTipNotSet.The only place where it should come from is in the
on_new_templateAPI of theExtendedChannel:stratum/protocols/v2/channels-sv2/src/server/extended.rs
Line 458 in 3bb43bc
Here a screenshot with the Pool logs: