mirror of
https://github.com/Cyrix126/gupaxx.git
synced 2024-11-16 23:37:47 +00:00
4 KiB
4 KiB
v0.7.0
Prototype Release
- Added
Simple
XMRig tab:- Console
- Thread slider
- Pause on active slider (Windows/macOS only)
- Added
Advanced
XMRig tab:- Includes all simple features
- Manual pool database, select/add/edit/delete a custom
Name/IP/Port/RigID
(max 1000 pools), saved at:- Windows:
C:\Users\USER\AppData\Roaming\Gupax\pool.toml
- macOS:
/Users/USER/Library/Application Support/Gupax/pool.toml
- Linux:
/home/USER/.local/share/gupax/pool.toml
- Windows:
- Overriding
config.json
option - Manual Monero address option
- HTTP API IP/Port option
- TLS option
- Keepalive option
- Added
Simple
Gupax tab:- Package updater
Auto-update
settingUpdate-via-Tor
settingAsk-before-quit
settingSave-before-quit
setting
- Added
Advanced
Gupax tab:- Includes all simple features
- P2Pool binary path selector
- XMRig binary path selector
- Gupax window width/height adjuster
- Default resolution change
1280x720, 16:9
->1280x800, 16:10
- Added plowsof to community nodes:
- Plowsof1:
IP: node.monerodevs.org, RPC: 18089, ZMQ: 18084
- Plowsof2:
IP: node2.monerodevs.org, RPC: 18089, ZMQ: 18084
- Plowsof1:
v0.5.0
Prototype Release
- Added
Simple
P2Pool tab:- Monero address input with valid address check (base58 regex)
- Community Monero node selector
- Community node ping button (asynchronous
JSON-RPC
calls to all nodes) - Color coded list after ping:
<300ms = GREEN <1000ms = YELLOW <5000ms = RED >5000ms = BLACK
Auto-select
- Pick the fastest node after ping automaticallyAuto-ping
- Automatically ping nodes on Gupax startup
- Added
Advanced
P2Pool tab:- Manual node database, select/add/edit/delete a custom
Name/IP/RPC/ZMQ
(max 1000 nodes), saved at:- Windows:
C:\Users\USER\AppData\Roaming\Gupax\node.toml
- macOS:
/Users/USER/Library/Application Support/Gupax/node.toml
- Linux:
/home/USER/.local/share/gupax/node.toml
- Windows:
- Overriding command arguments to P2Pool
- P2Pool main/mini toggle
- Out/In Peers slider
- Log level slider
- Manual node database, select/add/edit/delete a custom
- Added command arguments:
--help Print this help message --version Print version and build info --state Print Gupax state --nodes Print the manual node list --no-startup Disable all auto-startup settings for this instance --reset-state Reset all Gupax state (your settings) --reset-nodes Reset the manual node list in the [P2Pool] tab --reset-all Reset both the state and the manual node list --ferris Print an extremely cute crab
- Added fullscreen GUI error handler (Error message + UI buttons for response, Yes/No, Quit, etc)
- Added a native
File Explorer/Finder/GTK
file selector for picking P2Pool/XMRig binary path inGupax
tab - Added detailed console log levels
RUST_LOG=(trace|debug|info|warn|error) ./gupax
- Added new PGP key
- Created website (HTML/CSS only, no JavaScript): https://gupax.io
v0.1.0
Prototype Release
- Added package updater (by default, via Tor using
Arti
) - Added custom icons per OS (File Explorer, Taskbar, Finder, App header, etc)
- Added Monero node
JSON-RPC ping
system, not yet in GUI - Added
F11
fullscreen toggle - Implemented
Ask before quit
- Implemented
Auto-save
- Binaries for all platforms (Windows, macOS, Linux)
- Added state file to save settings:
- Windows:
C:\Users\USER\AppData\Roaming\Gupax\gupax.toml
- macOS:
/Users/USER/Library/Application Support/Gupax/gupax.toml
- Linux:
/home/USER/.local/share/gupax/gupax.toml
- Windows:
v0.0.1
Prototype Release
- Functional (slightly buggy) GUI external
- Elements have state (buttons, sliders, etc)
- No internals, no connections, no processes
- Only binaries for x86_64 Windows/Linux for now