mirror of
https://github.com/monero-project/monero.git
synced 2025-12-11 09:31:28 +09:00
net_node: add hinto seed nodes
This commit is contained in:
parent
17f6fb871c
commit
6c493528e0
@ -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)
|
||||||
{
|
{
|
||||||
@ -756,6 +758,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;
|
||||||
}
|
}
|
||||||
@ -892,6 +895,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