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)).
@ -6,6 +6,11 @@ Utility to generate the seeds.txt list that is compiled into the client
@@ -6,6 +6,11 @@ Utility to generate the seeds.txt list that is compiled into the client
The seeds compiled into the release are created from sipa's DNS seed data, like this:
# Copyright (c) 2014-2017 Wladimir J. van der Laan
# Distributed under the MIT software license, see the accompanying
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
'''
@ -31,7 +31,7 @@ The output will be two data structures with the peers in binary format:
@@ -31,7 +31,7 @@ The output will be two data structures with the peers in binary format: