mirror of
https://github.com/Cyrix126/gupaxx.git
synced 2024-11-16 23:37:47 +00:00
node: add node.sethforprivacy.com
This commit is contained in:
parent
1e9614b545
commit
37c62a1f9a
2 changed files with 2 additions and 2 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -1977,7 +1977,6 @@ dependencies = [
|
||||||
"is_elevated",
|
"is_elevated",
|
||||||
"log",
|
"log",
|
||||||
"num-format",
|
"num-format",
|
||||||
"num_cpus",
|
|
||||||
"once_cell",
|
"once_cell",
|
||||||
"portable-pty",
|
"portable-pty",
|
||||||
"rand 0.8.5",
|
"rand 0.8.5",
|
||||||
|
|
|
@ -34,7 +34,7 @@ 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); 21] = [
|
||||||
("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"),
|
||||||
|
@ -53,6 +53,7 @@ pub const REMOTE_NODES: [(&str, &str, &str, &str); 20] = [
|
||||||
("xmrbandwagon.hopto.org", "US - Colorado", "18081", "18084"),
|
("xmrbandwagon.hopto.org", "US - Colorado", "18081", "18084"),
|
||||||
("xmr.spotlightsound.com", "US - Kansas", "18081", "18084"),
|
("xmr.spotlightsound.com", "US - Kansas", "18081", "18084"),
|
||||||
("xmrnode.facspro.net", "US - Nebraska", "18089", "18084"),
|
("xmrnode.facspro.net", "US - Nebraska", "18089", "18084"),
|
||||||
|
("node.sethforprivacy.com", "US - New York", "18089", "18083"),
|
||||||
("moneronode.ddns.net", "US - Pennsylvania", "18089", "18084"),
|
("moneronode.ddns.net", "US - Pennsylvania", "18089", "18084"),
|
||||||
("node.richfowler.net", "US - Pennsylvania", "18089", "18084"),
|
("node.richfowler.net", "US - Pennsylvania", "18089", "18084"),
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue