Skip to content

Commit

Permalink
Merge pull request #12 from abitmore/patch-1
Browse files Browse the repository at this point in the history
Update abit's seed node; Remove alt's seed node
  • Loading branch information
xeroc committed Mar 13, 2016
2 parents c39f978 + 8c4ce14 commit 6b7a881
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions libraries/app/application.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ namespace detail {
vector<string> 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
Expand All @@ -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 )
{
Expand Down

0 comments on commit 6b7a881

Please sign in to comment.