You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bch: wire --pool external BCHN-RPC fallback endpoint from --rpc-conf
run_pool builds config by hand (no YAML load), leaving config.coin()->m_rpc
unset. The embedded daemon is the primary work source, but coin::Node::
init_rpc still binds the external BCHN-RPC as the v36 external_fallback sink
and eager getwork prime; an unset endpoint yielded "Connection refused", so
the --pool run had only the embedded leg with no live external fallback.
Thread the existing --rpc-conf flag (already parsed but ignored by --pool)
into run_pool and load rpcuser/rpcpassword/rpcport via the existing
load_rpc_conf helper, setting config.coin()->m_rpc.address + userpass. The
external RPC fallback + submitblock leg now reach the operator node (verified
against an isolated testnet4 BCHN on :28332: CoindRPC connected).
PER-COIN ISOLATION: src/impl/bch entrypoint only. p2pool-merged-v36 surface:
NONE (run-loop RPC endpoint wiring; no share/PPLNS/coinbase/PoW bytes).
0 commit comments