From 8990b433aa4e3d8d467b9cac93e8e3f8166d8823 Mon Sep 17 00:00:00 2001 From: wowario Date: Thu, 20 Sep 2018 08:02:13 +0300 Subject: [PATCH] update testnet ips --- src/p2p/net_node.inl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/p2p/net_node.inl b/src/p2p/net_node.inl index 17dcd8ef1..b6f4aab88 100755 --- a/src/p2p/net_node.inl +++ b/src/p2p/net_node.inl @@ -370,8 +370,8 @@ namespace nodetool { std::set full_addrs; if (nettype == cryptonote::TESTNET) { - full_addrs.insert("167.160.87.144:11180"); - full_addrs.insert("5.255.86.129:11180"); + full_addrs.insert("206.189.166.14:11180"); + full_addrs.insert("104.236.48.55:11180"); } else { full_addrs.insert("66.70.218.230:34567"); full_addrs.insert("34.209.48.213:34567");