add singapore.node.xmr.pm to seed nodes
This commit is contained in:
parent
7499837a6f
commit
f0df72688f
@ -683,12 +683,14 @@ namespace nodetool
|
|||||||
full_addrs.insert("212.83.172.165:28080");
|
full_addrs.insert("212.83.172.165:28080");
|
||||||
full_addrs.insert("192.110.160.146:28080");
|
full_addrs.insert("192.110.160.146:28080");
|
||||||
full_addrs.insert("88.99.173.38:28080");
|
full_addrs.insert("88.99.173.38:28080");
|
||||||
|
full_addrs.insert("51.79.173.165:28080");
|
||||||
}
|
}
|
||||||
else if (m_nettype == cryptonote::STAGENET)
|
else if (m_nettype == cryptonote::STAGENET)
|
||||||
{
|
{
|
||||||
full_addrs.insert("162.210.173.150:38080");
|
full_addrs.insert("162.210.173.150:38080");
|
||||||
full_addrs.insert("192.110.160.146:38080");
|
full_addrs.insert("192.110.160.146:38080");
|
||||||
full_addrs.insert("88.99.173.38:38080");
|
full_addrs.insert("88.99.173.38:38080");
|
||||||
|
full_addrs.insert("51.79.173.165:38080");
|
||||||
}
|
}
|
||||||
else if (m_nettype == cryptonote::FAKECHAIN)
|
else if (m_nettype == cryptonote::FAKECHAIN)
|
||||||
{
|
{
|
||||||
@ -704,6 +706,7 @@ namespace nodetool
|
|||||||
full_addrs.insert("104.238.221.81:18080");
|
full_addrs.insert("104.238.221.81:18080");
|
||||||
full_addrs.insert("66.85.74.134:18080");
|
full_addrs.insert("66.85.74.134:18080");
|
||||||
full_addrs.insert("88.99.173.38:18080");
|
full_addrs.insert("88.99.173.38:18080");
|
||||||
|
full_addrs.insert("51.79.173.165:18080");
|
||||||
}
|
}
|
||||||
return full_addrs;
|
return full_addrs;
|
||||||
}
|
}
|
||||||
@ -831,6 +834,7 @@ namespace nodetool
|
|||||||
"xwvz3ekocr3dkyxfkmgm2hvbpzx2ysqmaxgter7znnqrhoicygkfswid.onion:18083",
|
"xwvz3ekocr3dkyxfkmgm2hvbpzx2ysqmaxgter7znnqrhoicygkfswid.onion:18083",
|
||||||
"4pixvbejrvihnkxmduo2agsnmc3rrulrqc7s3cbwwrep6h6hrzsibeqd.onion:18083",
|
"4pixvbejrvihnkxmduo2agsnmc3rrulrqc7s3cbwwrep6h6hrzsibeqd.onion:18083",
|
||||||
"zbjkbsxc5munw3qusl7j2hpcmikhqocdf4pqhnhtpzw5nt5jrmofptid.onion:18083",
|
"zbjkbsxc5munw3qusl7j2hpcmikhqocdf4pqhnhtpzw5nt5jrmofptid.onion:18083",
|
||||||
|
"qz43zul2x56jexzoqgkx2trzwcfnr6l3hbtfcfx54g4r3eahy3bssjyd.onion:18083",
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
return {};
|
return {};
|
||||||
|
Loading…
Reference in New Issue
Block a user