diff options
author | monero-project <sempre.amaro@gmail.com> | 2014-06-10 11:43:57 -0400 |
---|---|---|
committer | monero-project <sempre.amaro@gmail.com> | 2014-06-10 11:43:57 -0400 |
commit | 2d755b3d0eef16a0cedc4801bd7fdde894dd649d (patch) | |
tree | 42c0a7a0075a9c6564225524f01ecb6488fd9a6b /src | |
parent | Merge pull request #24 from Neozaru/master (diff) | |
parent | added new seed nodes (diff) | |
download | monero-2d755b3d0eef16a0cedc4801bd7fdde894dd649d.tar.xz |
Merge pull request #29 from fluffypony/master
New seed nodes & temporary get_line fix
Diffstat (limited to 'src')
-rw-r--r-- | src/p2p/net_node.inl | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/p2p/net_node.inl b/src/p2p/net_node.inl index e45e51b77..16140cf35 100644 --- a/src/p2p/net_node.inl +++ b/src/p2p/net_node.inl @@ -193,6 +193,15 @@ namespace nodetool template<class t_payload_net_handler> bool node_server<t_payload_net_handler>::init(const boost::program_options::variables_map& vm) { + ADD_HARDCODED_SEED_NODE("62.210.78.186:18080"); + ADD_HARDCODED_SEED_NODE("195.12.60.154:18080"); + ADD_HARDCODED_SEED_NODE("54.241.246.125:18080"); + ADD_HARDCODED_SEED_NODE("107.170.157.169:18080"); + ADD_HARDCODED_SEED_NODE("54.207.112.216:18080"); + ADD_HARDCODED_SEED_NODE("78.27.112.54:18080"); + ADD_HARDCODED_SEED_NODE("209.222.30.57:18080"); + ADD_HARDCODED_SEED_NODE("80.71.13.55:18080"); + ADD_HARDCODED_SEED_NODE("107.178.112.126:18080"); ADD_HARDCODED_SEED_NODE("107.158.233.98:18080"); ADD_HARDCODED_SEED_NODE("64.22.111.2:18080"); |