gupaxx/CHANGELOG.md
2024-07-26 10:55:51 +02:00

347 lines
13 KiB
Markdown

# v1.3.0
Stable release, bugfixes and new features.
## Changes
### UI
- new big feature: Advanced tab for XvB, manual control options for the Algorithm.
- rename Xmrig-Proxy to Proxy
- title and description Proxy tab
- enable vertical scrollbar for every tab when needed
- add command line arg --logfile
- show the error when request fails for account stats on XvB console
### Internal
- remove xmrnode.facspro.net node from list
- refactor of the algorithm code
- update tests
- bump deps
- update bundled version of p2pool to 4.0
## Fixes
- fix https://github.com/Cyrix126/gupaxx/issues/12
- fix Xmrig-Proxy auto were enabling xmrig instead.
- fix middle panel could overlap on bottom on some ratio/resolution.
- fix p2pool restart could hang in middle of restarting
- wait for p2pool difficulty data to be ready (before https://github.com/SChernykh/p2pool/commit/64a199be6dec7924b41f857a401086f25e1ec9be is in release)
- fix XvB could be stuck in middle state when xmrig/proxy were restarting
- fix time left "mining on" could overflow
- fix XvB was not taking into account a xmrig-proxy change of state without a restart, which would lead to always mine on p2pool.
## Credits
Big shout-out to [mostafaei2002](https://github.com/mostafaei2002) who has taken his free time to make a very good work of refactoring the algorithm, which makes it easier to maintain, and to have added very wanted feature: manual control of the algorithm (see [PR](https://github.com/Cyrix126/gupaxx/pull/11)). If you appreciate his work, consider donating to this address:
```
872ACXnM1VKiGGXqi9BPbQi6j1Aa3jAxPC3tZzAjtDg13KxS1qDqzaMYaHnkjURmdfGpKCC8giiA2Eq2nW9oQ3g55eSHt7d
```
## Bundled Versions
* [`P2Pool v4.0`](https://github.com/SChernykh/p2pool/releases/tag/v4.0)
* [`XMRig v6.21.1`](https://github.com/xmrig/xmrig/releases/tag/v6.21.1)
* [`XMRig-Proxy v6.21.1](https://github.com/xmrig/xmrig-proxy/releases/tag/v6.21.1)
# v1.2.0
Stable release, bugfixes and new features.
## Changes
### UI
- new big feature: integrate Xmrig-Proxy: New Tab, new status column, new action buttons.
### Internal
- new big feature: integrate Xmrig-Proxy: interact with XMRig and XvB processes.
- improve algorithm debugging
- add more CI checks
- update tests
### Doc
- Update [DIFFERENCES](https://github.com/Cyrix126/gupaxx/blob/main/DIFFERENCES.md) and add [NOTES_XMRIG-PROXY.md](https://github.com/Cyrix126/gupaxx/blob/main/NOTES_XMRIG-PROXY.md) to reflect updates hanges.
## Fixes
- fix https://github.com/Cyrix126/gupaxx/issues/8
- fix https://github.com/Cyrix126/gupaxx/issues/9
## Notes
### Do not use built in updates to upgrade to this version
This update bump the 1.x.0 number, which would mean breaking changes. However, it is only because updating previously from Gupaxx (in =<1.0.0) without manually downloading from github release would upgrade P2Pool and XMRig from upstream, which is a behaviour that has been modified in this release.
No configuration file change is needed, just update from github for this release.
## Bundled Versions
* [`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-Proxy v6.21.1](https://github.com/xmrig/xmrig-proxy/releases/tag/v6.21.1)
# 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.
## Changes
### UI
- update list of cpu benchmarks (from upstream https://github.com/hinto-janai/gupax/commit/cce8e03fd4d641a002179d4a864e2a1b09c6d1f5)
### Internal
- do not spawn a thread when unnecessary, use async instead.
- minor code cleanup
- update dependencies
### Doc
- add system requirements on README
## Fixes
- Windows, set xmrig priority which fix:
https://github.com/Cyrix126/gupaxx/issues/6
https://github.com/Cyrix126/gupaxx/issues/7
- fix some popup formatting (from upstream https://github.com/hinto-janai/gupax/commit/81a780e1d5512b6819dfafd9860527d8329c20b2)
## Bundled Versions
* [`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)
# v1.1.0
Stable release, bugfixes and new features.
## Changes
### UI
- Update xmrig and p2pool only if bundle button is checked.
- Default value for bundle button depends of bundle or standalone version.
- Ask user to restart Gupaxx after updating.
- Prevent user to update twice without restart.
### Internal
- Bump deps
- Update CI to produce different Gupaxx binary for standalone and bundle version.
- Update tools release to include different default value depending of standalone and bundle version.
- Use bundled XMRig and P2Pool of Gupaxx instead of upstream version.
- Update test
### Doc
- Update DIFFERENCES and ARCHITECTURE to reflect updates differences.
## Fixes
- fix temporary directories of updates not deleted introduced in fork
- fix https://github.com/Cyrix126/gupaxx/issues/3
- fix https://github.com/Cyrix126/gupaxx/issues/4
- fix https://github.com/Cyrix126/gupaxx/issues/5
## Notes
### Do not use built in updates to upgrade to this version
This update bump the 1.x.0 number, which would mean breaking changes. However, it is only because updating previously from Gupaxx (in =<1.0.0) without manually downloading from github release would upgrade P2Pool and XMRig from upstream, which is a behaviour that has been modified in this release.
No configuration file change is needed, just update from github for this release.
## Bundled Versions
* [`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)
# v1.0.0
Stable release
## Changes
### Internal
use latest OS for github CI
bump deps
remove unused CI actions
## Fixes
fix https://github.com/Cyrix126/gupaxx/issues/1
## Bundled Versions
* [`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)
# v0.1.10
Fix release for beta version.
This version is only made for testing purposes and have feedback.
## Changes
## Fixes
fix https://github.com/Cyrix126/gupaxx/issues/2 compile statically rustls-tls
invalid test semver version.
## Bundled Versions
* [`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)
# v0.1.9
Fix release for beta version.
This version is only made for testing purposes and have feedback.
## Changes
### Internal
do not stop completely XvB process if stats can not be retrieved but retry every ten seconds and reload if they are retrieved again.
Bump version
## Fixes
Do not crash at startup if path of P2Pool executable is not valid and P2Pool is in auto start
## Bundled Versions
* [`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)
# v0.1.8
Fix release for beta version.
This version is only made for testing purposes and have feedback.
## Changes
### Internal
Better manage fail of nodes from XvB
## Fixes
Algorithm time too short under some conditions.
Countdown too short under some conditions
Request API stuck after some time
Average local HR sent not saved
## Bundled Versions
* [`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)
# v0.1.7
Fix release for beta version.
This version is only made for testing purposes and have feedback.
## Changes
### User interface
Round type consider 1h average HR with 20% margin.
Remove fake AppImage
### Internal
Bump deps versions
Better automatization for releases.
### Documentation
Documentation of new directories in source code.
Rework README with fresh screenshots, tutorial video and better help.
## Fixes
Given time was not subtracted from countdown when needed.
Duplicate help message on input token
## Bundled Versions
* [`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)
# v0.1.6
Fix release for beta version.
This version is only made for testing purposes and have feedbacks.
## Changes
### User interface
Indicator with countdown for algorithm.
Hero mode button active on next decision of algorithm without restart.
Add info if algorithm decision is made with hero mode selected.
Text on hover improvements for token input.
Better displaying info about HR relative to algorithm on console output
Add info if algorithm is waiting for XMRig average HR.
### Internal
Use HTTP client default retry
Bump deps versions
#### XvB process
Immediately start algorithm when possible without delay.
Will retrieve public and private stats just before algorithm rerun, so decision is based on last data.
Algorithm takes longest average HR of XMRig depending on what's available (instead of depending of the number of run of the algorithm).
#### Manage lost connection of XvB nodes
Continue XvB partially if XvB nodes fails instead of stopping.
Make XMRig go back to P2Pool if needed after XvB nodes fail.
Check continuously if XvB nodes came online after fail.
Auto reload XvB process if XvB nodes came online.
#### P2pool
Retrieve current shares as soon as p2pool process is synced.
### Code Organization
Separate XvB process into submodules.
Simplify code for XvB process.
Put tests into own file.
Update test to take into account margin on XvB side.
## Fixes
Winner was not recognized.
Did not take into account scale of sent sidechain P2Pool HR.
Last hour average HR sent kept only one sample.
Multiple instance of algorithm ran in parallel under some conditions.
XMRig config was updated when not needed, even for 0 seconds.
Calculation of time needed to send minimum HR for round type was sending all spared HR less outside XvB HR instead of just minimum HR for round type less oHR.
Calculation of current round type was only looking if value was more than minimum required when it should look if value is more or equal (very few chances to have exactly equal HR but was noticed with the units test).
## Bundled Versions
* [`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)
# v0.1.5
Fix release for beta version.
This version is only made for testing purposes and have feedbacks.
## Changes
update dependencies of UI
replace old HTTP client
## Fixes
fix formatting HR algorithm
fix private round calculation
## Bundled Versions
* [`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)
# v0.1.4
Fix release for beta version.
This version is only made for testing purposes and have feedbacks.
## Changes
new logo
algorithm wait for xmrig first value, takes 10s value at first start, 1m value at second start, 15m value at third start.
## Fixes
fix detection of p2pool eHR
fix private round type stats
fix name gupax tab to gupaxx
## Bundled Versions
* [`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)
# v0.1.3
Fix release for beta version.
This version is only made for testing purposes and have feedbacks.
## Changes
take into account outside HR
## Fixes
downgrade to xmrig 6.21.1 to solve xmrig stats showing only after 15m
## Bundled Versions
* [`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)
# v0.1.2
Fix release for beta version.
This version is only made for testing purposes and have feedbacks.
## Changes
## Fixes
Persist current shares value
fix script for release
## 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.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
First beta release of Gupaxx.
This version is only made for testing purposes and have feedbacks.
## Changes
See [DIFFERENCES.md](DIFFERENCES.md)
## Fixes
See [DIFFERENCES.md](DIFFERENCES.md)
## 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)