diff options
author | luigi1111 <luigi1111w@gmail.com> | 2021-07-10 17:58:22 -0400 |
---|---|---|
committer | luigi1111 <luigi1111w@gmail.com> | 2021-07-10 17:58:22 -0400 |
commit | 6043c85afe8243f66105de373fcb1b9edfe68bf7 (patch) | |
tree | 553046b1e21baa44ded2d64e152f423d9397a048 | |
parent | Merge pull request #7748 (diff) | |
parent | add singapore.node.xmr.pm to seed nodes (diff) | |
download | monero-6043c85afe8243f66105de373fcb1b9edfe68bf7.tar.xz |
Merge pull request #7753
f0df726 add singapore.node.xmr.pm to seed nodes (lza_menace)
-rw-r--r-- | src/p2p/net_node.inl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/p2p/net_node.inl b/src/p2p/net_node.inl index a0b8438b2..8dd4b4476 100644 --- a/src/p2p/net_node.inl +++ b/src/p2p/net_node.inl @@ -683,12 +683,14 @@ namespace nodetool full_addrs.insert("212.83.172.165:28080"); full_addrs.insert("192.110.160.146: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("192.110.160.146:38080"); full_addrs.insert("88.99.173.38:38080"); + full_addrs.insert("51.79.173.165:38080"); } else if (m_nettype == cryptonote::FAKECHAIN) { @@ -704,6 +706,7 @@ namespace nodetool 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"); } return full_addrs; } @@ -831,6 +834,7 @@ namespace nodetool "xwvz3ekocr3dkyxfkmgm2hvbpzx2ysqmaxgter7znnqrhoicygkfswid.onion:18083", "4pixvbejrvihnkxmduo2agsnmc3rrulrqc7s3cbwwrep6h6hrzsibeqd.onion:18083", "zbjkbsxc5munw3qusl7j2hpcmikhqocdf4pqhnhtpzw5nt5jrmofptid.onion:18083", + "qz43zul2x56jexzoqgkx2trzwcfnr6l3hbtfcfx54g4r3eahy3bssjyd.onion:18083", }; } return {}; |