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

Fix no peers by setting the correct port in the config file #138

Merged
merged 1 commit into from
Dec 13, 2024

Conversation

realonryo
Copy link

New:

user@name:~$ nc -vz -w1 95.217.197.180 3414
Connection to 95.217.197.180 3414 port [tcp/*] succeeded!

Old:

user@name:~$ nc -vz -w1 95.217.197.180 3517
nc: connect to 95.217.197.180 port 3517 (tcp) timed out: Operation now in progress

I recommend updating the seed node list, because currently users who compile from source will not be able to sync until this is merged or the rest of the seed nodes are up:

user@name:~$ nc -vz -w1 5.75.242.4 3414
nc: connect to 5.75.242.4 port 3414 (tcp) failed: Connection refused
user@name:~$ nc -vz -w1 5.78.71.29 3414
nc: connect to 5.78.71.29 port 3414 (tcp) timed out: Operation now in progress
user@name:~$ nc -vz -w1 5.161.127.56 3414
nc: connect to 5.161.127.56 port 3414 (tcp) failed: Connection refused

Copy link

@blacktyger blacktyger left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

@skykingisepic
Copy link

See Issue #137

@realonryo
Copy link
Author

See Issue #137

Default .toml should be changed to seeds = ["95.217.197.180:3514"]

It's down, you need 3414...

nc -vz -w1 95.217.197.180 3514
nc: connect to 95.217.197.180 port 3514 (tcp) timed out: Operation now in progress

Why would anyone have to manually modify the configuration file?

Copy link
Member

@johanneshahn johanneshahn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks correct

@johanneshahn johanneshahn merged commit 07fa6e3 into EpicCash:master Dec 13, 2024
1 check passed
@skykingisepic
Copy link

skykingisepic commented Dec 13, 2024

There is only one active seed server (first) not 4, toml should just show one

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.

4 participants