Commit graph

908 commits

Author SHA1 Message Date
Louis-Marie Baer
6235b83f14 fix: Benchmarks table, incorrect header visual when scrolling.
Use the newer widget Table from egui_extra. Wrap it into a AreaScroll to get horizontal scrolling.
2024-03-22 08:02:36 +01:00
Louis-Marie Baer
6eed2d4f74 fix: Benchmarks submenu, fix Ui and big optimization for table.
fix: do not render all the rows, only the ones visibles.
2024-03-22 00:01:44 +01:00
Louis-Marie Baer
b872076443 fix: limit height XvB in submenu Process of P2pool Tab 2024-03-21 22:08:11 +01:00
Louis-Marie Baer
a56aae06b8 fix: all clippy warnings 2024-03-21 19:35:02 +01:00
Louis-Marie Baer
6d02c3f9ba fix: Ui overlapping for small screen 2024-03-21 12:27:52 +01:00
Louis-Marie Baer
a1ad6f79ba fix: Ui bottom overlapp for minimum width of 640px 2024-03-21 06:32:46 +01:00
Louis-Marie Baer
4eca583b7a fix: dupplicate helper 2024-03-19 16:03:07 +01:00
Louis-Marie Baer
2b20d44356 feat: add timestamp to console ouput XvB
fix: move code for output on console to a single function.
2024-03-19 15:43:13 +01:00
Louis-Marie Baer
eec3a84869 feat: modify description of Hero Mode. 2024-03-19 13:17:47 +01:00
Louis-Marie Baer
a23eacf82a fix: XvB tab fix UI overlapping, better placement of widget. 2024-03-19 13:16:34 +01:00
hinto.janai
5edacef9b1 v1.3.6
updates `egui/eframe` -> `0.24.1` -> `0.26.2`

fixes non-responding nodes not being sorted correctly by ping ms
2024-03-18 18:05:02 -04:00
hinto.janai
d75f081fca update cpu.json 2024-03-18 16:49:47 -04:00
hinto.janai
2301894498 update changelog 2024-03-18 16:02:42 -04:00
hinto.janai
796557138a use wgpu backend
Both `glow` and `wgpu` seem to crash (at least in this version
of `eframe/egui`).

It's a pick your poison thing but it
seems wgpu crashing is less common.
2024-03-18 16:01:36 -04:00
Louis-Marie Baer
c6b6238369 fix: add better output if no share and fix printing European Node 2024-03-18 13:28:44 +01:00
Louis-Marie Baer
effe7fb04c feat: output of console info about algorithm and node selection
fix: HR symbol private stats (subject to change)
feat: output to XvB tab console information for algorithm decision
feat: output to XvB tab console information for node selection
feat: maj TODO
2024-03-18 12:31:37 +01:00
Louis-Marie Baer
cf5ac6bf1b feat: manage selection and fallback nodes of XvB
feat: ping, select nodes of XvB process
feat: reload config of xmrig to fallback to backup node
fix: status of xmrig node used in real time
feat: src readme technical differences with upstream
2024-03-18 11:29:11 +01:00
Louis-Marie Baer
c7a483c060 feat: maj TODO 2024-03-17 01:26:48 +01:00
Louis-Marie Baer
7efd95e526 feat: integrate algorithm of HR distribution 2024-03-17 01:22:44 +01:00
Louis-Marie Baer
53eb9db9b1 feat: enable xmrig with remote control and token, generate token 2024-03-16 16:46:46 +01:00
Louis-Marie Baer
bf4efb2bd0 feat: maj TODO algo and NOTES Algo 2024-03-16 16:42:32 +01:00
Louis-Marie Baer
1a1de086bd fix: dep readable not only for unix 2024-03-16 16:41:21 +01:00
Louis-Marie Baer
7c316c1136 fix: Cargo.lock for CI 2024-03-16 14:17:46 +01:00
Louis-Marie Baer
b71a1ce8cf fix: XvB process start perf
fix: create client in thread instead of before it
2024-03-16 13:35:09 +01:00
Louis-Marie Baer
22e5defbf0 fix: test 2024-03-16 11:05:59 +01:00
Louis-Marie Baer
665c7af8e8 fix: use client only once 2024-03-15 23:37:43 +01:00
Louis-Marie Baer
bccce29f54 fix: simplify XvB tab panels 2024-03-15 23:18:01 +01:00
Louis-Marie Baer
974edd479b feat: finish XvB Tab with private stats and better log output
fix: color code status
feat: reload automaticcly XvB process if p2pool is off/online
feat: add all 5 private stat in a pretty way outside of console
feat: begin to use readable to replace human.rs
feat: function to verify if share is in current window
feat: maj TODO

feat: Maj TODO
2024-03-15 21:48:04 +01:00
Louis-Marie Baer
566be46cb0 fix: maj TODO 2024-03-15 00:36:13 +01:00
Louis-Marie Baer
d985ebb348 feat: XvB Tab, add link to rules 2024-03-15 00:34:58 +01:00
Louis-Marie Baer
78e3a47c2b feat: add tab XvB option to Gupax Tab selector 2024-03-15 00:20:59 +01:00
Louis-Marie Baer
d0a58e6680 feat: construct XvB tab
feat: add Hero checkbox ui and hovering help
feat: add private stats ui and thread
feat: debug error of API connection in console
2024-03-14 23:40:47 +01:00
hinto.janai
f2042ca603 node: remove moneronode.ddns.net 2024-03-13 16:56:08 -04:00
Louis-Marie Baer
1b5282e34b feat: warn user in XvB tab if no address is set in P2pool Tab 2024-03-13 10:02:50 +01:00
Louis-Marie Baer
8dcd5ca155 fix: simplify args of some functions
fix: Use Vec2 instead of two args height and width for p2pool tab simple and advanced
2024-03-13 10:02:21 +01:00
Louis-Marie Baer
f9900efc50 feat: console for log, input token field, better logic for running XvB process 2024-03-12 23:27:51 +01:00
Louis-Marie Baer
6efc8dc019 feat: add console ouput section on XvB tab
this console will output log from XvB private API and from the XvB process
2024-03-12 13:51:59 +01:00
Louis-Marie Baer
f21d6215e0 feat: manage XvB like a new process
feat: maj TODO
fix: use Vec2 instead of separating height and witdh as args in functions
feat: status of XvB process
feat: button to autostart XvB process into Gupax Tab
feat: autostart XvB if button is checked
feat: buttons to start/stop/restart XvB process in XvB Tab
feat: check token and address inputs before allowing to start XvB
feat: add description to buttons when hovering
fix: adjust test
feat: function to verify if token exist on XvB API
clippy auto and manual fix
2024-03-12 13:01:04 +01:00
Louis-Marie Baer
b0493dcc8f fix: NOTES ALGORITHM modify part of managing outside miners 2024-03-08 08:54:03 +01:00
Louis-Marie Baer
a863c5e3dd feat: add draft for logic of distribution of HR 2024-03-07 22:41:10 +01:00
Louis-Marie Baer
2b4616fe6c fix: minor visual status xvb 2024-03-04 15:56:00 +01:00
Louis-Marie Baer
2b9cc5e420 fix: modification on visual for status colomn xvb 2024-03-04 15:52:04 +01:00
Louis-Marie Baer
b6e34ff56f feat: maj TODO 2024-03-04 12:20:11 +01:00
Louis-Marie Baer
e0d33ab1b3 fix: typo 2024-03-04 12:14:29 +01:00
Louis-Marie Baer
61fa7255e8 feat: show XvB stats to Status Tab 2024-03-04 12:04:38 +01:00
Louis-Marie Baer
85e2b66701 fix: path images README 2024-03-03 09:16:43 +01:00
Louis-Marie Baer
b2335c9244 fix: correct path for icon windows 2024-03-03 09:05:43 +01:00
Louis-Marie Baer
12ca01043b feat: decompose processes view into separate functions 2024-03-03 09:01:48 +01:00
Louis-Marie Baer
016c190919 feat: maj TODO 2024-03-03 08:43:48 +01:00
Louis-Marie Baer
4619545b8e fix: exclude assets from typo checking 2024-03-03 08:37:47 +01:00