Skip to content

Commit

Permalink
Update default seed-list
Browse files Browse the repository at this point in the history
  • Loading branch information
LocalCoinIS authored Feb 12, 2019
1 parent 6b44455 commit 39a6ae2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libraries/app/application.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,8 @@ void application_impl::reset_p2p_node(const fc::path& data_dir)
// https://bitsharestalk.org/index.php/topic,23715.0.html
vector<string> seeds = {
"moscow.localcoin.is:11010" // Moscow (Russia)
"ru.localcoin.is:11010" // Russia
"helsinki.localcoin.is:11010" // Helsinki (Finland)
};
for( const string& endpoint_string : seeds )
{
Expand Down

0 comments on commit 39a6ae2

Please sign in to comment.