Merge pull request 'update public and seed nodes' (#319) from qvqc/wownero:master into master
Reviewed-on: https://git.wownero.com/wownero/wownero/pulls/319
This commit is contained in:
commit
2d1ce0993d
11
README.md
11
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
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue