mirror of
https://github.com/hinto-janai/gupax.git
synced 2024-11-16 17:27:37 +00:00
node: add xmr{1,2,3}.rs.me
This commit is contained in:
parent
bb1612e9e1
commit
1436a02457
1 changed files with 4 additions and 1 deletions
|
@ -34,16 +34,19 @@ use hyper::{
|
|||
// Remote Monero Nodes with ZMQ enabled.
|
||||
// The format is an array of tuples consisting of: (IP, LOCATION, RPC_PORT, ZMQ_PORT)
|
||||
|
||||
pub const REMOTE_NODES: [(&str, &str, &str, &str); 16] = [
|
||||
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"),
|
||||
("xmr3.rs.me", "DE - Frankfurt", "18089", "18084"),
|
||||
("node.cryptocano.de", "DE - Lower Saxony", "18089", "18083"),
|
||||
("p2pmd.xmrvsbeast.com", "DE - Hesse", "18081", "18083"),
|
||||
("fbx.tranbert.com", "FR - Île-de-France", "18089", "18084"),
|
||||
("node2.monerodevs.org", "FR - Occitanie", "18089", "18084"),
|
||||
("p2pool.uk", "GB - England", "18089", "18084"),
|
||||
("home.allantaylor.kiwi", "NZ - Canterbury", "18089", "18083"),
|
||||
("xmr1.rs.me", "SG - Singapore", "18089", "18084"),
|
||||
("xmr2.rs.me", "US - New York", "18089", "18084"),
|
||||
("xmr.support", "US - California", "18081", "18083"),
|
||||
("sf.xmr.support", "US - California", "18081", "18083"),
|
||||
("xmrbandwagon.hopto.org", "US - Colorado", "18081", "18084"),
|
||||
|
|
Loading…
Reference in a new issue