Package org.bitcoinj.net.discovery
package org.bitcoinj.net.discovery
Classes that know how to discover peers in the P2P network using DNS or HTTP.
-
ClassDescriptionSupports peer discovery through DNS.Implements discovery from a single DNS host.MultiplexingDiscovery queries multiple PeerDiscovery objects, optionally shuffles their responses and then returns the results, thus selecting randomly between them and reducing the influence of any particular seed.A PeerDiscovery object is responsible for finding addresses of other nodes in the Bitcoin P2P network.SeedPeers stores a pre-determined list of Bitcoin node addresses.