diff options
| author | tobtoht <tob@featherwallet.org> | 2025-09-28 18:29:35 +0000 |
|---|---|---|
| committer | tobtoht <tob@featherwallet.org> | 2025-09-28 18:29:35 +0000 |
| commit | c9859c6713fc2e65d9199eefc6808ef0b4b7c756 (patch) | |
| tree | 93131cd5a98d8c59d7cc87c5bd4f7abcd89a501d | |
| parent | bbc838557e3866743b12999b71d810b89de7c3ae (diff) | |
| parent | 659114a7bf6049db580945799fb1a741732c1ac2 (diff) | |
| download | monzero-core-c9859c6713fc2e65d9199eefc6808ef0b4b7c756.tar.gz monzero-core-c9859c6713fc2e65d9199eefc6808ef0b4b7c756.tar.xz monzero-core-c9859c6713fc2e65d9199eefc6808ef0b4b7c756.zip | |
Merge pull request #10115
659114a net_node: add hinto seed nodes (hinto.janai)
| -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 {}; |
