Chia-Network/chia-blockchain

[Bug] Testnet port 58444 is in the ephemeral port range

madMAx43v3r opened this issue · 5 comments

What happened?

I tried to run testnet11 node again, but it failed because port 58444 was already used by another application as an outgoing port.

Which is no surprise because 58444 is in the ephemeral port range: 49152 to 65535

My suggestion: Use 48444?

Version

2.4.4

What platform are you using?

Linux

What ui mode are you using?

CLI

Relevant log output

OSError: [Errno 98] error while attempting to bind on address ('0.0.0.0', 58444): address already in use