mirror of
https://github.com/monero-project/monero.git
synced 2025-12-09 00:21:28 +09:00
Merge pull request #10114
6c49352 net_node: add hinto seed nodes (hinto.janai)
This commit is contained in:
commit
0cc56f6373
@ -735,6 +735,7 @@ namespace nodetool
|
|||||||
full_addrs.insert("192.99.8.110:28080");
|
full_addrs.insert("192.99.8.110:28080");
|
||||||
full_addrs.insert("37.187.74.171:28080");
|
full_addrs.insert("37.187.74.171:28080");
|
||||||
full_addrs.insert("88.99.195.15:28080");
|
full_addrs.insert("88.99.195.15:28080");
|
||||||
|
full_addrs.insert("5.104.84.64:28080");
|
||||||
}
|
}
|
||||||
else if (m_nettype == cryptonote::STAGENET)
|
else if (m_nettype == cryptonote::STAGENET)
|
||||||
{
|
{
|
||||||
@ -743,6 +744,7 @@ namespace nodetool
|
|||||||
full_addrs.insert("192.99.8.110:38080");
|
full_addrs.insert("192.99.8.110:38080");
|
||||||
full_addrs.insert("37.187.74.171:38080");
|
full_addrs.insert("37.187.74.171:38080");
|
||||||
full_addrs.insert("88.99.195.15:38080");
|
full_addrs.insert("88.99.195.15:38080");
|
||||||
|
full_addrs.insert("5.104.84.64:38080");
|
||||||
}
|
}
|
||||||
else if (m_nettype == cryptonote::FAKECHAIN)
|
else if (m_nettype == cryptonote::FAKECHAIN)
|
||||||
{
|
{
|
||||||
@ -755,6 +757,7 @@ namespace nodetool
|
|||||||
full_addrs.insert("192.99.8.110:18080");
|
full_addrs.insert("192.99.8.110:18080");
|
||||||
full_addrs.insert("37.187.74.171:18080");
|
full_addrs.insert("37.187.74.171:18080");
|
||||||
full_addrs.insert("88.99.195.15:18080");
|
full_addrs.insert("88.99.195.15:18080");
|
||||||
|
full_addrs.insert("5.104.84.64:18080");
|
||||||
}
|
}
|
||||||
return full_addrs;
|
return full_addrs;
|
||||||
}
|
}
|
||||||
@ -891,6 +894,7 @@ namespace nodetool
|
|||||||
"plowsoffjexmxalw73tkjmf422gq6575fc7vicuu4javzn2ynnte6tyd.onion:18083",
|
"plowsoffjexmxalw73tkjmf422gq6575fc7vicuu4javzn2ynnte6tyd.onion:18083",
|
||||||
"plowsofe6cleftfmk2raiw5h2x66atrik3nja4bfd3zrfa2hdlgworad.onion:18083",
|
"plowsofe6cleftfmk2raiw5h2x66atrik3nja4bfd3zrfa2hdlgworad.onion:18083",
|
||||||
"aclc4e2jhhtr44guufbnwk5bzwhaecinax4yip4wr4tjn27sjsfg6zqd.onion:18083",
|
"aclc4e2jhhtr44guufbnwk5bzwhaecinax4yip4wr4tjn27sjsfg6zqd.onion:18083",
|
||||||
|
"lykcas4tus7mkm4bhsgqe4drtd4awi7gja24goscc47xfgzj54yofyqd.onion:18083",
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
return {};
|
return {};
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user