mirror of
https://github.com/hinto-janai/gupax.git
synced 2025-03-12 09:31:38 +00:00
update cpu.json
This commit is contained in:
parent
f156d7b9a2
commit
2af44ac40f
3 changed files with 4642 additions and 4340 deletions
14
CHANGELOG.md
14
CHANGELOG.md
|
@ -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))
|
||||
|
|
8966
src/cpu.json
8966
src/cpu.json
File diff suppressed because it is too large
Load diff
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue