forked from such-gitea/wownero
Merge pull request #9793
97746a41b p2p/net_node.inl : update seed node (plowsof)
This commit is contained in:
@@ -739,7 +739,7 @@ namespace nodetool
|
||||
full_addrs.insert("51.79.173.165:28080");
|
||||
full_addrs.insert("192.99.8.110:28080");
|
||||
full_addrs.insert("37.187.74.171:28080");
|
||||
full_addrs.insert("77.172.183.193:28080");
|
||||
full_addrs.insert("88.99.195.15:28080");
|
||||
}
|
||||
else if (m_nettype == cryptonote::STAGENET)
|
||||
{
|
||||
@@ -747,7 +747,7 @@ namespace nodetool
|
||||
full_addrs.insert("51.79.173.165:38080");
|
||||
full_addrs.insert("192.99.8.110:38080");
|
||||
full_addrs.insert("37.187.74.171:38080");
|
||||
full_addrs.insert("77.172.183.193:38080");
|
||||
full_addrs.insert("88.99.195.15:38080");
|
||||
}
|
||||
else if (m_nettype == cryptonote::FAKECHAIN)
|
||||
{
|
||||
@@ -760,7 +760,7 @@ namespace nodetool
|
||||
full_addrs.insert("51.79.173.165:18080");
|
||||
full_addrs.insert("192.99.8.110:18080");
|
||||
full_addrs.insert("37.187.74.171:18080");
|
||||
full_addrs.insert("77.172.183.193:18080");
|
||||
full_addrs.insert("88.99.195.15:18080");
|
||||
}
|
||||
return full_addrs;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user