From 897b506658d95166c7f961dd7975774ce0335567 Mon Sep 17 00:00:00 2001 From: Miguel Freitas Date: Tue, 14 Jan 2014 19:37:00 -0200 Subject: [PATCH] add default seeders --- main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.cpp b/main.cpp index e7f9a74..16d63a7 100644 --- a/main.cpp +++ b/main.cpp @@ -343,7 +343,7 @@ extern "C" void* ThreadStats(void*) { } while(1); } -static const string mainnet_seeds[] = {""}; +static const string mainnet_seeds[] = {"seed.twister.net.co","seed2.twister.net.co","seed3.twister.net.co"}; static const string testnet_seeds[] = {""}; static const string *seeds = mainnet_seeds;