seed
//! Mining plugin manager, using the cuckoo-miner crate to provide
//! a mining worker implementation
connect_and_monitor
monitor_peers
update_dandelion_relay
connect_to_seeds_and_preferred_peers
// Check if we have any pre-existing peer in db. If so, start with those,
// otherwise use the seeds provided.
listen_for_addrs
/// Regularly poll a channel receiver for new addresses and initiate a
/// connection if the max peer count isn't exceeded. A request for more
/// peers is also automatically sent after connection.
dns_seeds
web_seeds
/// Extract the list of seeds from a pre-defined text file available through
/// http. Easy method until we have a set of DNS names we can rely on.
predefined_seeds
/// Convenience function when the seed list is immediately known. Mostly used
/// for tests.
preferred_peers
/// Convenience function when the seed list is immediately known. Mostly used
/// for tests.