Update hardcoded seed nodes

release-v0.2.2.0
jwinterm 6 years ago
parent c473f01310
commit 5c4b0b97b4

@ -378,7 +378,10 @@ namespace nodetool
std::set<std::string> full_addrs;
if (nettype == cryptonote::TESTNET) {
} else {
full_addrs.insert("66.70.218.230:34567");
full_addrs.insert("66.70.218.230:34567");
full_addrs.insert("34.209.48.213:34567");
full_addrs.insert("159.65.91.59:34567");
full_addrs.insert("138.197.31.246:34567");
}
return full_addrs;

Loading…
Cancel
Save