f2e86cb290
fix: change wgpu to glow fix this issue, letting wgpu for unix like. feat: remove unused deps |
||
---|---|---|
.github | ||
assets | ||
external | ||
pgp | ||
src | ||
utils | ||
.gitignore | ||
.gitmodules | ||
build.rs | ||
Cargo.lock | ||
Cargo.toml | ||
CHANGELOG.md | ||
DIFFERENCES.md | ||
LICENSE | ||
NOTES_ALGORITHM.md | ||
README.md | ||
rust-toolchain.toml | ||
TODO_XMRvsBeast.md | ||
typos.toml |
Status of development
This fork is a work in progress, trying to achieve the bounty A fork of GUPAX integrating the XMRvsBeast Bonus Hashrate Raffle for P2Pool Miners.
It is not yet ready for stable release. It works in theory but not yet tested enough. Please feel free to test the beta release and open an issue if you encounter an anomaly.
You can see the progress with TODO
Gupaxx
Gupaxx is a fork of Gupax integrating the XMRvsBeast Raffle.
Contents
What is Gupaxx/XMRvsBeast?
Gupaxx
is a fork of Gupax that integrate the XMRvsBeast raffle.
This fork add an easy way to distribute your hashrate between P2pool and XMRvsBeast to participate in the raffle to win more xmr while supporting the p2pool network.
To have a detailed explication of Gupax, see the README of upstream.
Guide
- Download the bundled version of Gupaxx
- Extract
- Launch Gupaxx
- Input your Monero address in the
P2Pool
tab - Register your same address on XMRvsBeast
- Input the token received in the XvB Tab
- Start P2Pool
- Start XMRig
- Start XvB
Gupaxx will distribute your hashrate between P2Pool and XMRvsBeast as defined here by the algorithm.
The algorithm will decide which quantity of HR will be directed to P2pool and to XMRvsBeast, so that you still keep a share in the PPLNS Window. It will send by default just enough to get to the highest round or, if hero mode is enabled, everything minus minimum required to still have a share in the PPLNS Window.
XvB Tab
Console of XvB
The output of console will show useful information on the status of the XvB process and the decision of the algorithm for every 10 minutes.
Token input
You need to put the token received when you registered your xmr payout address.
Private stats
Private information about your address on XMRvsBeast can be found here after the process is started with your token provided.
XvB Raffle Status
Gupaxx add a new column XvB Raffle on the Status Tab in the Process submenu. It displays public statistics of XMRvsBeast, which are available here It is refreshed every minute. This column will be active if the XvB process is started even partially, it doesn't need the token to be provided.
Other changes
This fork brings upgrades of dependence and some bugfixes about visual, performance and security that you can find in DIFFERENCES I will eventually (meaning when I'll have time) create pull requests for upstream about these differences.
License
The GUI library Gupaxx uses is egui. It is licensed under MIT & Apache 2.0.
Many other libraries are used that have various licenses.
Gupaxx, P2Pool, and XMRig are licensed under the GNU General Public License v3.0.