mirror of
https://github.com/Cyrix126/gupaxx.git
synced 2025-01-06 05:59:23 +00:00
node: add node.cryptocano.de
This commit is contained in:
parent
725f1416da
commit
a1a070b1ce
3 changed files with 3 additions and 0 deletions
|
@ -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`
|
||||
|
|
|
@ -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 |
|
||||
|
|
|
@ -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"),
|
||||
|
|
Loading…
Reference in a new issue