diff options
author | Gingeropolous <Gingeropolous@users.noreply.github.com> | 2020-04-22 10:25:44 +0200 |
---|---|---|
committer | selsta <selsta@sent.at> | 2020-04-22 15:43:22 +0200 |
commit | c6a1294b5eabef0437b1c131aa478491fa3da7eb (patch) | |
tree | 4ce7a77b8e5faf8750ab48a383772ed1d32ff76d | |
parent | Add erciccione's seed node (diff) | |
download | monero-c6a1294b5eabef0437b1c131aa478491fa3da7eb.tar.xz |
add another seed node
node is funded by random people and managed by me. currently functioning as public node at uwillrunanodesoon.moneroworld.com
-rw-r--r-- | src/p2p/net_node.inl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/p2p/net_node.inl b/src/p2p/net_node.inl index f4accb713..bbbcbf55e 100644 --- a/src/p2p/net_node.inl +++ b/src/p2p/net_node.inl @@ -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; } |