Update hardcoded seed nodes

pull/88/head
jwinterm 6 years ago committed by wowario
parent d78da837ae
commit ed5d4ccd1a
No known key found for this signature in database
GPG Key ID: 24DCBE762DE9C111

@ -371,7 +371,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