gupaxx/utils
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
..
skel v1.0.0 2022-12-19 18:54:46 -05:00
create_tmp_env.sh v1.0.0 2022-12-19 18:54:46 -05:00
package.sh utils: add package.sh 2022-11-22 13:58:39 -05:00
prepare.sh [Simple/Advanced] for [Gupax/XMRig] tabs 2022-11-23 16:50:15 -05:00
README.md add utils/skel 2022-11-23 22:32:17 -05:00

Utilities

File/Folder Purpose
package.sh Package the contents of skel, sign, etc. Checks if all files exist and have the proper naming schemes
prepare.sh Changes version across repo, commits README.md + CHANGELOG.md
skel A skeleton directory with the proper naming scheme + folder structure for packaging Gupax for all OS's