mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
commit
a17e36f1f5
2 changed files with 8 additions and 4 deletions
|
@ -38,7 +38,10 @@ Blockchain Explorers
|
||||||
|
|
||||||
Free Public Nodes
|
Free Public Nodes
|
||||||
- wow7dhbgiljnkspkzpjyy66auegbrye2ptfv4gucgbhireg5rrjza5ad.onion:34568
|
- 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
|
Tor Peers
|
||||||
- wowp2p5gelm6vhl2d5tvfqills63jilgy6hkvlrqljooov5ktaxgqdad.onion
|
- wowp2p5gelm6vhl2d5tvfqills63jilgy6hkvlrqljooov5ktaxgqdad.onion
|
||||||
|
|
|
@ -617,10 +617,11 @@ namespace nodetool
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
full_addrs.insert("66.70.218.230:34567");
|
full_addrs.insert("138.197.199.19:34567");
|
||||||
full_addrs.insert("34.209.48.213: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("159.65.91.59:34567");
|
||||||
full_addrs.insert("138.197.31.246:34567");
|
|
||||||
}
|
}
|
||||||
return full_addrs;
|
return full_addrs;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue