3
0
mirror of https://github.com/Qortal/altcoinj.git synced 2025-02-13 02:35:52 +00:00

Take out Alex Kotenko's testnet seed as it appears to be down.

This commit is contained in:
Mike Hearn 2015-03-03 11:02:21 -08:00
parent f12122f585
commit 59e06c0a9b

View File

@ -50,7 +50,6 @@ public class TestNet3Params extends NetworkParameters {
alertSigningKey = Utils.HEX.decode("04302390343f91cc401d56d68b123028bf52e5fca1939df127f63c6467cdf9c8e2c14b61104cf817d0b780da337893ecc4aaff1309e536162dabbdb45200ca2b0a");
dnsSeeds = new String[] {
"testnet-seed.alexykot.me", // Alex Kotenko
"testnet-seed.bitcoin.schildbach.de", // Andreas Schildbach
"testnet-seed.bitcoin.petertodd.org" // Peter Todd
};