mirror of
https://github.com/Cyrix126/gupaxx.git
synced 2024-11-16 23:37:47 +00:00
node: add node.yeetin.me
This commit is contained in:
parent
027920c9a7
commit
95d2584e05
1 changed files with 2 additions and 1 deletions
|
@ -34,7 +34,7 @@ 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); 22] = [
|
||||
pub const REMOTE_NODES: [(&str, &str, &str, &str); 23] = [
|
||||
("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"),
|
||||
|
@ -44,6 +44,7 @@ pub const REMOTE_NODES: [(&str, &str, &str, &str); 22] = [
|
|||
("de.poiuty.com", "DE - Berlin", "18081", "18084"),
|
||||
("m1.poiuty.com", "DE - Berlin", "18081", "18084"),
|
||||
("p2pmd.xmrvsbeast.com", "DE - Hesse", "18081", "18083"),
|
||||
("node.yeetin.me", "FI - Uusimaa", "18081", "18084"),
|
||||
("reynald.ro", "FR - Île-de-France", "18089", "18084"),
|
||||
("node2.monerodevs.org", "FR - Occitanie", "18089", "18084"),
|
||||
("p2pool.uk", "GB - England", "18089", "18084"),
|
||||
|
|
Loading…
Reference in a new issue