mirror of
https://github.com/hinto-janai/gupax.git
synced 2024-11-17 01:37:52 +00:00
node: remove xmr.foxpro.su
Bad uptime.
This commit is contained in:
parent
e34bb97aaa
commit
d4ef277716
3 changed files with 2 additions and 3 deletions
|
@ -9,6 +9,7 @@
|
|||
- Removed `m1.poiuty.com`
|
||||
- Removed `reynald.ro`
|
||||
- Removed `monero.homeqloud.com`
|
||||
- Removed `xmr.foxpro.su`
|
||||
|
||||
## Fixes
|
||||
*
|
||||
|
|
|
@ -570,7 +570,6 @@ These are the remote nodes used by Gupax in the `[P2Pool Simple]` tab. They are
|
|||
| p2pmd.xmrvsbeast.com | 🇩🇪 DE - Hesse | 18081 | 18083 |
|
||||
| node2.monerodevs.org | 🇫🇷 FR - Occitanie | 18089 | 18084 |
|
||||
| p2pool.uk | 🇬🇧 GB - England | 18089 | 18084 |
|
||||
| xmr.foxpro.su | 🇳🇱 NL - North Holland | 18081 | 18084 |
|
||||
| home.allantaylor.kiwi | 🇳🇿 NZ - Canterbury | 18089 | 18083 |
|
||||
| ru.poiuty.com | 🇷🇺 RU - Kuzbass | 18081 | 18084 |
|
||||
| xmr.support | 🇺🇸 US - California | 18081 | 18083 |
|
||||
|
|
|
@ -34,14 +34,13 @@ use hyper::{
|
|||
// Remote Monero Nodes with ZMQ enabled, sourced from: [https://github.com/hinto-janai/monero-nodes]
|
||||
// The format is an array of tuples consisting of: (IP, LOCATION, RPC_PORT, ZMQ_PORT)
|
||||
|
||||
pub const REMOTE_NODES: [(&str, &str, &str, &str); 18] = [
|
||||
pub const REMOTE_NODES: [(&str, &str, &str, &str); 17] = [
|
||||
("monero.10z.com.ar", "AR - Buenos Aires F.D.", "18089", "18084"),
|
||||
("monero1.heitechsoft.com", "CA - Ontario", "18081", "18084"),
|
||||
("node.monerodevs.org", "CA - Quebec", "18089", "18084"),
|
||||
("p2pmd.xmrvsbeast.com", "DE - Hesse", "18081", "18083"),
|
||||
("node2.monerodevs.org", "FR - Occitanie", "18089", "18084"),
|
||||
("p2pool.uk", "GB - England", "18089", "18084"),
|
||||
("xmr.foxpro.su", "NL - North Holland", "18081", "18084"),
|
||||
("home.allantaylor.kiwi", "NZ - Canterbury", "18089", "18083"),
|
||||
("ru.poiuty.com", "RU - Kuzbass", "18081", "18084"),
|
||||
("xmr.support", "US - California", "18081", "18083"),
|
||||
|
|
Loading…
Reference in a new issue