Permalink
Please sign in to comment.
Browse files
Hardcoded seeds update June 2015
- Moved all seed related scripts to contrib/seeds for consistency - Updated `makeseeds.py` to handle IPv6 and onions, fix regular expression for recent Bitcoin Core versions - Fixed a bug in `generate-seeds.py` with regard to IPv6 parsing Allow for non-8333 nodes to appear in the internal seeds. This will allow bitcoind to bypas a filter on 8333. This also makes it possible to use the same tool for e.g. testnet. As hosts with multiple nodes per IP are likely abusive, add a filter to remove these (the ASN check will take care of them for IPv4, but not IPv6 or onion). Github-Pull: #6333 Rebased-From: ccd4369 884454a b932953
- Loading branch information...
Showing
with
1,773 additions
and 1,025 deletions.
- +1 −1 contrib/seeds/README.md
- +4 −1 {share → contrib}/seeds/generate-seeds.py
- +67 −16 contrib/seeds/makeseeds.py
- +879 −0 contrib/seeds/nodes_main.txt
- +11 −0 contrib/seeds/nodes_test.txt
- +0 −540 share/seeds/nodes_main.txt
- +0 −5 share/seeds/nodes_test.txt
- +811 −462 src/chainparamsseeds.h
Oops, something went wrong.
0 comments on commit
41bbc85