mirror of
https://github.com/Cyrix126/gupaxx.git
synced 2025-04-06 14:37:29 +00:00
missed some grammar stuff
This commit is contained in:
parent
bfc3f8a7b5
commit
9962b24fdd
3 changed files with 4 additions and 4 deletions
|
@ -22,9 +22,9 @@ The rendering of Tabs has been modified so that the minimum stated size of the w
|
|||
|
||||
The rendering of the benchmark table and of console outputs were calculating every line at the same time. Now it only renders what you see. It is a significant improvement for your processor, and you can feel the difference if it is not very powerful.
|
||||
|
||||
Updates from Gupaxx do not retrieve XMRig and P2Pool from upstream anymore, but use versions in the bundled version. This modification prevent bad surprise (see [#3](https://github.com/Cyrix126/gupaxx/issues/3)).
|
||||
Updates from Gupaxx does not retrieve xmrig and p2pool from upstream anymore, but use versions in the bundled version. This modification prevent bad surprise (see [#3](https://github.com/Cyrix126/gupaxx/issues/3)).
|
||||
|
||||
It also allows advanced users to use your their own version of P2Pool and XMRig.The standalone version of Gupaxx will not replace them.
|
||||
It also allows advanced users to use your their own version of p2pool and xmrig.The standalone version of Gupaxx will not replace them.
|
||||
|
||||
## Security
|
||||
With the upgrade of dependencies, cargo audit shows no more warnings for Gupaxx. (instead of 5 vulnerabilities and 4 allowed warnings for Gupax.)
|
||||
|
|
2
IDEAS.md
2
IDEAS.md
|
@ -118,4 +118,4 @@ let the build in updater of Gupaxx check the signature of the release to confirm
|
|||
So that user can see how much is given to this project and make their own opinion of it if enough donations have been given or not, the history of donation should be made visible with the viewkey available.
|
||||
|
||||
## XvB
|
||||
keeping track of participation history in rounds and automatically showing results in the XvB tab.
|
||||
keeping track of participation history in rounds and showing results in the XvB tab.
|
||||
|
|
|
@ -43,7 +43,7 @@ Miner has 10kH/s on Gupaxx
|
|||
for ten minutes, 4 are required to be put on p2pool.
|
||||
|
||||
**Default mode**: 9 minutes are given to p2pool and one for XvB.
|
||||
Because after giving 4mn to p2p ool to meet mHR, he still have ~5kH/s to spare.
|
||||
Because after giving 4mn to p2pool to meet mHR, he still have ~5kH/s to spare.
|
||||
The first round type (Donor round) need 1kH/s and second round type (VIP Donor) need 10kH/s.
|
||||
5kH/s is enough for the Donor Round but not enough for the VIP Donor.
|
||||
So 1kH/s is given to XvB node so that the miner participate in the Donor round.
|
||||
|
|
Loading…
Reference in a new issue