Commit graph

285 commits

Author SHA1 Message Date
hinto.janai
4d60d430ca
node: add xmr.support:18081:18083 2023-06-03 11:18:24 -04:00
hinto.janai
9da3b73e4f
update cpu.json 2023-06-03 11:10:32 -04:00
hinto.janai
786ed153e5
readme: update macOS build 2023-06-01 12:05:30 -04:00
hinto.janai
95287c003d
update: enable Tor by default on macOS
It works now, should be on by default.
2023-06-01 11:55:01 -04:00
hinto.janai
380620c050
update: fix macOS Tor's TLS
On apple-darwin targets there is an issue with the native and rustls
tls implementation so this makes it fall back to the openssl variant.

https://gitlab.torproject.org/tpo/core/arti/-/issues/715
2023-06-01 11:53:03 -04:00
hinto.janai
df37784ad7
add typo.yml 2023-06-01 09:15:48 -04:00
hinto.janai
b511353710
status: update xmrig cpu/hashrate label 2023-06-01 09:04:00 -04:00
hinto.janai
007173ba84
helper: set NO_COLOR env for p2pool
The undisplayable ANSI codes appearing in Gupax's
P2Pool console were indeed color codes.

P2Pool's "Log started" message doesn't check `--no-color`,
but it does check `NO_COLOR`, so set that before starting.
2023-05-30 12:19:39 -04:00
hinto.janai
9b757d1db9
helper: adjust portable_pty
new `portable_pty` from `cargo upgrade`
has a new API on getting STDIN.
2023-05-30 11:57:00 -04:00
hinto.janai
65d1cd4115
cargo upgrade
This excludes:
- `tokio` (node ping gets broken)
- `egui` and friends (way too much layout code to rewrite)
2023-05-30 11:42:16 -04:00
hinto.janai
2457f9fed2
use matrix for CI 2023-05-30 10:56:08 -04:00
hinto.janai
17d0a91fef
update: prepare for macos-arm64 2023-05-30 10:15:56 -04:00
hinto.janai
ebe6590065
prepare v1.2.3 2023-05-30 10:13:52 -04:00
hinto.janai
4c39b58579
v1.2.2 2023-05-11 16:55:26 -04:00
hinto.janai
690d9b2a6a
update cpu.json 2023-05-11 16:24:33 -04:00
hinto.janai
4cdc1959f3
readme: add nodes 2023-05-11 16:23:10 -04:00
hinto.janai
465b2723f2
node: add xmr.foxpro.su 2023-05-11 16:15:30 -04:00
hinto.janai
95d2584e05
node: add node.yeetin.me 2023-05-11 16:14:28 -04:00
hinto.janai
027920c9a7
node: add node.moneroworld.com 2023-05-11 16:12:12 -04:00
hinto.janai
37c62a1f9a
node: add node.sethforprivacy.com 2023-05-11 16:11:08 -04:00
hinto.janai
1e9614b545
readme: remove non-zmq community nodes
Less relevent in the context of P2Pool, takes up space.
2023-05-11 16:10:11 -04:00
hinto.janai
5eb64a9a3a
num_cpus -> benri 2023-05-11 16:03:32 -04:00
hinto.janai
7d02dfadd0
replace lazy_static with once_cell 2023-05-11 16:01:17 -04:00
hinto.janai
6c42373bd7
add cache.yml 2023-04-27 17:39:44 -04:00
hinto.janai
8d763d25bf
Update readme 2023-04-24 15:11:30 -04:00
hinto.janai
1e04bd2fa7
node: return random instead of [0] for a default 2023-04-24 13:48:32 -04:00
hinto.janai
4e87277bbd
node: remove node-02-xmr.godevs.cloud 2023-04-24 13:42:57 -04:00
hinto.janai
cc4d6f0fae
node: remove node-01-xmr.godevs.cloud 2023-04-24 13:42:42 -04:00
hinto.janai
6187d45528
node: remove monero.jameswillhoite.com 2023-04-24 13:42:14 -04:00
hinto.janai
5b1b414607
node: remove escom.sadovo.com 2023-04-24 13:34:52 -04:00
hinto.janai
31b1545d40
node: only fail test if failure rate is >50% 2023-04-24 13:18:20 -04:00
hinto.janai
e0d22f3f9e
readme: link badges to workflows 2023-04-24 12:38:26 -04:00
hinto.janai
d0df49a0cd
update: add help message 2023-04-21 11:18:22 -04:00
hinto-janai
c06d851b23
Update issue templates 2023-04-20 18:44:38 +00:00
hinto.janai
d2bd627df6
update CHANGELOG.md 2023-04-20 13:19:02 -04:00
hinto.janai
8fbd949342
fix tests, add xmrig_set_mining test 2023-04-19 11:31:36 -04:00
hinto.janai
1fcb827181
xmrig: add ORANGE signal when not mining
XMRig output is now parsed, looking for signs if we're not mining
("no active pools, stop mining") or ARE mining ("new job [...]")
2023-04-19 10:18:04 -04:00
hinto.janai
c8e5462d33
regex: lazy_static everything instead of function input 2023-04-19 10:01:11 -04:00
hinto.janai
bf4d286fad
gui: p2pool sync color BLUE -> ORANGE 2023-04-19 09:35:51 -04:00
hinto.janai
f1320b91bd
gui: change Style
Everything to `Monospace`, set all colors to `ACCENT_COLOR`,
round all corners, set all widget text to `255, 255, 255` (rgb).
2023-04-16 12:49:48 -04:00
hinto.janai
2dc77b6ff2
disable download/ping on push/pr 2023-04-14 14:34:15 -04:00
hinto.janai
6f636ceaac
combine workflows 2023-04-14 13:55:45 -04:00
hinto.janai
34a840cfac
tests: add p2pool sync test 2023-04-14 13:45:30 -04:00
hinto.janai
7d9ed1b0b8
main: add path deletion help for disk errors 2023-04-14 12:56:36 -04:00
hinto.janai
29ca04c4f1
main: fix potential index panic 2023-04-14 12:30:19 -04:00
hinto.janai
a4eba8a77f
status: fix p2pool stats overflow
Use all available height so `P2Pool` stats don't overflow
2023-04-14 12:19:09 -04:00
hinto.janai
7b56a7b900
main: integrate Syncing signal 2023-04-14 12:12:35 -04:00
hinto.janai
e425388dc8
helper: add check for p2pool synchronized 2023-04-14 11:29:45 -04:00
hinto.janai
8300630875
regex: add p2pool SYNCHRONIZED 2023-04-14 11:29:31 -04:00
hinto.janai
222737f85b
prepare v1.3.0 2023-04-14 11:12:23 -04:00