Commit graph

876 commits

Author SHA1 Message Date
Cyrix126
495ad7b816 disable auto update, Tab XvB as default 2024-03-24 14:26:18 +01:00
Louis-Marie Baer
c74ef9a9f7 fix: README markdown table of contents 2024-03-24 13:30:39 +01:00
Louis-Marie Baer
b1e8b7618a fix: add target x64 mac 2024-03-24 13:29:17 +01:00
Louis-Marie Baer
18dabc8096 feat: release of beta
feat: images for README
feat: update README for beta
feat: update skel directories
feat: update CHANGELOG
feat: upgrade deps
feat: add DIFFERENCES markdown file
feat: update TODO
2024-03-24 13:07:52 +01:00
Louis-Marie Baer
4fdbfd39ff Merge remote-tracking branch 'refs/remotes/origin/main' 2024-03-24 12:27:33 +01:00
Louis-Marie Baer
56e3612432 fix: calcul of time given for XvB and add test for algorithm. 2024-03-24 12:25:43 +01:00
Cyrix126
355842acbc Update ci.yml with new name of gupax to gupaxx 2024-03-23 19:22:40 +01:00
Louis-Marie Baer
fe14a08ed9 feat: rename gupax name references to gupaxx 2024-03-23 18:12:45 +01:00
Louis-Marie Baer
b06c065c18 feat: add pgp signature 2024-03-23 17:30:21 +01:00
Louis-Marie Baer
f9237db898 feat: update cargo metadata 2024-03-23 17:27:44 +01:00
Louis-Marie Baer
a6caade330 fix: XvB process better manage time, better timing to inform user 2024-03-23 17:20:56 +01:00
Louis-Marie Baer
f686643a98 feat: remove arti (remove tor support for now)
An old version of arti is used and takes 1/3 of dependences. Using arti as a binary to create a socks proxy and make hyper stable use it would be much better.
2024-03-23 17:06:41 +01:00
Louis-Marie Baer
f3cc52c82b feat: optmize console output to render only what is visible
egui TextEdit::multiligne will render everything. Use show_rows insteead of show_viewport for AreaScroll to fix this.
2024-03-23 16:41:29 +01:00
Louis-Marie Baer
e524937b13 fix: CI 2024-03-23 16:11:20 +01:00
Louis-Marie Baer
669221b350 feat: perf, use nightly 2024-03-22 12:36:40 +01:00
Louis-Marie Baer
e4b72f2882 feat: maj TODO 2024-03-22 11:33:23 +01:00
Louis-Marie Baer
aea8d967b9 feat: maj TODO 2024-03-22 11:23:28 +01:00
Louis-Marie Baer
e51fd5d96c feat: merge from upstream 2024-03-22 11:17:09 +01:00
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