Remove unreachable seed nodes

This commit is contained in:
Vikram Rajkumar 2016-11-17 15:37:32 -06:00
parent 4e4a359fb9
commit 75f238d15f

View file

@ -162,23 +162,19 @@ namespace detail {
else else
{ {
vector<string> seeds = { vector<string> seeds = {
"faucet.bitshares.org:1776",
"bitshares.openledger.info:1776",
"bts-seed1.abit-more.com:62015", // abit
"seed.blocktrades.us:1776",
"seed.bitsharesnodes.com:1776", // wackou
"seed04.bitsharesnodes.com:1776", // thom
"seed05.bitsharesnodes.com:1776", // thom
"seed06.bitsharesnodes.com:1776", // thom
"seed07.bitsharesnodes.com:1776", // thom
"seed.cubeconnex.com:1777", // cube
"54.85.252.77:39705", // lafona
"104.236.144.84:1777", // puppies "104.236.144.84:1777", // puppies
"40.127.190.171:1777", // betax
"185.25.22.21:1776", // liondani (greece)
"212.47.249.84:50696", // iHashFury
"128.199.143.47:2015", // Harvey "128.199.143.47:2015", // Harvey
"seed.roelandp.nl:1776" // @roelandp (canada) "185.25.22.21:1776", // liondani (Greece)
"bitshares.openledger.info:1776", // OpenLedger
"bts-seed1.abit-more.com:62015", // abit
"seed.bitsharesnodes.com:1776", // wackou
"seed.blocktrades.us:1776", // BlockTrades
"seed.roelandp.nl:1776" // roelandp (Canada)
"seed02.bitsharesnodes.com:1776",
"seed04.bitsharesnodes.com:1776", // Thom
"seed05.bitsharesnodes.com:1776", // Thom
"seed06.bitsharesnodes.com:1776", // Thom
"seed07.bitsharesnodes.com:1776", // Thom
}; };
for( const string& endpoint_string : seeds ) for( const string& endpoint_string : seeds )
{ {