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

v0.14.1 DNS lookup failed when run on testnet with command kaspad --testnet --utxoindex #474

Open
WilliamGuozi opened this issue May 14, 2024 · 4 comments

Comments

@WilliamGuozi
Copy link

Describe the bug
DNS lookup failed when run on testnet with command kaspad --testnet --utxoindex

Desktop (please complete the following information):

  • OS: [(rust:slim-bullseye)]
  • Kaspad version: [v0.14.1]

Additional context
2024-05-14 04:57:25.999+00:00 [INFO ] Querying DNS seeder seeder1-testnet.kaspad.net
2024-05-14 04:57:27.134+00:00 [WARN ] Error connecting to DNS seeder seeder1-testnet.kaspad.net: failed to lookup address information: Temporary failure in name resolution

@WilliamGuozi WilliamGuozi changed the title v0.14.1 run DNS error v0.14.1 DNS lookup failed when run on testnet with command kaspad --testnet --utxoindex May 14, 2024
@Nats08100
Copy link

I confirm the problem, also with command with a fresh install : cargo run --release --bin kaspad -- --testnet
Result:
2024-05-24 17:39:21.637+02:00 [INFO ] Querying DNS seeder seeder1-testnet.kaspad.net 2024-05-24 17:39:22.342+02:00 [WARN ] Error connecting to DNS seeder seeder1-testnet.kaspad.net: failed to lookup address information: Temporary failure in name resolution

@Nats08100
Copy link

Found how to solve the problem : add --netsuffix=11 in the command line and that's it.

@aspect
Copy link
Collaborator

aspect commented May 25, 2024

testnet 10 and 11 are two different networks.

@aspect
Copy link
Collaborator

aspect commented May 27, 2024

@supertypo @tiram88 we should look at removing seeder1-testnet.kaspad.net from the TN10 DNS seeder list, or erecting another instance and retargeting this FQDN to it.

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

No branches or pull requests

3 participants