mirror of
https://github.com/hinto-janai/gupax.git
synced 2025-01-09 19:59:24 +00:00
node: remove xmr.aa78i2efsewr0neeknk.xyz
Bad uptime.
This commit is contained in:
parent
04fb526c58
commit
33cd2db53c
1 changed files with 1 additions and 2 deletions
|
@ -34,13 +34,12 @@ 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); 26] = [
|
pub const REMOTE_NODES: [(&str, &str, &str, &str); 25] = [
|
||||||
("monero.10z.com.ar", "AR - Buenos Aires F.D.", "18089", "18084"),
|
("monero.10z.com.ar", "AR - Buenos Aires F.D.", "18089", "18084"),
|
||||||
("monero2.10z.com.ar", "BR - São Paulo", "18089", "18083"),
|
("monero2.10z.com.ar", "BR - São Paulo", "18089", "18083"),
|
||||||
("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"),
|
||||||
("node.moneroworld.com", "CA - Quebec", "18089", "18084"),
|
("node.moneroworld.com", "CA - Quebec", "18089", "18084"),
|
||||||
("xmr.aa78i2efsewr0neeknk.xyz", "DE - Bavaria", "18089", "18083"),
|
|
||||||
("de.poiuty.com", "DE - Berlin", "18081", "18084"),
|
("de.poiuty.com", "DE - Berlin", "18081", "18084"),
|
||||||
("m1.poiuty.com", "DE - Berlin", "18081", "18084"),
|
("m1.poiuty.com", "DE - Berlin", "18081", "18084"),
|
||||||
("p2pmd.xmrvsbeast.com", "DE - Hesse", "18081", "18083"),
|
("p2pmd.xmrvsbeast.com", "DE - Hesse", "18081", "18083"),
|
||||||
|
|
Loading…
Reference in a new issue