aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormonero-project <sempre.amaro@gmail.com>2014-06-10 11:43:57 -0400
committermonero-project <sempre.amaro@gmail.com>2014-06-10 11:43:57 -0400
commit2d755b3d0eef16a0cedc4801bd7fdde894dd649d (patch)
tree42c0a7a0075a9c6564225524f01ecb6488fd9a6b
parentMerge pull request #24 from Neozaru/master (diff)
parentadded new seed nodes (diff)
downloadmonero-2d755b3d0eef16a0cedc4801bd7fdde894dd649d.tar.xz
Merge pull request #29 from fluffypony/master
New seed nodes & temporary get_line fix
-rw-r--r--contrib/epee/include/console_handler.h4
-rw-r--r--src/p2p/net_node.inl9
2 files changed, 10 insertions, 3 deletions
diff --git a/contrib/epee/include/console_handler.h b/contrib/epee/include/console_handler.h
index fcab35aaa..356ee7f9a 100644
--- a/contrib/epee/include/console_handler.h
+++ b/contrib/epee/include/console_handler.h
@@ -257,9 +257,7 @@ namespace epee
std::string command;
if(!m_stdin_reader.get_line(command))
{
- LOG_PRINT("Failed to read line. Stopping...", LOG_LEVEL_0);
- continue_handle = false;
- break;
+ LOG_PRINT("Failed to read line. Ignoring and continuing to run, exiting daemon may require a SIGTERM kill.", LOG_LEVEL_0);
}
string_tools::trim(command);
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");