node: remove reynald.ro

Down.
This commit is contained in:
hinto.janai 2023-07-13 11:52:14 -04:00
parent 669aaf56b9
commit b72058726e
No known key found for this signature in database
GPG key ID: D47CE05FA175A499
3 changed files with 2 additions and 3 deletions

View file

@ -7,6 +7,7 @@
- Removed `node.moneroworld.com`
- Removed `de.poiuty.com`
- Removed `m1.poiuty.com`
- Removed `reynald.ro`
## Fixes
*

View file

@ -568,7 +568,6 @@ These are the remote nodes used by Gupax in the `[P2Pool Simple]` tab. They are
| monero1.heitechsoft.com | 🇨🇦 CA - Ontario | 18081 | 18084 |
| node.monerodevs.org | 🇨🇦 CA - Quebec | 18089 | 18084 |
| p2pmd.xmrvsbeast.com | 🇩🇪 DE - Hesse | 18081 | 18083 |
| reynald.ro | 🇫🇷 FR - Île-de-France | 18089 | 18084 |
| node2.monerodevs.org | 🇫🇷 FR - Occitanie | 18089 | 18084 |
| p2pool.uk | 🇬🇧 GB - England | 18089 | 18084 |
| monero.homeqloud.com | 🇬🇷 GR - East Macedonia and Thrace | 18089 | 18083 |

View file

@ -34,12 +34,11 @@ 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); 20] = [
pub const REMOTE_NODES: [(&str, &str, &str, &str); 19] = [
("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"),
("reynald.ro", "FR - Île-de-France", "18089", "18084"),
("node2.monerodevs.org", "FR - Occitanie", "18089", "18084"),
("p2pool.uk", "GB - England", "18089", "18084"),
("monero.homeqloud.com", "GR - East Macedonia and Thrace", "18089", "18083"),