diff --git a/README.md b/README.md index 4c43fce..a314b7b 100644 --- a/README.md +++ b/README.md @@ -575,7 +575,6 @@ These are the remote nodes used by Gupax in the `[P2Pool Simple]` tab. They are | monero.homeqloud.com | πŸ‡¬πŸ‡· GR - East Macedonia and Thrace | 18089 | 18083 | | home.allantaylor.kiwi | πŸ‡³πŸ‡Ώ NZ - Canterbury | 18089 | 18083 | | ru.poiuty.com | πŸ‡·πŸ‡Ί RU - Kuzbass | 18081 | 18084 | -| node-02-xmr.godevs.cloud | πŸ‡ΈπŸ‡¬ SG - Singapore | 18089 | 18083 | | radishfields.hopto.org | πŸ‡ΊπŸ‡Έ US - Colorado | 18081 | 18084 | | xmrbandwagon.hopto.org | πŸ‡ΊπŸ‡Έ US - Colorado | 18081 | 18084 | | xmr.spotlightsound.com | πŸ‡ΊπŸ‡Έ US - Kansas | 18081 | 18084 | diff --git a/src/node.rs b/src/node.rs index 6f43513..827417c 100644 --- a/src/node.rs +++ b/src/node.rs @@ -49,7 +49,6 @@ pub const REMOTE_NODES: [(&str, &str, &str, &str); 23] = [ ("monero.homeqloud.com", "GR - East Macedonia and Thrace", "18089", "18083"), ("home.allantaylor.kiwi", "NZ - Canterbury", "18089", "18083"), ("ru.poiuty.com", "RU - Kuzbass", "18081", "18084"), - ("node-02-xmr.godevs.cloud", "SG - Singapore", "18089", "18083"), ("radishfields.hopto.org", "US - Colorado", "18081", "18084"), ("xmrbandwagon.hopto.org", "US - Colorado", "18081", "18084"), ("xmr.spotlightsound.com", "US - Kansas", "18081", "18084"),