Skip to content
This repository has been archived by the owner on Feb 21, 2019. It is now read-only.

Commit

Permalink
update seednode
Browse files Browse the repository at this point in the history
  • Loading branch information
bitsha256 committed Jul 19, 2014
1 parent c419440 commit 8f663dc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion libraries/client/include/bts/client/client.hpp
Expand Up @@ -53,7 +53,7 @@ namespace bts { namespace client {
struct config
{
config( ) :
default_peers(vector<string>{"178.62.50.61:", "178.62.50.61:", "178.62.50.61:"}),
default_peers(vector<string>{"178.62.50.61:", "178.62.50.61:", "178.62.50.61:", "80.240.133.79:", "80.240.133.79:"}),
ignore_console(false),
use_upnp(true),
maximum_number_of_connections(BTS_NET_DEFAULT_MAX_CONNECTIONS) ,
Expand All @@ -63,6 +63,8 @@ namespace bts { namespace client {
default_peers[0]+=fc::to_string( BTS_NETWORK_DEFAULT_P2P_PORT );
default_peers[1]+=fc::to_string( BTS_NETWORK_DEFAULT_P2P_PORT+1 );
default_peers[2]+=fc::to_string( BTS_NETWORK_DEFAULT_P2P_PORT+2 );
default_peers[3]+=fc::to_string( BTS_NETWORK_DEFAULT_P2P_PORT );
default_peers[4]+=fc::to_string( BTS_NETWORK_DEFAULT_P2P_PORT+1 );
logging = fc::logging_config::default_config();
}

Expand Down

0 comments on commit 8f663dc

Please sign in to comment.