mirror of
https://github.com/Cyrix126/gupaxx.git
synced 2024-12-22 14:49:21 +00:00
node: add fbx.tranbert.com
This commit is contained in:
parent
27369c26af
commit
19f374eb0a
3 changed files with 4 additions and 1 deletions
|
@ -5,6 +5,7 @@
|
|||
- Added `node.cryptocano.de`
|
||||
- Added `bunkernet.ddns.net`
|
||||
- Added `oracle.netrix.cc`
|
||||
- Added `fbx.tranbert.com`
|
||||
- Removed `xmr.aa78i2efsewr0neeknk.xyz`
|
||||
- Removed `node.yeetin.me`
|
||||
- Removed `monero2.10z.com.ar`
|
||||
|
|
|
@ -570,6 +570,7 @@ These are the remote nodes used by Gupax in the `[P2Pool Simple]` tab. They are
|
|||
| oracle.netrix.cc | 🇨🇭 CH - Zurich | 18089 | 18083 |
|
||||
| p2pmd.xmrvsbeast.com | 🇩🇪 DE - Hesse | 18081 | 18083 |
|
||||
| node.cryptocano.de | 🇩🇪 DE - Lower Saxony | 18089 | 18083 |
|
||||
| fbx.tranbert.com | 🇫🇷 FR - Île-de-France | 18089 | 18084 |
|
||||
| node2.monerodevs.org | 🇫🇷 FR - Occitanie | 18089 | 18084 |
|
||||
| p2pool.uk | 🇬🇧 GB - England | 18089 | 18084 |
|
||||
| home.allantaylor.kiwi | 🇳🇿 NZ - Canterbury | 18089 | 18083 |
|
||||
|
|
|
@ -34,13 +34,14 @@ 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); 19] = [
|
||||
pub const REMOTE_NODES: [(&str, &str, &str, &str); 20] = [
|
||||
("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"),
|
||||
("oracle.netrix.cc", "CH - Zurich", "18089", "18083"),
|
||||
("node.cryptocano.de", "DE - Lower Saxony", "18089", "18083"),
|
||||
("p2pmd.xmrvsbeast.com", "DE - Hesse", "18081", "18083"),
|
||||
("fbx.tranbert.com", "FR - Île-de-France", "18089", "18084"),
|
||||
("node2.monerodevs.org", "FR - Occitanie", "18089", "18084"),
|
||||
("p2pool.uk", "GB - England", "18089", "18084"),
|
||||
("home.allantaylor.kiwi", "NZ - Canterbury", "18089", "18083"),
|
||||
|
|
Loading…
Reference in a new issue