Skip to content

Commit

Permalink
Merge pull request #20 from spackle-xmr/new-stressnet-seed-nodes
Browse files Browse the repository at this point in the history
Seed nodes for new stressnet
  • Loading branch information
0xFFFC0000 authored Aug 7, 2024
2 parents ac0994f + 04cbff4 commit 538e6d6
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/p2p/net_node.inl
Original file line number Diff line number Diff line change
Expand Up @@ -707,11 +707,8 @@ namespace nodetool
//full_addrs.insert("37.187.74.171:28080");
//full_addrs.insert("77.172.183.193:28080");
full_addrs.insert("95.217.143.178:28080");
full_addrs.insert("45.135.180.21:28080");
full_addrs.insert("45.135.180.74:28080");
full_addrs.insert("185.130.45.183:28080");
full_addrs.insert("95.217.143.100:28080");
full_addrs.insert("23.145.40.115:28080");
full_addrs.insert("97.150.29.201:28080");
full_addrs.insert("66.78.40.132:28080");
}
else if (m_nettype == cryptonote::STAGENET)
{
Expand Down

0 comments on commit 538e6d6

Please sign in to comment.