Commit graph

20 commits

Author SHA1 Message Date
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