node: add node.cryptocano.de

This commit is contained in:
hinto.janai 2023-07-13 11:57:12 -04:00
parent 725f1416da
commit a1a070b1ce
No known key found for this signature in database
GPG key ID: D47CE05FA175A499
3 changed files with 3 additions and 0 deletions

View file

@ -2,6 +2,7 @@
## Updates
* [Remote Node](https://github.com/hinto-janai/gupax#remote-monero-nodes) changes:
- Added `sf.xmr.support`
- Added `node.cryptocano.de`
- Removed `xmr.aa78i2efsewr0neeknk.xyz`
- Removed `node.yeetin.me`
- Removed `monero2.10z.com.ar`

View file

@ -568,6 +568,7 @@ These are the remote nodes used by Gupax in the `[P2Pool Simple]` tab. They are
| monero1.heitechsoft.com | 🇨🇦 CA - Ontario | 18081 | 18084 |
| node.monerodevs.org | 🇨🇦 CA - Quebec | 18089 | 18084 |
| p2pmd.xmrvsbeast.com | 🇩🇪 DE - Hesse | 18081 | 18083 |
| node.cryptocano.de | 🇩🇪 DE - Lower Saxony | 18089 | 18083 |
| node2.monerodevs.org | 🇫🇷 FR - Occitanie | 18089 | 18084 |
| p2pool.uk | 🇬🇧 GB - England | 18089 | 18084 |
| home.allantaylor.kiwi | 🇳🇿 NZ - Canterbury | 18089 | 18083 |

View file

@ -38,6 +38,7 @@ pub const REMOTE_NODES: [(&str, &str, &str, &str); 16] = [
("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"),
("node.cryptocano.de", "DE - Lower Saxony", "18089", "18083"),
("p2pmd.xmrvsbeast.com", "DE - Hesse", "18081", "18083"),
("node2.monerodevs.org", "FR - Occitanie", "18089", "18084"),
("p2pool.uk", "GB - England", "18089", "18084"),