node: add node.moneroworld.com

This commit is contained in:
hinto.janai 2023-05-11 16:12:12 -04:00
parent 37c62a1f9a
commit 027920c9a7
No known key found for this signature in database
GPG key ID: D47CE05FA175A499

View file

@ -34,11 +34,12 @@ 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); 21] = [
pub const REMOTE_NODES: [(&str, &str, &str, &str); 22] = [
("monero.10z.com.ar", "AR - Buenos Aires F.D.", "18089", "18084"),
("monero2.10z.com.ar", "BR - São Paulo", "18089", "18083"),
("monero1.heitechsoft.com", "CA - Ontario", "18081", "18084"),
("node.monerodevs.org", "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"),
("m1.poiuty.com", "DE - Berlin", "18081", "18084"),