forked from lthn/blockchain
set peers for testnet
This commit is contained in:
parent
e29bd0aeb6
commit
5fcb0d4848
1 changed files with 4 additions and 1 deletions
|
|
@ -283,7 +283,10 @@ namespace nodetool
|
|||
ADD_HARDCODED_SEED_NODE("207.154.228.141", P2P_DEFAULT_PORT);
|
||||
#else
|
||||
//TODO:
|
||||
//ADD_HARDCODED_SEED_NODE(std::string("0.0.0.0:") + std::to_string(P2P_DEFAULT_PORT));
|
||||
ADD_HARDCODED_SEED_NODE("95.217.43.225", P2P_DEFAULT_PORT);
|
||||
ADD_HARDCODED_SEED_NODE("94.130.137.230", P2P_DEFAULT_PORT);
|
||||
ADD_HARDCODED_SEED_NODE("95.217.42.247", P2P_DEFAULT_PORT);
|
||||
ADD_HARDCODED_SEED_NODE("94.130.160.115", P2P_DEFAULT_PORT);
|
||||
#endif
|
||||
|
||||
bool res = handle_command_line(vm);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue