update cpu.json

This commit is contained in:
hinto.janai 2023-10-22 18:11:25 -04:00
parent f156d7b9a2
commit 2af44ac40f
No known key found for this signature in database
GPG key ID: D47CE05FA175A499
3 changed files with 4642 additions and 4340 deletions

View file

@ -1,3 +1,17 @@
# v1.3.2
## Updates
* Added window scaling option (`0.1..2.0` pixel scaling multiplier)
* [Remote Node](https://github.com/hinto-janai/gupax#remote-monero-nodes) changes:
- Removed `oracle.netrix.cc`
## Bundled Versions
* [`P2Pool v3.7`](https://github.com/SChernykh/p2pool/releases/tag/v3.7)
* [`XMRig v6.20.0`](https://github.com/xmrig/xmrig/releases/tag/v6.20.0)
---
# v1.3.1
## Fixes
* Auto update issue ([#40](https://github.com/hinto-janai/gupax/issues/40))

File diff suppressed because it is too large Load diff

View file

@ -57,7 +57,7 @@ pub const REMOTE_NODES: [(&str, &str, &str, &str); 19] = [
];
pub const REMOTE_NODE_LENGTH: usize = REMOTE_NODES.len();
pub const REMOTE_NODE_MAX_CHARS: usize = 28; // xmr.aa78i2efsewr0neeknk.xyz
pub const REMOTE_NODE_MAX_CHARS: usize = 24; // monero1.heitechsoft.com
pub struct RemoteNode {
pub ip: &'static str,