mirror of
https://github.com/Cyrix126/gupaxx.git
synced 2025-01-07 14:39:25 +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
|
## Updates
|
||||||
* [Remote Node](https://github.com/hinto-janai/gupax#remote-monero-nodes) changes:
|
* [Remote Node](https://github.com/hinto-janai/gupax#remote-monero-nodes) changes:
|
||||||
- Added `sf.xmr.support`
|
- Added `sf.xmr.support`
|
||||||
|
- Added `node.cryptocano.de`
|
||||||
- Removed `xmr.aa78i2efsewr0neeknk.xyz`
|
- Removed `xmr.aa78i2efsewr0neeknk.xyz`
|
||||||
- Removed `node.yeetin.me`
|
- Removed `node.yeetin.me`
|
||||||
- Removed `monero2.10z.com.ar`
|
- 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 |
|
| monero1.heitechsoft.com | 🇨🇦 CA - Ontario | 18081 | 18084 |
|
||||||
| node.monerodevs.org | 🇨🇦 CA - Quebec | 18089 | 18084 |
|
| node.monerodevs.org | 🇨🇦 CA - Quebec | 18089 | 18084 |
|
||||||
| p2pmd.xmrvsbeast.com | 🇩🇪 DE - Hesse | 18081 | 18083 |
|
| p2pmd.xmrvsbeast.com | 🇩🇪 DE - Hesse | 18081 | 18083 |
|
||||||
|
| node.cryptocano.de | 🇩🇪 DE - Lower Saxony | 18089 | 18083 |
|
||||||
| node2.monerodevs.org | 🇫🇷 FR - Occitanie | 18089 | 18084 |
|
| node2.monerodevs.org | 🇫🇷 FR - Occitanie | 18089 | 18084 |
|
||||||
| p2pool.uk | 🇬🇧 GB - England | 18089 | 18084 |
|
| p2pool.uk | 🇬🇧 GB - England | 18089 | 18084 |
|
||||||
| home.allantaylor.kiwi | 🇳🇿 NZ - Canterbury | 18089 | 18083 |
|
| 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"),
|
("monero.10z.com.ar", "AR - Buenos Aires F.D.", "18089", "18084"),
|
||||||
("monero1.heitechsoft.com", "CA - Ontario", "18081", "18084"),
|
("monero1.heitechsoft.com", "CA - Ontario", "18081", "18084"),
|
||||||
("node.monerodevs.org", "CA - Quebec", "18089", "18084"),
|
("node.monerodevs.org", "CA - Quebec", "18089", "18084"),
|
||||||
|
("node.cryptocano.de", "DE - Lower Saxony", "18089", "18083"),
|
||||||
("p2pmd.xmrvsbeast.com", "DE - Hesse", "18081", "18083"),
|
("p2pmd.xmrvsbeast.com", "DE - Hesse", "18081", "18083"),
|
||||||
("node2.monerodevs.org", "FR - Occitanie", "18089", "18084"),
|
("node2.monerodevs.org", "FR - Occitanie", "18089", "18084"),
|
||||||
("p2pool.uk", "GB - England", "18089", "18084"),
|
("p2pool.uk", "GB - England", "18089", "18084"),
|
||||||
|
|
Loading…
Reference in a new issue