mirror of
https://github.com/Cyrix126/gupaxx.git
synced 2024-12-22 14:49:21 +00:00
merge upstream remove nodes xmr{1,2,3}.rs.me
This commit is contained in:
commit
376de4e7e3
2 changed files with 6 additions and 5 deletions
|
@ -1,3 +1,8 @@
|
|||
# v1.1.2
|
||||
## Changes
|
||||
* [Remote Node](https://github.com/hinto-janai/gupax#remote-monero-nodes) changes:
|
||||
- Removed `xmr{1,2,3}.rs.me` (thanks @MattJGH [#79](https://github.com/hinto-janai/gupax/issues/79#issuecomment-2127273487))
|
||||
|
||||
# v1.1.1
|
||||
Stable release, bugfixes and new features.
|
||||
|
||||
|
@ -10,7 +15,6 @@ Stable release, bugfixes and new features.
|
|||
- update dependencies
|
||||
### Doc
|
||||
- add system requirements on README
|
||||
|
||||
## Fixes
|
||||
- Windows, set xmrig priority which fix:
|
||||
https://github.com/Cyrix126/gupaxx/issues/6
|
||||
|
|
|
@ -28,19 +28,16 @@ use std::time::{Duration, Instant};
|
|||
// Remote Monero Nodes with ZMQ enabled.
|
||||
// The format is an array of tuples consisting of: (IP, LOCATION, RPC_PORT, ZMQ_PORT)
|
||||
|
||||
pub const REMOTE_NODES: [(&str, &str, &str, &str); 18] = [
|
||||
pub const REMOTE_NODES: [(&str, &str, &str, &str); 15] = [
|
||||
("monero.10z.com.ar", "Argentina", "18089", "18084"),
|
||||
("monero1.heitechsoft.com", "Canada", "18081", "18084"),
|
||||
("node.monerodevs.org", "Canada", "18089", "18084"),
|
||||
("xmr3.rs.me", "Germany", "18089", "18084"),
|
||||
("node.cryptocano.de", "Germany", "18089", "18083"),
|
||||
("p2pmd.xmrvsbeast.com", "Germany", "18081", "18083"),
|
||||
("fbx.tranbert.com", "France", "18089", "18084"),
|
||||
("node2.monerodevs.org", "France", "18089", "18084"),
|
||||
("home.allantaylor.kiwi", "New Zealand", "18089", "18083"),
|
||||
("xmr1.rs.me", "Singapore", "18089", "18084"),
|
||||
("p2pool.uk", "United Kingdom", "18089", "18084"),
|
||||
("xmr2.rs.me", "United States", "18089", "18084"),
|
||||
("xmr.support", "United States", "18081", "18083"),
|
||||
("sf.xmr.support", "United States", "18081", "18083"),
|
||||
("xmrbandwagon.hopto.org", "United States", "18081", "18084"),
|
||||
|
|
Loading…
Reference in a new issue