Merge pull request #5985
6fdaaba
node.inl, add xmrchain.net IP to hardcoded peers (Gingeropolous)
This commit is contained in:
commit
1e9b577f2a
|
@ -604,11 +604,13 @@ namespace nodetool
|
|||
full_addrs.insert("163.172.182.165:28080");
|
||||
full_addrs.insert("195.154.123.123:28080");
|
||||
full_addrs.insert("212.83.172.165:28080");
|
||||
full_addrs.insert("192.110.160.146:28080");
|
||||
}
|
||||
else if (nettype == cryptonote::STAGENET)
|
||||
{
|
||||
full_addrs.insert("162.210.173.150:38080");
|
||||
full_addrs.insert("162.210.173.151:38080");
|
||||
full_addrs.insert("192.110.160.146:38080");
|
||||
}
|
||||
else if (nettype == cryptonote::FAKECHAIN)
|
||||
{
|
||||
|
@ -623,6 +625,7 @@ namespace nodetool
|
|||
full_addrs.insert("198.74.231.92:18080");
|
||||
full_addrs.insert("195.154.123.123:18080");
|
||||
full_addrs.insert("212.83.172.165:18080");
|
||||
full_addrs.insert("192.110.160.146:18080");
|
||||
}
|
||||
return full_addrs;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue