From 3aae7310c8f7911c8b0edd85024437edb49ec334 Mon Sep 17 00:00:00 2001 From: Ilya Kitaev Date: Tue, 16 Jan 2018 18:57:57 +0300 Subject: [PATCH] public mainnet seed nodes --- src/p2p/net_node.inl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/p2p/net_node.inl b/src/p2p/net_node.inl index 617091caf..54d3ba051 100644 --- a/src/p2p/net_node.inl +++ b/src/p2p/net_node.inl @@ -416,9 +416,9 @@ namespace nodetool } else { - full_addrs.insert("54.207.116.130:18980"); - full_addrs.insert("54.207.21.115:18980"); - full_addrs.insert("54.233.159.189:18980"); + full_addrs.insert("13.58.215.50:18980"); + full_addrs.insert("13.59.105.220:18980"); + full_addrs.insert("18.216.94.64:18980"); } return full_addrs; }