aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorselsta <selsta@sent.at>2022-11-29 00:08:51 +0100
committerselsta <selsta@sent.at>2023-01-27 14:17:54 +0100
commitce4ef6da96a1235d00700426bf2beaca33c09544 (patch)
tree4c328a4e4f176d4fe358dd3a849041470b724823 /src
parentMerge pull request #8676 (diff)
downloadmonero-ce4ef6da96a1235d00700426bf2beaca33c09544.tar.xz
p2p: remove offline seed nodes
Diffstat (limited to 'src')
-rw-r--r--src/p2p/net_node.inl8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/p2p/net_node.inl b/src/p2p/net_node.inl
index df67734d5..7215b9e19 100644
--- a/src/p2p/net_node.inl
+++ b/src/p2p/net_node.inl
@@ -685,15 +685,12 @@ namespace nodetool
std::set<std::string> full_addrs;
if (m_nettype == cryptonote::TESTNET)
{
- full_addrs.insert("212.83.175.67:28080");
- full_addrs.insert("212.83.172.165:28080");
full_addrs.insert("176.9.0.187:28080");
full_addrs.insert("88.99.173.38:28080");
full_addrs.insert("51.79.173.165:28080");
}
else if (m_nettype == cryptonote::STAGENET)
{
- full_addrs.insert("162.210.173.150:38080");
full_addrs.insert("176.9.0.187:38080");
full_addrs.insert("88.99.173.38:38080");
full_addrs.insert("51.79.173.165:38080");
@@ -703,13 +700,8 @@ namespace nodetool
}
else
{
- full_addrs.insert("212.83.175.67:18080");
- full_addrs.insert("212.83.172.165:18080");
full_addrs.insert("176.9.0.187:18080");
full_addrs.insert("88.198.163.90:18080");
- full_addrs.insert("95.217.25.101:18080");
- full_addrs.insert("136.244.105.131:18080");
- full_addrs.insert("104.238.221.81:18080");
full_addrs.insert("66.85.74.134:18080");
full_addrs.insert("88.99.173.38:18080");
full_addrs.insert("51.79.173.165:18080");