Commit graph

90 commits

Author SHA1 Message Date
hinto.janai
ff82c8c62d prepare v1.2.4 2023-07-13 10:44:05 -04:00
hinto.janai
1937611047 v1.2.3 2023-06-03 11:33: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
5e3843a393 update CHANGELOG.md 2023-04-20 13:19:02 -04:00
hinto.janai
ad45e5f187 prepare v1.3.0 2023-04-14 11:12:23 -04:00
hinto.janai
89e1c5c453 cpu.json: update from ef1f6f08ac 2023-03-30 10:24:29 -04:00
hinto.janai
21be246b1c prepare v1.2.1 2023-03-27 14:12:17 -04:00
hinto.janai
f78f9c106c v1.2.0 2023-03-18 11:52:37 -04:00
hinto.janai
058855c07d node: add monero.jameswillhoite.com 2023-03-17 12:46:46 -04:00
hinto.janai
102e053b7b Edit name 2023-02-26 11:44:25 -05:00
hinto-janaiyo
8ef1f6a096 prepare v1.2.0 2023-02-12 11:40:41 -05:00
hinto-janaiyo
ec25d70173 v1.1.2 2023-02-06 21:55:33 -05:00
hinto-janaiyo
a9d8d2ae8d only use wgpu backend for Windows 2023-02-06 19:41:17 -05:00
hinto-janaiyo
651db6554f 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
22501e90dc helper: use current values instead of [selected_*] for p2pool/xmrig 2023-02-06 11:32:38 -05:00
hinto-janaiyo
98e662144a helper: localhost into 127.0.0.1 for xmrig 2023-02-06 09:17:09 -05:00
hinto-janaiyo
20a0553956 prepare v1.1.2 2023-02-06 09:06:14 -05:00
hinto-janaiyo
013d269bca helper: localhost into 127.0.0.1 for p2pool 2023-02-03 10:32:01 -05:00
hinto-janaiyo
c358fa3e8e prepare v1.2.0 2023-02-03 10:20:28 -05:00
hinto-janaiyo
7f296dcd84 Add GitHub Actions 2023-01-28 21:55:19 -05:00
hinto-janaiyo
7093a84301 Remote Node: update changelog & cargo update 2023-01-26 15:41:28 -05:00
hinto-janaiyo
5a68bccd3a node: add seed nodes, change ping color 2023-01-23 17:05:34 -05:00
hinto-janaiyo
8a9d2925a1 p2pool: add warning about remote nodes in [Simple] 2023-01-23 14:40:45 -05:00
hinto-janaiyo
7ada854ecd node: add MoneroWorld & HashVault 2023-01-22 21:01:10 -05:00
hinto-janaiyo
7c34f46f6d v1.1.0 2023-01-03 15:42:09 -05:00
hinto-janaiyo
dea419c401 v1.1.0 2023-01-03 12:17:38 -05:00
hinto-janaiyo
89faa01aff prepare v1.1.0 2023-01-03 11:15:53 -05:00
hinto-janaiyo
590a2ef82d p2pool/xmrig: red/green [Start] on errors with solution in tooltip 2022-12-23 11:41:43 -05:00
hinto-janaiyo
e91405abbd p2pool: fix custom node selection sometimes using old values 2022-12-22 22:00:57 -05:00
hinto-janaiyo
8bea2a4b47 prepare v1.0.1 2022-12-21 11:06:11 -05:00
hinto-janaiyo
bc5bec875c 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
d70cb25702 prepare v1.0.0 2022-12-13 16:34:10 -05:00
hinto-janaiyo
98be592a96 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
4021f0aacd v0.9.0 (maybe) 2022-12-12 17:24:05 -05:00
hinto-janaiyo
9462459c85 [Simple/Advanced] for [Gupax/XMRig] tabs 2022-11-23 16:50:15 -05:00
hinto-janaiyo
a62d9c12a6 prepare v0.7.0 2022-11-22 23:02:05 -05:00
hinto-janaiyo
539764e0ed v0.5.0 2022-11-22 10:12:16 -05:00
hinto-janaiyo
b3fbcf432d Update CHANGELOG.md 2022-11-18 21:47:14 -05:00
hinto-janaiyo
fcdd25b186 p2pool: implement async node ping in GUI 2022-11-18 14:30:55 -05:00