mirror of
https://github.com/Cyrix126/gupaxx.git
synced 2024-12-22 14:49:21 +00:00
node: remove node.sethforprivacy.com
Bad uptime.
This commit is contained in:
parent
ca14ccef18
commit
92ec78f971
3 changed files with 2 additions and 3 deletions
|
@ -11,6 +11,7 @@
|
|||
- Removed `monero.homeqloud.com`
|
||||
- Removed `xmr.foxpro.su`
|
||||
- Removed `radishfields.hopto.org`
|
||||
- Removed `node.sethforprivacy.com`
|
||||
|
||||
## Fixes
|
||||
*
|
||||
|
|
|
@ -576,7 +576,6 @@ These are the remote nodes used by Gupax in the `[P2Pool Simple]` tab. They are
|
|||
| xmrbandwagon.hopto.org | 🇺🇸 US - Colorado | 18081 | 18084 |
|
||||
| xmr.spotlightsound.com | 🇺🇸 US - Kansas | 18081 | 18084 |
|
||||
| xmrnode.facspro.net | 🇺🇸 US - Nebraska | 18089 | 18084 |
|
||||
| node.sethforprivacy.com | 🇺🇸 US - New York | 18089 | 18083 |
|
||||
| xmr.theuplink.net | 🇺🇸 US - New York | 18081 | 18084 |
|
||||
| moneronode.ddns.net | 🇺🇸 US - Pennsylvania | 18089 | 18084 |
|
||||
| node.richfowler.net | 🇺🇸 US - Pennsylvania | 18089 | 18084 |
|
||||
|
|
|
@ -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); 16] = [
|
||||
pub const REMOTE_NODES: [(&str, &str, &str, &str); 15] = [
|
||||
("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"),
|
||||
|
@ -47,7 +47,6 @@ pub const REMOTE_NODES: [(&str, &str, &str, &str); 16] = [
|
|||
("xmrbandwagon.hopto.org", "US - Colorado", "18081", "18084"),
|
||||
("xmr.spotlightsound.com", "US - Kansas", "18081", "18084"),
|
||||
("xmrnode.facspro.net", "US - Nebraska", "18089", "18084"),
|
||||
("node.sethforprivacy.com", "US - New York", "18089", "18083"),
|
||||
("xmr.theuplink.net", "US - New York", "18081", "18084"),
|
||||
("moneronode.ddns.net", "US - Pennsylvania", "18089", "18084"),
|
||||
("node.richfowler.net", "US - Pennsylvania", "18089", "18084"),
|
||||
|
|
Loading…
Reference in a new issue