This repository is a downstream fork of ethereum/discv4-dns-list that includes DNS discovery information for Quai networks. The content of this repository and the associated live DNS ENR records are updated by a scheduled Github Action configured here, and with output visible under the Actions tab.

Source for the devp2p tool mentioned below which support Quai network filters can be found at dominant-strategies/go-quai.

Rather than ethdisco.net, the records held under this repository are published to the blockd.info DNS name.


discv4-dns-lists

This repository contains EIP-1459 node lists built by the go-ethereum devp2p tool. These lists are published to quaidisco.xyz.

The nodes in the lists are found by crawling the Ethereum node discovery DHT. The entire output of the crawl is available in the all.json file. We create lists for specific blockchain networks by filtering all.json according to the "eth" ENR entry value provided by each node.

If you want your node in the list, simply run your client and make sure it is reachable through discovery. The crawler will pick it up and sort it into the right list automatically.

CI Secrets

CLOUDFLARE_API_TOKEN QUAI_DNS_CLOUDFLARE_ZONEID QUAI_DNS_DISCV4_KEY: The full content of the signing key file, eg. cat key.json | pbcopy. QUAI_DNS_DISCV4_KEYPASS: The key's password. PAT_REPO_USER