-
Notifications
You must be signed in to change notification settings - Fork 106
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
Comments
Deployed new seeder: https://github.com/ZcashFoundation/coredns-zcash/actions/runs/1271133091 |
Here are the default mainnet and testnet DNS seeders: zebra/zebra-network/src/config.rs Lines 161 to 176 in b42ab67
|
Currently the testnet seeders are returning:
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 |
Currently the mainnet seeders are returning:
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 |
Hey team! Please add your planning poker estimate with ZenHub @conradoplg @dconnolly @jvff @oxarbitrage @teor2345 @upbqdn |
The ZFND mainnet seeder is now returning up-to-date peers, except for a few outdated peers, due to a known bug: |
See #1841 for details.
Tasks
After we merge #2796 and #2808, we need to:
The text was updated successfully, but these errors were encountered: