This repository is a downstream fork of ethereum/discv4-dns-list that includes DNS discovery information for ETC 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 ETC network filters
can be found at etclabscore/core-geth, which is also
referenced in this repository as a submodule at ./core-geth
.
Rather than ethdisco.net, the records held under this repository are published to the blockd.info DNS name.
This repository contains EIP-1459 node lists built by the go-ethereum devp2p tool. These lists are published to the ethdisco.net blockd.info DNS name.
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.