Kevacoin source tree
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Warren Togami 9b5ca659e4 Litecoin: Default TCP ports, mainnet 9333 testnet 19333 RPC ports, mainnet 9332 testnet 19332 11 years ago
..
README Utility to create pnSeed array 12 years ago
makeseeds.py Litecoin: Default TCP ports, mainnet 9333 testnet 19333 RPC ports, mainnet 9332 testnet 19332 11 years ago

README

Utility to generate the pnSeed[] array that is compiled into the client
(see src/net.cpp).

The 600 seeds compiled into the 0.8 release were created from sipa's DNS seed data, like this:

curl -s http://bitcoin.sipa.be/seeds.txt | head -1000 | makeseeds.py

The input to makeseeds.py is assumed to be approximately sorted from most-reliable to least-reliable,
with IP:port first on each line (lines that don't match IPv4:port are ignored).