mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
add another seed node
node is funded by random people and managed by me. currently functioning as public node at uwillrunanodesoon.moneroworld.com
This commit is contained in:
parent
9faf3d1a72
commit
c6a1294b5e
1 changed files with 2 additions and 0 deletions
|
@ -631,6 +631,8 @@ namespace nodetool
|
||||||
full_addrs.insert("88.198.163.90:18080");
|
full_addrs.insert("88.198.163.90:18080");
|
||||||
full_addrs.insert("95.217.25.101:18080");
|
full_addrs.insert("95.217.25.101:18080");
|
||||||
full_addrs.insert("209.250.243.248:18080");
|
full_addrs.insert("209.250.243.248:18080");
|
||||||
|
full_addrs.insert("104.238.221.81:18080");
|
||||||
|
full_addrs.insert("66.85.74.134:18080");
|
||||||
}
|
}
|
||||||
return full_addrs;
|
return full_addrs;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue