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

Re-deploy the foundation's DNS seeders for NU5 testnet #2797

Closed
5 tasks done
Tracked by #1841
teor2345 opened this issue Sep 23, 2021 · 7 comments
Closed
5 tasks done
Tracked by #1841

Re-deploy the foundation's DNS seeders for NU5 testnet #2797

teor2345 opened this issue Sep 23, 2021 · 7 comments
Assignees

Comments

@teor2345
Copy link
Contributor

teor2345 commented Sep 23, 2021

See #1841 for details.

Tasks

After we merge #2796 and #2808, we need to:

@teor2345 teor2345 mentioned this issue Sep 23, 2021
13 tasks
@teor2345 teor2345 changed the title Re-deploy the foundation's DNS seeders Re-deploy the foundation's DNS seeders for NU5 testnet Sep 23, 2021
@dconnolly dconnolly added this to the 2021 Sprint 19 milestone Sep 23, 2021
@dconnolly
Copy link
Contributor

@teor2345
Copy link
Contributor Author

Here are the default mainnet and testnet DNS seeders:

fn default() -> Config {
let mainnet_peers = [
"dnsseed.z.cash:8233",
"dnsseed.str4d.xyz:8233",
"mainnet.seeder.zfnd.org:8233",
"mainnet.is.yolo.money:8233",
]
.iter()
.map(|&s| String::from(s))
.collect();
let testnet_peers = [
"dnsseed.testnet.z.cash:18233",
"testnet.seeder.zfnd.org:18233",
"testnet.is.yolo.money:18233",
]

@teor2345
Copy link
Contributor Author

teor2345 commented Sep 27, 2021

Currently the testnet seeders are returning:

  • new ZFND - 3 nodes
  • ZFND - 5 nodes
  • YOLO - 9 nodes
  • ECC - 3 nodes

There are some common node addresses across the seeders.

dig dnsseed.testnet.z.cash
dig @34.72.199.73 testnet.seeder.zfnd.org
dig testnet.is.yolo.money
dig testnet.seeder.zfnd.org

@teor2345
Copy link
Contributor Author

teor2345 commented Sep 27, 2021

Currently the mainnet seeders are returning:

  • ZFND - 21 nodes
  • new ZFND - 16 nodes
  • YOLO - 25 nodes
  • ECC - 25 nodes
  • STR4D - 25 nodes

Given the number of nodes on mainnet, we don't expect common node addresses across the seeders.

dig mainnet.seeder.zfnd.org
dig @34.72.199.73 mainnet.seeder.zfnd.org
dig mainnet.is.yolo.money
dig dnsseed.z.cash
dig dnsseed.str4d.xyz

@mpguerra
Copy link
Contributor

@teor2345
Copy link
Contributor Author

The ZFND mainnet seeder is now returning up-to-date peers, except for a few outdated peers, due to a known bug:

Screen Shot 2021-09-30 at 11 45 10

@teor2345
Copy link
Contributor Author

The ZFND testnet seeder is now returning up-to-date peers:
Screen Shot 2021-09-30 at 11 45 20

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