mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-06-08 21:59:10 +02:00
Merge bitcoin/bitcoin#30008: seeds: Pull additional nodes from my seeder and update fixed seeds
41ad84a00cseeds: Use fjahr's more up to date asmap (Ava Chow)d8fd1e0fafseeds: Fixed seeds update (Ava Chow)f1f24d7214seeds: Add testnet4 fixed seeds file (Ava Chow)8ace71c737seeds: Remove manual onion and i2p seeds (Ava Chow)ed5b86cbe4seeds: Add testnet instructions (Ava Chow)0676515397seeds: Also pull from achow101 seeder (Ava Chow)5bab3175a6makeseeds: Configurable minimum blocks for testnet4's smaller chain (Ava Chow)d2465dfac6makeseeds: Shuffle ips after parsing (Ava Chow)af550b3a0fmakeseeds: Support CJDNS (Ava Chow)d5a8c4c4bdmakeseeds: Update user agent regex (Ava Chow) Pull request description: The [DNS seeder](https://github.com/achow101/dnsseedrs) that I wrote collects statistics on node reliability in the same way that sipa's seeder does, and also outputs this information in the same file format. Thus it can also be used in our fixed seeds update scripts. My seeder additionally crawls onion v3, i2p, and cjdns, so will now be able to set those fixed seeds automatically rather than curating manual lists. In doing this update, I've found that `makeseeds.py` is missing newer versions from the regex as well as cjdns support; both of these have been updated. I also noticed that the testnet fixed seeds are all manually curated and sipa's seeder does not appear to publish any testnet data. Since I am also running the seeder for testnet, I've added the commands to generate testnet fixed seeds from my seeder's data too. Lastly, I've updated all of the fixed seeds. However, since my seeder has not found any cjdns nodes that met the reliability criteria (possibly due to connectivity issues present in those networks), I've left the previous manual seeds for that network. ACKs for top commit: fjahr: re-ACK41ad84a00cvirtu: ACK [41ad84a](41ad84a00c) Tree-SHA512: 6ba0141f053d9d6ae7d8c9574f061be38f3e65b28de1d6660c1885ab942623b5a0ec70754b4fcfc5d98fe970f5f179a940d5880b5061ed698f7932500e01d3ee
This commit is contained in: