From 24974ccd3617d9f84c24c394a66db7d55973a0ff Mon Sep 17 00:00:00 2001 From: qvqc Date: Wed, 22 Apr 2020 17:10:14 -0400 Subject: [PATCH 1/2] update p2p peers in readme --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index eab99b22c..03cee5b72 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,10 @@ Blockchain Explorers Free Public Nodes - wow7dhbgiljnkspkzpjyy66auegbrye2ptfv4gucgbhireg5rrjza5ad.onion:34568 -- wow.aluisyo.network: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) Tor Peers - wowp2p5gelm6vhl2d5tvfqills63jilgy6hkvlrqljooov5ktaxgqdad.onion From 7747151e98abcfa6bdc62be8899afd4debd7ba56 Mon Sep 17 00:00:00 2001 From: qvqc Date: Wed, 22 Apr 2020 17:10:35 -0400 Subject: [PATCH 2/2] update current seed nodes --- src/p2p/net_node.inl | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/p2p/net_node.inl b/src/p2p/net_node.inl index eaa045c95..65ccb411d 100644 --- a/src/p2p/net_node.inl +++ b/src/p2p/net_node.inl @@ -617,10 +617,11 @@ namespace nodetool } else { - full_addrs.insert("66.70.218.230:34567"); - full_addrs.insert("34.209.48.213:34567"); + 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("138.197.31.246:34567"); } return full_addrs; }