3
0
mirror of https://github.com/Qortal/altcoinj.git synced 2025-01-31 15:22:16 +00:00

Add a new DNS seed from Chris Decker.

Vouch: Chris is a researcher at ETH Zurich who I have met several times. He has run several useful experiments and analyses on the Bitcoin network.
This commit is contained in:
Mike Hearn 2014-01-06 15:23:35 +01:00
parent d0cd770d62
commit 351299c9ab

View File

@ -61,6 +61,7 @@ public class MainNetParams extends NetworkParameters {
"seed.bitcoin.sipa.be", // Pieter Wuille
"dnsseed.bluematt.me", // Matt Corallo
"dnsseed.bitcoin.dashjr.org", // Luke Dashjr
"seed.bitcoinstats.com", // Chris Decker
};
}