diff options
author | thankful_for_today <my email> | 2014-04-30 14:33:18 +0400 |
---|---|---|
committer | thankful_for_today <my email> | 2014-04-30 14:33:18 +0400 |
commit | 7b582fec5509d010a1f697258a69546a62f65eab (patch) | |
tree | 9d6cfff0dbfc1105079af8c1440e34b1df844b49 /src/p2p | |
parent | mining bug fixed (diff) | |
download | monero-7b582fec5509d010a1f697258a69546a62f65eab.tar.xz |
2nd seed node added
Diffstat (limited to 'src/p2p')
-rw-r--r-- | src/p2p/net_node.inl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/p2p/net_node.inl b/src/p2p/net_node.inl index 1f0af5764..eeb3f6ffe 100644 --- a/src/p2p/net_node.inl +++ b/src/p2p/net_node.inl @@ -193,6 +193,7 @@ namespace nodetool bool node_server<t_payload_net_handler>::init(const boost::program_options::variables_map& vm) { ADD_HARDCODED_SEED_NODE("107.158.233.98:18080"); + ADD_HARDCODED_SEED_NODE("64.22.111.2:18080"); bool res = handle_command_line(vm); CHECK_AND_ASSERT_MES(res, false, "Failed to handle command line"); |