Fork of Gupax integrating the XMRvsBeast Raffle
Find a file
2024-03-26 21:38:27 +01:00
.github Update ci.yml with new name of gupax to gupaxx 2024-03-23 19:22:40 +01:00
assets feat: release of beta 2024-03-24 13:07:52 +01:00
external egui: 0.19.0 -> 0.24.1 2023-12-26 11:26:40 -05:00
pgp feat: add pgp signature 2024-03-23 17:30:21 +01:00
src feat: better error output if request for xmrig fail 2024-03-26 16:48:19 +01:00
utils feat: bug fix release 0.1.2 2024-03-26 11:25:57 +01:00
.gitignore node: add monero.jameswillhoite.com 2023-03-17 12:46:46 -04:00
.gitmodules Update [/external] 2022-12-18 13:57:50 -05:00
build.rs fix: correct path for icon windows 2024-03-03 09:05:43 +01:00
Cargo.lock feat: bug fix release 0.1.2 2024-03-26 11:25:57 +01:00
Cargo.toml feat: bug fix release 0.1.2 2024-03-26 11:25:57 +01:00
CHANGELOG.md feat: bug fix release 0.1.2 2024-03-26 11:25:57 +01:00
DIFFERENCES.md fix: update DIFFERENCES 2024-03-24 14:28:17 +01:00
LICENSE root 2022-10-09 14:08:16 -04:00
NOTES_ALGORITHM.md feat: add rules note for algorithm to integrate outside hashrate. 2024-03-26 21:38:27 +01:00
README.md fix: README markdown table of contents 2024-03-24 13:30:39 +01:00
rust-toolchain.toml fix: add target x64 mac 2024-03-24 13:29:17 +01:00
TODO_XMRvsBeast.md feat: release of beta 2024-03-24 13:07:52 +01:00
typos.toml fix: exclude assets from typo checking 2024-03-03 08:37:47 +01:00

Gupax logo

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.

CI

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

  1. Download the bundled version of Gupaxx
  2. Extract
  3. Launch Gupaxx
  4. Input your Monero address in the P2Pool tab
  5. Register your same address on XMRvsBeast
  6. Input the token received in the XvB Tab
  7. Start P2Pool
  8. Start XMRig
  9. 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

CI

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.

XvB raffle stats

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.