mirror of
https://github.com/Cyrix126/gupaxx.git
synced 2025-01-22 05:34:29 +00:00
cpu.json: update from ef1f6f08ac
This commit is contained in:
parent
375577d72c
commit
80320decee
4 changed files with 1913 additions and 1826 deletions
|
@ -1,13 +1,10 @@
|
||||||
# v1.2.1
|
# v1.2.1
|
||||||
## Updates
|
|
||||||
*
|
|
||||||
|
|
||||||
## Fixes
|
## Fixes
|
||||||
*
|
* Small internal change to be compatible with `P2Pool v3.2`
|
||||||
|
|
||||||
## Bundled Versions
|
## Bundled Versions
|
||||||
* [`P2Pool v3.1`](https://github.com/SChernykh/p2pool/releases/tag/v3.1)
|
* [`P2Pool v3.2`](https://github.com/SChernykh/p2pool/releases/tag/v3.2)
|
||||||
* [`XMRig v6.19.0`](https://github.com/xmrig/xmrig/releases/tag/v6.19.0)
|
* [`XMRig v6.19.1`](https://github.com/xmrig/xmrig/releases/tag/v6.19.1)
|
||||||
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "gupax"
|
name = "gupax"
|
||||||
version = "1.2.0"
|
version = "1.2.1"
|
||||||
authors = ["hinto-janai <hinto.janai@protonmail.com>"]
|
authors = ["hinto-janai <hinto.janai@protonmail.com>"]
|
||||||
description = "GUI for P2Pool+XMRig"
|
description = "GUI for P2Pool+XMRig"
|
||||||
documentation = "https://github.com/hinto-janai/gupax"
|
documentation = "https://github.com/hinto-janai/gupax"
|
||||||
|
|
|
@ -16,8 +16,8 @@
|
||||||
// along with this program. If not, see <https://www.gnu.org/licenses/>.
|
// along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
pub const GUPAX_VERSION: &str = concat!("v", env!("CARGO_PKG_VERSION")); // e.g: v1.0.0
|
pub const GUPAX_VERSION: &str = concat!("v", env!("CARGO_PKG_VERSION")); // e.g: v1.0.0
|
||||||
pub const P2POOL_VERSION: &str = "v3.1";
|
pub const P2POOL_VERSION: &str = "v3.2";
|
||||||
pub const XMRIG_VERSION: &str = "v6.19.0";
|
pub const XMRIG_VERSION: &str = "v6.19.1";
|
||||||
pub const COMMIT: &str = include_str!("../.git/refs/heads/main");
|
pub const COMMIT: &str = include_str!("../.git/refs/heads/main");
|
||||||
// e.g: Gupax_v1_0_0
|
// e.g: Gupax_v1_0_0
|
||||||
// Would have been [Gupax_v1.0.0] but P2Pool truncates everything after [.]
|
// Would have been [Gupax_v1.0.0] but P2Pool truncates everything after [.]
|
||||||
|
|
3724
src/cpu.json
3724
src/cpu.json
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue