Skip to content

config: align testnet P2P port to 19326#662

Merged
frstrtr merged 1 commit into
masterfrom
ltc-doge/testnet-p2p-port-align
Jul 11, 2026
Merged

config: align testnet P2P port to 19326#662
frstrtr merged 1 commit into
masterfrom
ltc-doge/testnet-p2p-port-align

Conversation

@frstrtr

@frstrtr frstrtr commented Jul 10, 2026

Copy link
Copy Markdown
Owner

Small config cleanup split out from the contabo-gate hardening work.

The runtime P2P default is 9326 mainnet / 19326 testnet, but two stragglers still referenced the old 9338/19338:

  • config/c2pool_testnet.yaml bound port: 19338 (functional — testnet users binding from the YAML landed on the wrong P2P port)
  • src/core/web_server.hpp:1385 seeded m_p2p_port{9338} in the struct initializer (runtime-overridden, cosmetic — tidied for consistency)

No runtime-behaviour change on hosts that pass the port via CLI/override; fixes YAML-driven testnet binds. Kept separate from the underfill+DOA port per integrator.

The runtime P2P default is 9326 mainnet / 19326 testnet, but the testnet
YAML still bound 19338 and the web_server.hpp struct initializer still
seeded 9338 (runtime-overridden, cosmetic). Align both so testnet users
binding from the YAML land on the correct P2P port.
@frstrtr frstrtr merged commit 0543f73 into master Jul 11, 2026
26 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant