mirror of
https://git.wownero.com/wownero/wownero.git
synced 2025-02-02 17:08:35 +00:00
Update hardcoded seed nodes
This commit is contained in:
parent
c473f01310
commit
5c4b0b97b4
@ -379,6 +379,9 @@ namespace nodetool
|
|||||||
if (nettype == cryptonote::TESTNET) {
|
if (nettype == cryptonote::TESTNET) {
|
||||||
} else {
|
} 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;
|
return full_addrs;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user