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 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; }