From 5c4b0b97b49e2233f167e335dd240b2be03a5c56 Mon Sep 17 00:00:00 2001 From: jwinterm Date: Fri, 30 Mar 2018 17:33:32 -0700 Subject: [PATCH] Update hardcoded seed nodes --- src/p2p/net_node.inl | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/p2p/net_node.inl b/src/p2p/net_node.inl index 8aa19d81c..870257d11 100755 --- a/src/p2p/net_node.inl +++ b/src/p2p/net_node.inl @@ -378,7 +378,10 @@ namespace nodetool std::set full_addrs; if (nettype == cryptonote::TESTNET) { } else { -full_addrs.insert("66.70.218.230:34567"); + full_addrs.insert("66.70.218.230:34567"); + full_addrs.insert("34.209.48.213:34567"); + full_addrs.insert("159.65.91.59:34567"); + full_addrs.insert("138.197.31.246:34567"); } return full_addrs;