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

Mainnet seeds are not working #2241

Open
pshenmic opened this issue Oct 13, 2024 · 0 comments
Open

Mainnet seeds are not working #2241

pshenmic opened this issue Oct 13, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@pshenmic
Copy link
Collaborator

pshenmic commented Oct 13, 2024

Expected Behavior

Users should be able to connect to thenetwork using latest SDK as provided by documentation

Current Behavior

Mainnet seeds are not working. When you install SDK from the npm, it fails to sync and fails silently for the user, because there are no error handlers implemented, it just keeps syncing forever.

If you raise the log level via envrionment, you can see a message:

debug: [DAPIClient: 151ca6f784] [ReconnectableStream] Error handler 14 UNAVAILABLE: Name resolution failed for target dns:seed-3.mainnet.networks.dash.org Error: 14 UNAVAILABLE: Name resolution failed for target dns:seed-3.mainnet.networks.dash.org

Telnet is also not possible on the seed address.

pshenmic@Mikhails-MacBook-Pro ~ % telnet seed-3.mainnet.networks.dash.org 26656
seed-3.mainnet.networks.dash.org: nodename nor servname provided, or not known

This is very important because it highly affecting people's performance and confusing them. Its not easy to insert an IP manually too, because you need to know where to grab it beforehand.

Possible Solution

Steps to Reproduce (for bugs)

Context

Your Environment

  • Version used:
  • Environment name and version (e.g. Chrome 39, node.js 5.4):
  • Operating System and version (desktop, server, or mobile):
  • Link to your project:
@pshenmic pshenmic added the bug Something isn't working label Oct 13, 2024
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
Status: In Progress
Development

No branches or pull requests

2 participants