mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-11-17 04:47:28 +00:00
Re-order DNS seeds to match upstream. Pieters node comes first as it's the best maintained, Jeffs last as it's just a static list.
This commit is contained in:
@@ -41,10 +41,10 @@ public class DnsDiscovery implements PeerDiscovery {
|
||||
private NetworkParameters netParams;
|
||||
|
||||
public static final String[] defaultHosts = new String[]{
|
||||
"dnsseed.bluematt.me", // Matt Corallo
|
||||
"bitseed.xf2.org", // Jeff Garzik
|
||||
"seed.bitcoin.sipa.be", // Pieter Wuille
|
||||
"dnsseed.bluematt.me", // Matt Corallo
|
||||
"dnsseed.bitcoin.dashjr.org", // Luke Dashjr
|
||||
"bitseed.xf2.org", // Jeff Garzik
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user