kaspanet / rusty-kaspa

Kaspa full-node and related libraries in the Rust programming language. This is a stable version at the initial rollout phases.
ISC License
371 stars 118 forks source link

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

Open WilliamGuozi opened 1 month ago

WilliamGuozi commented 1 month ago

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

Desktop (please complete the following information):

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

Nats08100 commented 1 month ago

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 commented 1 month ago

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

aspect commented 1 month ago

testnet 10 and 11 are two different networks.

aspect commented 1 month ago

@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.