Merge pull request 'update public and seed nodes' (#319) from qvqc/wownero:master into master
continuous-integration/drone/push Build is passing Details

Reviewed-on: #319
release-0.8.0.2
jwinterm 4 years ago
commit 2d1ce0993d

@ -41,12 +41,11 @@ Blockchain Explorers
- https://wownero.xmrauctions.com - https://wownero.xmrauctions.com
Free Public Nodes Free Public Nodes
- wow7dhbgiljnkspkzpjyy66auegbrye2ptfv4gucgbhireg5rrjza5ad.onion:34568 - global.wownodes.com:34568 (Global)
- so.wow.candy.surf:34568 (US) - node.suchwow.xyz:34568 (US)
- such.wow.candy.surf:34568 (CAN) - wow.pwned.systems:34568 (NL)
- very.wow.candy.surf:34568 (IN) - wowbux.org:34568 (CA)
- much.wow.candy.surf:34568 (UK) - wowbuxx535x4exuexja2xfezpwcyznxkofui4ndjiectj4yuh2xheiid.onion:34568
- node.suchwow.xyz:34568 (US)
Tor Peers Tor Peers
- wowp2p5gelm6vhl2d5tvfqills63jilgy6hkvlrqljooov5ktaxgqdad.onion - wowp2p5gelm6vhl2d5tvfqills63jilgy6hkvlrqljooov5ktaxgqdad.onion

@ -619,11 +619,13 @@ namespace nodetool
} }
else else
{ {
full_addrs.insert("138.197.199.19:34567"); full_addrs.insert("158.69.60.225:34567"); // OVH France
full_addrs.insert("165.22.116.169:34567"); full_addrs.insert("159.65.91.59:34567"); // DigiO london
full_addrs.insert("139.59.4.6:34567"); full_addrs.insert("164.90.230.176:34567"); // de1.wownodes.com
full_addrs.insert("158.69.60.225:34567"); full_addrs.insert("64.227.81.144:34567"); // us1.wownodes.com
full_addrs.insert("159.65.91.59:34567"); 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; return full_addrs;
} }

Loading…
Cancel
Save