dash/contrib/seeds
Alexander Block 5fc4072ca0
Parallel ASN resolve and allow passing of input file names to makeseeds.py (#2432)
* Resolve ASNs in parallel

* Allow passing of filename to makeseeds.py
2018-11-10 17:00:24 +01:00
..
generate-seeds.py Merge #9736: Pre-0.14.0 hardcoded seeds update 2018-01-23 09:24:28 +01:00
makeseeds.py Parallel ASN resolve and allow passing of input file names to makeseeds.py (#2432) 2018-11-10 17:00:24 +01:00
nodes_main.txt Update hardcoded seeds (#2429) 2018-11-10 06:29:14 +01:00
nodes_test.txt Update hardcoded seeds (#2429) 2018-11-10 06:29:14 +01:00
README.md Use masternode list to generate hardcoded seeds (#1892) 2018-02-05 18:39:26 +03:00

Seeds

Utility to generate the seeds.txt list that is compiled into the client (see src/chainparamsseeds.h and other utilities in contrib/seeds).

Be sure to update MIN_PROTOCOL_VERSION in makeseeds.py to include the current version.

The seeds compiled into the release are created from the current masternode list, like this:

dash-cli masternodelist full > mnlist.json
python3 makeseeds.py < mnlist.json > nodes_main.txt
python3 generate-seeds.py . > ../../src/chainparamsseeds.h

Dependencies

Ubuntu:

sudo apt-get install python3-dnspython