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