mirror of
https://github.com/monero-project/monero.git
synced 2025-06-07 16:02:42 -04:00
p2p/net_node.inl : update seed node
This commit is contained in:
parent
84df77404e
commit
d796b1aff5
1 changed files with 3 additions and 3 deletions
|
@ -733,7 +733,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)
|
||||
{
|
||||
|
@ -741,7 +741,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)
|
||||
{
|
||||
|
@ -754,7 +754,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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue