10const std::vector<std::string>
13 std::vector<std::string> seeds;
20 Shuffle(seeds.begin(), seeds.end(), rng);
bool IsArgSet(const std::string &strArg) const
Return true if the given argument has been manually set.
std::string GetArg(const std::string &strArg, const std::string &strDefault) const
Return string argument or default value.
CChainParams defines various tweakable parameters of a given instance of the Bitcoin system.
std::vector< std::string > vSeeds
const std::vector< std::string > GetRandomizedDNSSeeds(const CChainParams ¶ms)
Return the list of hostnames to look up for DNS seeds.
void Shuffle(I first, I last, R &&rng)
More efficient than using std::shuffle on a FastRandomContext.