Commit graph

51 commits

Author SHA1 Message Date
hinto.janai
b8d02617e7
node: add bunkernet.ddns.net 2023-07-13 11:59:34 -04:00
hinto.janai
a1a070b1ce
node: add node.cryptocano.de 2023-07-13 11:57:12 -04:00
hinto.janai
725f1416da
node: add sf.xmr.support
This is probably just a redirect to `xmr.support` though.
2023-07-13 11:55:47 -04:00
hinto.janai
92ec78f971
node: remove node.sethforprivacy.com
Bad uptime.
2023-07-13 11:54:35 -04:00
hinto.janai
ca14ccef18
node: remove radishfields.hopto.org
Down.
2023-07-13 11:53:52 -04:00
hinto.janai
d4ef277716
node: remove xmr.foxpro.su
Bad uptime.
2023-07-13 11:53:07 -04:00
hinto.janai
e34bb97aaa
node: remove monero.homeqloud.com
Down.
2023-07-13 11:52:42 -04:00
hinto.janai
b72058726e
node: remove reynald.ro
Down.
2023-07-13 11:52:14 -04:00
hinto.janai
669aaf56b9
node: remove m1.poiuty.com
Down.
2023-07-13 11:51:49 -04:00
hinto.janai
49da821308
node: remove de.poiuty.com
Down.
2023-07-13 11:51:21 -04:00
hinto.janai
24903f049f
node: remove node.moneroworld.com
Down.
2023-07-13 11:50:54 -04:00
hinto.janai
f45027e929
prepare v1.2.4 2023-07-13 10:44:05 -04:00
hinto.janai
9efe1e0d1a
v1.2.3 2023-06-03 11:33: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
d2bd627df6
update CHANGELOG.md 2023-04-20 13:19:02 -04:00
hinto.janai
222737f85b
prepare v1.3.0 2023-04-14 11:12:23 -04:00
hinto.janai
80320decee
cpu.json: update from ef1f6f08ac 2023-03-30 10:24:29 -04:00
hinto.janai
277a60c3bf
prepare v1.2.1 2023-03-27 14:12:17 -04:00
hinto.janai
2c5bd0d7f6
v1.2.0 2023-03-18 11:52:37 -04:00
hinto.janai
6d8c2a76ff
node: add monero.jameswillhoite.com 2023-03-17 12:46:46 -04:00
hinto.janai
bf9c1eea19
Edit name 2023-02-26 11:44:25 -05:00
hinto-janaiyo
c5edfa5593
prepare v1.2.0 2023-02-12 11:40:41 -05:00
hinto-janaiyo
296e6c2413
v1.1.2 2023-02-06 21:55:33 -05:00
hinto-janaiyo
c592f0c9af
only use wgpu backend for Windows 2023-02-06 19:41:17 -05:00
hinto-janaiyo
703b16c324
switch eframe rendering backend from glow to wgpu
The `glow` backend crashes on certain CPU-based graphics, particularly,
Windows running a CPU with integrated graphics using the basic
Microsoft Display Adapter driver.

`wgpu` seems to work everywhere.
2023-02-06 12:40:14 -05:00
hinto-janaiyo
a629aa6ffe
helper: use current values instead of [selected_*] for p2pool/xmrig 2023-02-06 11:32:38 -05:00
hinto-janaiyo
55f8c24cc7
helper: localhost into 127.0.0.1 for xmrig 2023-02-06 09:17:09 -05:00
hinto-janaiyo
38a8614357
prepare v1.1.2 2023-02-06 09:06:14 -05:00
hinto-janaiyo
de142fb4c3
helper: localhost into 127.0.0.1 for p2pool 2023-02-03 10:32:01 -05:00
hinto-janaiyo
4774cb495f
prepare v1.2.0 2023-02-03 10:20:28 -05:00
hinto-janaiyo
1548aa3473
Add GitHub Actions 2023-01-28 21:55:19 -05:00
hinto-janaiyo
4f20cefd95
Remote Node: update changelog & cargo update 2023-01-26 15:41:28 -05:00
hinto-janaiyo
d64f4a9280
node: add seed nodes, change ping color 2023-01-23 17:05:34 -05:00
hinto-janaiyo
192b388a17
p2pool: add warning about remote nodes in [Simple] 2023-01-23 14:40:45 -05:00
hinto-janaiyo
94839a0943
node: add MoneroWorld & HashVault 2023-01-22 21:01:10 -05:00
hinto-janaiyo
de033260e6
v1.1.0 2023-01-03 15:42:09 -05:00
hinto-janaiyo
388d279e77
v1.1.0 2023-01-03 12:17:38 -05:00
hinto-janaiyo
c1a90fdd11
prepare v1.1.0 2023-01-03 11:15:53 -05:00
hinto-janaiyo
3991c26d76
p2pool/xmrig: red/green [Start] on errors with solution in tooltip 2022-12-23 11:41:43 -05:00
hinto-janaiyo
c0161010fa
p2pool: fix custom node selection sometimes using old values 2022-12-22 22:00:57 -05:00
hinto-janaiyo
f37fb0c589
prepare v1.0.1 2022-12-21 11:06:11 -05:00
hinto-janaiyo
e6bf49b309
v1.0.0
Includes some small fixes:

- [localhost] will always be changed to [127.0.0.1] in the case
  of XMRig (it doesn't understand localhost by itself)

- P2Pool/XMRig API path now checks for a [/] or [\]
  and correctly applies the endpoint, e.g:
  BASEPATH = "/home/hinto/p2pool"
  ENDPOINT = "local/stats"
  if BASEPATH doesn't end with '/' { BASEPATH.push('/') }
  API_PATH = BASEPATH + ENDPOINT ("/home/hinto/p2pool/local/stats")

- P2Pool payout line got changed in: be18ad4177
  The regex is now a more generic: [payout of [0-9].[0-9]+ XMR]
2022-12-19 18:54:46 -05:00
hinto-janaiyo
0f51ae6873
prepare v1.0.0 2022-12-13 16:34:10 -05:00
hinto-janaiyo
2b80aa0277
v0.9.0
Fixes:
    - Up/Down only work if UI is enabled
    - Re-pushed [P2POOL_API_PATH] to popped relative path
      but only after giving the popped path to P2Pool
          1. [/tmp/gupax/p2pool/p2pool] -> [/tmp/gupax/p2pool]
          2. Give that to P2Pool
          3. [/tmp/gupax/p2pool] -> [/tmp/gupax/p2pool/local/stats]
          4. Give that to the watchdog (so it can read it)
2022-12-13 15:06:07 -05:00
hinto-janaiyo
128fa500bb
v0.9.0 (maybe) 2022-12-12 17:24:05 -05:00
hinto-janaiyo
c25cbacb46
[Simple/Advanced] for [Gupax/XMRig] tabs 2022-11-23 16:50:15 -05:00
hinto-janaiyo
14672bfbba
prepare v0.7.0 2022-11-22 23:02:05 -05:00
hinto-janaiyo
20c7542189
v0.5.0 2022-11-22 10:12:16 -05:00
hinto-janaiyo
14c7664177
Update CHANGELOG.md 2022-11-18 21:47:14 -05:00