From 16b34f66be971171eb79e2eb9fc9918e010db75f Mon Sep 17 00:00:00 2001 From: abitmore Date: Tue, 12 Jan 2016 22:48:21 +0100 Subject: [PATCH] Add harvey's seed node --- libraries/app/application.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/libraries/app/application.cpp b/libraries/app/application.cpp index f120ea54..73cef53c 100644 --- a/libraries/app/application.cpp +++ b/libraries/app/application.cpp @@ -151,7 +151,7 @@ namespace detail { vector seeds = { "faucet.bitshares.org:1776", "bitshares.openledger.info:1776", - "114.92.254.159:62015", + "114.92.254.159:62015", // abit "seed.blocktrades.us:1776", "seed04.bitsharesnodes.com:1776", // thom "seed05.bitsharesnodes.com:1776", // thom @@ -163,7 +163,8 @@ namespace detail { "40.127.190.171:1777", // betax "185.25.22.21:1776", // liondani (greece) "23.95.43.126:50696", // iHashFury - "109.73.172.144:50696" // iHashFury + "109.73.172.144:50696", // iHashFury + "128.199.143.47:2015", // Harvey }; for( const string& endpoint_string : seeds ) {