Litecoin: Update seed list

This commit is contained in:
Adrian Gallagher 2016-10-31 03:53:00 -07:00
parent ce29465eb1
commit 0adc85de6c
4 changed files with 168 additions and 1892 deletions

View File

@ -3,9 +3,9 @@
Utility to generate the seeds.txt list that is compiled into the client Utility to generate the seeds.txt list that is compiled into the client
(see [src/chainparamsseeds.h](/src/chainparamsseeds.h) and other utilities in [contrib/seeds](/contrib/seeds)). (see [src/chainparamsseeds.h](/src/chainparamsseeds.h) and other utilities in [contrib/seeds](/contrib/seeds)).
The seeds compiled into the release are created from sipa's DNS seed data, like this: The seeds compiled into the release are created from pooler's DNS seed data, like this:
curl -s http://bitcoin.sipa.be/seeds.txt > seeds_main.txt curl -s https://www.litecoinpool.org/seeds.txt > seeds_main.txt
python makeseeds.py < seeds_main.txt > nodes_main.txt python makeseeds.py < seeds_main.txt > nodes_main.txt
python generate-seeds.py . > ../../src/chainparamsseeds.h python generate-seeds.py . > ../../src/chainparamsseeds.h

File diff suppressed because it is too large Load Diff

View File

@ -1,11 +1,11 @@
# List of fixed seed nodes for testnet # List of fixed seed nodes for testnet
# Onion nodes 162.243.72.166:19333
thfsmmn2jbitcoin.onion 107.191.58.84:19333
it2pj4f7657g3rhi.onion 188.122.92.132:19333
nkf5e6b7pl4jfd4a.onion 198.245.63.172:19333
4zhkir2ofl7orfom.onion 37.97.208.110:19333
t6xj6wilh4ytvcs7.onion 23.22.129.139:19333
i6y6ivorwakd7nw3.onion 46.105.124.86:19333
ubqj4rsu3nqtxmtp.onion 101.201.42.49:19333
176.9.113.75:19333

File diff suppressed because it is too large Load Diff