From 437134b47d2e7fc18e2f3ac6f49140a4058213c6 Mon Sep 17 00:00:00 2001 From: qvqc Date: Thu, 3 Sep 2020 12:22:42 -0400 Subject: [PATCH] update public and seed nodes --- README.md | 11 +++++------ src/p2p/net_node.inl | 12 +++++++----- 2 files changed, 12 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index f361c328a..71a6f0fec 100644 --- a/README.md +++ b/README.md @@ -41,12 +41,11 @@ Blockchain Explorers - https://wownero.xmrauctions.com Free Public Nodes -- wow7dhbgiljnkspkzpjyy66auegbrye2ptfv4gucgbhireg5rrjza5ad.onion:34568 -- so.wow.candy.surf:34568 (US) -- such.wow.candy.surf:34568 (CAN) -- very.wow.candy.surf:34568 (IN) -- much.wow.candy.surf:34568 (UK) -- node.suchwow.xyz:34568 (US) +- global.wownodes.com:34568 (Global) +- node.suchwow.xyz:34568 (US) +- wow.pwned.systems:34568 (NL) +- wowbux.org:34568 (CA) +- wowbuxx535x4exuexja2xfezpwcyznxkofui4ndjiectj4yuh2xheiid.onion:34568 Tor Peers - wowp2p5gelm6vhl2d5tvfqills63jilgy6hkvlrqljooov5ktaxgqdad.onion diff --git a/src/p2p/net_node.inl b/src/p2p/net_node.inl index 455e6bd3f..ed9ee7c30 100644 --- a/src/p2p/net_node.inl +++ b/src/p2p/net_node.inl @@ -619,11 +619,13 @@ namespace nodetool } else { - full_addrs.insert("138.197.199.19:34567"); - full_addrs.insert("165.22.116.169:34567"); - full_addrs.insert("139.59.4.6:34567"); - full_addrs.insert("158.69.60.225:34567"); - full_addrs.insert("159.65.91.59:34567"); + full_addrs.insert("158.69.60.225:34567"); // OVH France + full_addrs.insert("159.65.91.59:34567"); // DigiO london + full_addrs.insert("164.90.230.176:34567"); // de1.wownodes.com + full_addrs.insert("64.227.81.144:34567"); // us1.wownodes.com + full_addrs.insert("188.166.237.187:34567"); // sg1.wownodes.com + full_addrs.insert("54.185.62.197:34567"); // node.suchwow.xyz + full_addrs.insert("167.114.196.241:34567"); // wowbux.org } return full_addrs; }