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:
Gingeropolous 2020-04-22 10:25:44 +02:00 committed by selsta
parent 9faf3d1a72
commit c6a1294b5e
No known key found for this signature in database
GPG Key ID: 2EA0A99A8B07AE5E
1 changed files with 2 additions and 0 deletions

View File

@ -631,6 +631,8 @@ namespace nodetool
full_addrs.insert("88.198.163.90:18080");
full_addrs.insert("95.217.25.101: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;
}