remove node: oracle.netrix.cc

This commit is contained in:
hinto.janai 2023-10-22 17:15:01 -04:00
parent 874f11cb3e
commit f156d7b9a2
No known key found for this signature in database
GPG key ID: D47CE05FA175A499

View file

@ -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); 20] = [ pub const REMOTE_NODES: [(&str, &str, &str, &str); 19] = [
("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"),
("oracle.netrix.cc", "CH - Zurich", "18089", "18083"),
("node.cryptocano.de", "DE - Lower Saxony", "18089", "18083"), ("node.cryptocano.de", "DE - Lower Saxony", "18089", "18083"),
("p2pmd.xmrvsbeast.com", "DE - Hesse", "18081", "18083"), ("p2pmd.xmrvsbeast.com", "DE - Hesse", "18081", "18083"),
("fbx.tranbert.com", "FR - Île-de-France", "18089", "18084"), ("fbx.tranbert.com", "FR - Île-de-France", "18089", "18084"),