mirror of
https://github.com/Cyrix126/gupaxx.git
synced 2024-12-22 22:59:27 +00:00
feat: release beta 0.1.1
This commit is contained in:
parent
f2e86cb290
commit
5504db9a76
2 changed files with 19 additions and 3 deletions
20
CHANGELOG.md
20
CHANGELOG.md
|
@ -1,3 +1,19 @@
|
||||||
|
# v0.1.1
|
||||||
|
Fix release for beta version.
|
||||||
|
This version is only made for testing purposes and have feedbacks.
|
||||||
|
|
||||||
|
## Changes
|
||||||
|
Current Shares appears on P2pool column of Submenu process in Status Tab.
|
||||||
|
Parse the current shares from the status command of p2pool instead of an estimation based on shares found and time.
|
||||||
|
|
||||||
|
## Fixes
|
||||||
|
XvB algorithm now gets the number of shares instead of 0.
|
||||||
|
|
||||||
|
## Bundled Versions
|
||||||
|
* [`P2Pool v3.10`](https://github.com/SChernykh/p2pool/releases/tag/v3.10)
|
||||||
|
* [`XMRig v6.21.2`](https://github.com/xmrig/xmrig/releases/tag/v6.21.2)
|
||||||
|
|
||||||
|
|
||||||
# v0.1.0
|
# v0.1.0
|
||||||
First beta release of Gupaxx.
|
First beta release of Gupaxx.
|
||||||
This version is only made for testing purposes and have feedbacks.
|
This version is only made for testing purposes and have feedbacks.
|
||||||
|
@ -6,8 +22,8 @@ This version is only made for testing purposes and have feedbacks.
|
||||||
See [DIFFERENCES.md](DIFFERENCES.md)
|
See [DIFFERENCES.md](DIFFERENCES.md)
|
||||||
|
|
||||||
## Fixes
|
## Fixes
|
||||||
See DIFFERENCES.md
|
See [DIFFERENCES.md](DIFFERENCES.md)
|
||||||
|
|
||||||
## Bundled Versions
|
## Bundled Versions
|
||||||
* [`P2Pool v3.10`](https://github.com/SChernykh/p2pool/releases/tag/v3.10)
|
* [`P2Pool v3.10`](https://github.com/SChernykh/p2pool/releases/tag/v3.10)
|
||||||
* [`XMRig v6.21.1`](https://github.com/xmrig/xmrig/releases/tag/v6.21.1)
|
* [`XMRig v6.21.2`](https://github.com/xmrig/xmrig/releases/tag/v6.21.2)
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
cargo-features = ["profile-rustflags"]
|
cargo-features = ["profile-rustflags"]
|
||||||
[package]
|
[package]
|
||||||
name = "gupaxx"
|
name = "gupaxx"
|
||||||
version = "0.1.0"
|
version = "0.1.1"
|
||||||
authors = ["cyrix126 <gupaxx@baermail.fr>"]
|
authors = ["cyrix126 <gupaxx@baermail.fr>"]
|
||||||
description = "Fork of Gupax integrating the XMRvsBeast Raffle "
|
description = "Fork of Gupax integrating the XMRvsBeast Raffle "
|
||||||
documentation = "https://github.com/cyrix126/gupaxx"
|
documentation = "https://github.com/cyrix126/gupaxx"
|
||||||
|
|
Loading…
Reference in a new issue