From 8c4ce14457002cb9c741a9705909cc45546cbed0 Mon Sep 17 00:00:00 2001 From: abitmore Date: Sat, 12 Mar 2016 10:32:39 +0100 Subject: [PATCH] Update abit's seed node; Remove alt's seed node --- libraries/app/application.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/libraries/app/application.cpp b/libraries/app/application.cpp index fe66b3d997..fce4453c65 100644 --- a/libraries/app/application.cpp +++ b/libraries/app/application.cpp @@ -154,7 +154,7 @@ namespace detail { vector seeds = { "faucet.bitshares.org:1776", "bitshares.openledger.info:1776", - "114.92.254.159:62015", // abit + "114.92.236.175:62015", // abit "seed.blocktrades.us:1776", "seed04.bitsharesnodes.com:1776", // thom "seed05.bitsharesnodes.com:1776", // thom @@ -167,8 +167,7 @@ namespace detail { "185.25.22.21:1776", // liondani (greece) "23.95.43.126:50696", // iHashFury "109.73.172.144:50696", // iHashFury - "128.199.143.47:2015", // Harvey - "106.185.26.162:34045" // alt + "128.199.143.47:2015" // Harvey }; for( const string& endpoint_string : seeds ) {