Commit graph

882 commits

Author SHA1 Message Date
hinto.janai
b11988938c 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
175a9fde9e 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
81ec4c0c1f add typo.yml 2023-06-01 09:15:48 -04:00
hinto.janai
759fa8e9ef status: update xmrig cpu/hashrate label 2023-06-01 09:04:00 -04:00
hinto.janai
c8729302e2 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
26dfd57d99 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
90d779e745 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
0c8550e2fd use matrix for CI 2023-05-30 10:56:08 -04:00
hinto.janai
fb156b14a3 update: prepare for macos-arm64 2023-05-30 10:15:56 -04:00
hinto.janai
378383bcb2 prepare v1.2.3 2023-05-30 10:13:52 -04:00
hinto.janai
7489c90d8d v1.2.2 2023-05-11 16:55:26 -04:00
hinto.janai
272e8a9e10 update cpu.json 2023-05-11 16:24:33 -04:00
hinto.janai
e0cef14b90 readme: add nodes 2023-05-11 16:23:10 -04:00
hinto.janai
db585e839e node: add xmr.foxpro.su 2023-05-11 16:15:30 -04:00
hinto.janai
b19241051f node: add node.yeetin.me 2023-05-11 16:14:28 -04:00
hinto.janai
7e32720ec3 node: add node.moneroworld.com 2023-05-11 16:12:12 -04:00
hinto.janai
4a0593c78f node: add node.sethforprivacy.com 2023-05-11 16:11:08 -04:00
hinto.janai
456e096ef3 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
3dad64e021 num_cpus -> benri 2023-05-11 16:03:32 -04:00
hinto.janai
4f7763f46d replace lazy_static with once_cell 2023-05-11 16:01:17 -04:00
hinto.janai
febc3b45e8 add cache.yml 2023-04-27 17:39:44 -04:00
hinto.janai
037572d541 Update readme 2023-04-24 15:11:30 -04:00
hinto.janai
658db1de89 node: return random instead of [0] for a default 2023-04-24 13:48:32 -04:00
hinto.janai
5641071e92 node: remove node-02-xmr.godevs.cloud 2023-04-24 13:42:57 -04:00
hinto.janai
bdea9b533b node: remove node-01-xmr.godevs.cloud 2023-04-24 13:42:42 -04:00
hinto.janai
5d42248d81 node: remove monero.jameswillhoite.com 2023-04-24 13:42:14 -04:00
hinto.janai
992eee411d node: remove escom.sadovo.com 2023-04-24 13:34:52 -04:00
hinto.janai
57b5b69a33 node: only fail test if failure rate is >50% 2023-04-24 13:18:20 -04:00
hinto.janai
5914eeccbb readme: link badges to workflows 2023-04-24 12:38:26 -04:00
hinto.janai
4e7b8255ec update: add help message 2023-04-21 11:18:22 -04:00
hinto-janai
55c8b6019c Update issue templates 2023-04-20 18:44:38 +00:00
hinto.janai
5e3843a393 update CHANGELOG.md 2023-04-20 13:19:02 -04:00
hinto.janai
b0fd01ad73 fix tests, add xmrig_set_mining test 2023-04-19 11:31:36 -04:00
hinto.janai
2241c91815 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
c5386e37c5 regex: lazy_static everything instead of function input 2023-04-19 10:01:11 -04:00
hinto.janai
b4c1766c9c gui: p2pool sync color BLUE -> ORANGE 2023-04-19 09:35:51 -04:00
hinto.janai
792ea4dc05 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
b2b8bc1690 disable download/ping on push/pr 2023-04-14 14:34:15 -04:00
hinto.janai
19a6e3026a combine workflows 2023-04-14 13:55:45 -04:00
hinto.janai
9e74499e7c tests: add p2pool sync test 2023-04-14 13:45:30 -04:00
hinto.janai
45ed4cab67 main: add path deletion help for disk errors 2023-04-14 12:56:36 -04:00
hinto.janai
b2511dd69b main: fix potential index panic 2023-04-14 12:30:19 -04:00
hinto.janai
5ca635d775 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
0b60def771 main: integrate Syncing signal 2023-04-14 12:12:35 -04:00
hinto.janai
abfe768561 helper: add check for p2pool synchronized 2023-04-14 11:29:45 -04:00
hinto.janai
f43249f5c8 regex: add p2pool SYNCHRONIZED 2023-04-14 11:29:31 -04:00
hinto.janai
ad45e5f187 prepare v1.3.0 2023-04-14 11:12:23 -04:00
hinto.janai
0f55ac5956 v1.2.1 2023-03-30 10:39:08 -04:00
hinto.janai
89e1c5c453 cpu.json: update from ef1f6f08ac 2023-03-30 10:24:29 -04:00
hinto.janai
ea5f60850e update readme 2023-03-30 10:17:04 -04:00