karlsen-network / karlsend

Karlsend is an attempt to stay a GPU-friendly and ASIC-resistant BlockDAG implementation written in Go
https://karlsencoin.com
ISC License
63 stars 26 forks source link

Karlsend error: DNS discovery failed on seed n.mainnet-dnsseed-2.karlsencoin.com #19

Closed DevInOrbit closed 10 months ago

DevInOrbit commented 10 months ago

I have tried:

When I execute "karlsend.exe --utxoindex" I get the DNS issue below repeating. Any ideas on how to remedy are appreciated.

2023-12-18 09:37:05.699 [INF] ADXR: Loaded 0 addresses and 0 banned addresses 2023-12-18 09:37:05.723 [INF] KASD: UTXO index started 2023-12-18 09:37:05.723 [INF] TXMP: P2P Server listening on [::]:42111 2023-12-18 09:37:05.723 [INF] TXMP: RPC Server listening on [::]:42110 2023-12-18 09:37:05.984 [INF] CMGR: DNS discovery failed on seed n.mainnet-dnsseed-1.karlsencoin.com: lookup n.mainnet-dnsseed-1.karlsencoin.com: getaddrinfow: This is usually a temporary error during hostname resolution and means that the local server did not receive a response from an authoritative server. 2023-12-18 09:37:05.993 [INF] CMGR: DNS discovery failed on seed n.mainnet-dnsseed-2.karlsencoin.com: lookup n.mainnet-dnsseed-2.karlsencoin.com: getaddrinfow: This is usually a temporary error during hostname resolution and means that the local server did not receive a response from an authoritative server.

tristanguy commented 10 months ago

Same here.

Zerkalp commented 10 months ago

same problem

futouer commented 10 months ago

same issue how to fix it

cineyayacine commented 10 months ago

same problem here.

lemois-1337 commented 10 months ago

Working on it already, we are also going to put another set of seeders behind a second domain.

lemois-1337 commented 10 months ago

DNSSeeders have been fixed. Actually everyone who want to contribute into seeding can setup community seeder with stable release from https://github.com/karlsen-network/dnsseeder/releases/tag/v1.0.0 and we will add it into next karlsend release https://github.com/karlsen-network/karlsend/blob/af7316ce279e8a7df8d30220342dc850c97b6e60/domain/dagconfig/params.go#L216