You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge bitcoin/bitcoin#30008: seeds: Pull additional nodes from my seeder and update fixed seeds
41ad84a seeds: Use fjahr's more up to date asmap (Ava Chow)
d8fd1e0 seeds: Fixed seeds update (Ava Chow)
f1f24d7 seeds: Add testnet4 fixed seeds file (Ava Chow)
8ace71c seeds: Remove manual onion and i2p seeds (Ava Chow)
ed5b86c seeds: Add testnet instructions (Ava Chow)
0676515 seeds: Also pull from achow101 seeder (Ava Chow)
5bab317 makeseeds: Configurable minimum blocks for testnet4's smaller chain (Ava Chow)
d2465df makeseeds: Shuffle ips after parsing (Ava Chow)
af550b3 makeseeds: Support CJDNS (Ava Chow)
d5a8c4c makeseeds: 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-ACK 41ad84a
virtu:
ACK [41ad84a](bitcoin/bitcoin@41ad84a)
Tree-SHA512: 6ba0141f053d9d6ae7d8c9574f061be38f3e65b28de1d6660c1885ab942623b5a0ec70754b4fcfc5d98fe970f5f179a940d5880b5061ed698f7932500e01d3ee
0 commit comments