Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
madMAx43v3r opened this issue Oct 18, 2024 · 3 comments
Open

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

madMAx43v3r opened this issue Oct 18, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@madMAx43v3r
Copy link

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
@madMAx43v3r madMAx43v3r added the bug Something isn't working label Oct 18, 2024
@wjblanke
Copy link
Contributor

There really isn't a clean way to fix this unless we are starting a new testnet. If we do create a new testnet this will be changed. Locally you could change your port to anything but DNS seeder will not give your IP to peers. Peers will only come from gossiping with other peers.

@madMAx43v3r
Copy link
Author

Hmm, well, even for a new testnet you have the problem of old config files...

@wjblanke
Copy link
Contributor

We have defaults for undefined config items, such as a new testnet. So you will need the new version of chia to get those of course. Otherwise yes you would have to manually configure it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants