mirror of
https://github.com/Cyrix126/gupaxx.git
synced 2025-01-03 12:39:35 +00:00
node: remove m1.poiuty.com
Down.
This commit is contained in:
parent
49da821308
commit
669aaf56b9
3 changed files with 2 additions and 3 deletions
|
@ -6,6 +6,7 @@
|
||||||
- Removed `monero2.10z.com.ar`
|
- Removed `monero2.10z.com.ar`
|
||||||
- Removed `node.moneroworld.com`
|
- Removed `node.moneroworld.com`
|
||||||
- Removed `de.poiuty.com`
|
- Removed `de.poiuty.com`
|
||||||
|
- Removed `m1.poiuty.com`
|
||||||
|
|
||||||
## Fixes
|
## Fixes
|
||||||
*
|
*
|
||||||
|
|
|
@ -567,7 +567,6 @@ These are the remote nodes used by Gupax in the `[P2Pool Simple]` tab. They are
|
||||||
| monero.10z.com.ar | 🇦🇷 AR - Buenos Aires F.D. | 18089 | 18084 |
|
| monero.10z.com.ar | 🇦🇷 AR - Buenos Aires F.D. | 18089 | 18084 |
|
||||||
| monero1.heitechsoft.com | 🇨🇦 CA - Ontario | 18081 | 18084 |
|
| monero1.heitechsoft.com | 🇨🇦 CA - Ontario | 18081 | 18084 |
|
||||||
| node.monerodevs.org | 🇨🇦 CA - Quebec | 18089 | 18084 |
|
| node.monerodevs.org | 🇨🇦 CA - Quebec | 18089 | 18084 |
|
||||||
| m1.poiuty.com | 🇩🇪 DE - Berlin | 18081 | 18084 |
|
|
||||||
| p2pmd.xmrvsbeast.com | 🇩🇪 DE - Hesse | 18081 | 18083 |
|
| p2pmd.xmrvsbeast.com | 🇩🇪 DE - Hesse | 18081 | 18083 |
|
||||||
| reynald.ro | 🇫🇷 FR - Île-de-France | 18089 | 18084 |
|
| reynald.ro | 🇫🇷 FR - Île-de-France | 18089 | 18084 |
|
||||||
| node2.monerodevs.org | 🇫🇷 FR - Occitanie | 18089 | 18084 |
|
| node2.monerodevs.org | 🇫🇷 FR - Occitanie | 18089 | 18084 |
|
||||||
|
|
|
@ -34,11 +34,10 @@ use hyper::{
|
||||||
// Remote Monero Nodes with ZMQ enabled, sourced from: [https://github.com/hinto-janai/monero-nodes]
|
// 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)
|
// The format is an array of tuples consisting of: (IP, LOCATION, RPC_PORT, ZMQ_PORT)
|
||||||
|
|
||||||
pub const REMOTE_NODES: [(&str, &str, &str, &str); 21] = [
|
pub const REMOTE_NODES: [(&str, &str, &str, &str); 20] = [
|
||||||
("monero.10z.com.ar", "AR - Buenos Aires F.D.", "18089", "18084"),
|
("monero.10z.com.ar", "AR - Buenos Aires F.D.", "18089", "18084"),
|
||||||
("monero1.heitechsoft.com", "CA - Ontario", "18081", "18084"),
|
("monero1.heitechsoft.com", "CA - Ontario", "18081", "18084"),
|
||||||
("node.monerodevs.org", "CA - Quebec", "18089", "18084"),
|
("node.monerodevs.org", "CA - Quebec", "18089", "18084"),
|
||||||
("m1.poiuty.com", "DE - Berlin", "18081", "18084"),
|
|
||||||
("p2pmd.xmrvsbeast.com", "DE - Hesse", "18081", "18083"),
|
("p2pmd.xmrvsbeast.com", "DE - Hesse", "18081", "18083"),
|
||||||
("reynald.ro", "FR - Île-de-France", "18089", "18084"),
|
("reynald.ro", "FR - Île-de-France", "18089", "18084"),
|
||||||
("node2.monerodevs.org", "FR - Occitanie", "18089", "18084"),
|
("node2.monerodevs.org", "FR - Occitanie", "18089", "18084"),
|
||||||
|
|
Loading…
Reference in a new issue