From 783f5dd5341ab4948fdd30656f074cb478546871 Mon Sep 17 00:00:00 2001 From: J62 Date: Tue, 17 Sep 2019 13:41:41 -0700 Subject: [PATCH] added explorer as seed source --- main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.cpp b/main.cpp index 9e41321..da290c4 100644 --- a/main.cpp +++ b/main.cpp @@ -390,7 +390,7 @@ extern "C" void* ThreadStats(void*) { return nullptr; } -static const string mainnet_seeds[] = {"dnsseed.btcprivate.org",""}; +static const string mainnet_seeds[] = {"dnsseed.btcprivate.org","explorer.btcprivate.org",""}; static const string testnet_seeds[] = {""}; static const string *seeds = mainnet_seeds;