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

chaincfg: update dnsseeds #2174

Merged
merged 4 commits into from
Apr 23, 2024

Commits on Apr 22, 2024

  1. chaincfg: remove unresponsive dnsseed on testnet

    testnet-seed.bitcoin.schildbach.de is unresponsive and doesn't return
    any ips.  Bitcoin Core has already removed it and we don't also be
    getting rid of it as well.
    kcalvinalvin committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    36340a9 View commit details
    Browse the repository at this point in the history
  2. chaincfg: add dnsseeds from Sjors Provoost

    His seeds work well and we don't have any for signet and it's good to
    replace the lost dns seed on testnet.
    kcalvinalvin committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    0d31910 View commit details
    Browse the repository at this point in the history
  3. chaincfg: remove bad dnsseed (seed.bitcoinstats.com)

    seed.bitcoinstats.com doesn't respect filter requests even though it's
    advertised as it does. Plus it often returns nodes that are unreachable.
    In my testing over the past week, it's been the most unreliable dns seed
    and since we have plenty of mainnet seeds, it's better to do away with
    this.
    
    I documented my findings for this in a Bitcoin Core issue:
    bitcoin/bitcoin#29911
    kcalvinalvin committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    89b5127 View commit details
    Browse the repository at this point in the history
  4. chaincfg: add dnsseed from wiz

    It's the same infrastructure that mempool . space runs on and has been
    reliable.  The same seed is also included in Bitcoin Core as well.
    kcalvinalvin committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    c8add35 View commit details
    Browse the repository at this point in the history