From 8f748615d4579001a6fc508d2646b6ccaf6907e6 Mon Sep 17 00:00:00 2001 From: David Hill Date: Tue, 26 Aug 2014 20:41:36 -0400 Subject: [PATCH] Add testnet3 dnsseed testnet-seed.bitcoin.schildbach.de --- params.go | 1 + 1 file changed, 1 insertion(+) diff --git a/params.go b/params.go index 0a062646..e587b1eb 100644 --- a/params.go +++ b/params.go @@ -59,6 +59,7 @@ var testNet3Params = params{ rpcPort: "18334", dnsSeeds: []string{ "testnet-seed.alexykot.me", + "testnet-seed.bitcoin.schildbach.de", "testnet-seed.bitcoin.petertodd.org", "testnet-seed.bluematt.me", },