diff options
| author | hinto.janai <hinto.janai@protonmail.com> | 2025-09-26 19:08:54 +0000 |
|---|---|---|
| committer | hinto.janai <hinto.janai@protonmail.com> | 2025-09-26 19:26:55 +0000 |
| commit | 659114a7bf6049db580945799fb1a741732c1ac2 (patch) | |
| tree | 93131cd5a98d8c59d7cc87c5bd4f7abcd89a501d /src | |
| parent | bbc838557e3866743b12999b71d810b89de7c3ae (diff) | |
| download | monzero-core-659114a7bf6049db580945799fb1a741732c1ac2.tar.gz monzero-core-659114a7bf6049db580945799fb1a741732c1ac2.tar.xz monzero-core-659114a7bf6049db580945799fb1a741732c1ac2.zip | |
net_node: add hinto seed nodes
Diffstat (limited to 'src')
| -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 551f337e7..43c2ed7f0 100644 --- a/src/p2p/net_node.inl +++ b/src/p2p/net_node.inl @@ -738,6 +738,7 @@ namespace nodetool full_addrs.insert("192.99.8.110:28080"); full_addrs.insert("37.187.74.171:28080"); full_addrs.insert("88.99.195.15:28080"); + full_addrs.insert("5.104.84.64:28080"); } else if (m_nettype == cryptonote::STAGENET) { @@ -746,6 +747,7 @@ namespace nodetool full_addrs.insert("192.99.8.110:38080"); full_addrs.insert("37.187.74.171:38080"); full_addrs.insert("88.99.195.15:38080"); + full_addrs.insert("5.104.84.64:38080"); } else if (m_nettype == cryptonote::FAKECHAIN) { @@ -758,6 +760,7 @@ namespace nodetool full_addrs.insert("192.99.8.110:18080"); full_addrs.insert("37.187.74.171:18080"); full_addrs.insert("88.99.195.15:18080"); + full_addrs.insert("5.104.84.64:18080"); } return full_addrs; } @@ -894,6 +897,7 @@ namespace nodetool "plowsoffjexmxalw73tkjmf422gq6575fc7vicuu4javzn2ynnte6tyd.onion:18083", "plowsofe6cleftfmk2raiw5h2x66atrik3nja4bfd3zrfa2hdlgworad.onion:18083", "aclc4e2jhhtr44guufbnwk5bzwhaecinax4yip4wr4tjn27sjsfg6zqd.onion:18083", + "lykcas4tus7mkm4bhsgqe4drtd4awi7gja24goscc47xfgzj54yofyqd.onion:18083", }; } return {}; |
