forked from bitcoin/bitcoin
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge 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@41ad84a) Tree-SHA512: 6ba0141f053d9d6ae7d8c9574f061be38f3e65b28de1d6660c1885ab942623b5a0ec70754b4fcfc5d98fe970f5f179a940d5880b5061ed698f7932500e01d3ee
- Loading branch information
Showing
8 changed files
with
2,072 additions
and
4,177 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
seeds_main.txt | ||
seeds_test.txt | ||
asmap-filled.dat |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.