chaincfg: Remove bitseed.xf2.org DNS seed.

This DNS seed does not appear to resolve IPv6 and the returned addresses
rarely seem correspond to functioning nodes.
This commit is contained in:
Dave Collins 2017-05-18 05:24:02 -05:00
parent 53f55a4634
commit 7d3ca6df7b
No known key found for this signature in database
GPG key ID: B8904D9D9C93D1F2

View file

@ -220,7 +220,6 @@ var MainNetParams = Params{
{"dnsseed.bitcoin.dashjr.org", false},
{"seed.bitcoinstats.com", true},
{"seed.bitnodes.io", false},
{"bitseed.xf2.org", false},
{"seed.bitcoin.jonasschnelli.ch", true},
},