mirror of
https://github.com/Cyrix126/gupaxx.git
synced 2024-12-22 14:49:21 +00:00
e6bf49b309
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:
|
||
---|---|---|
.. | ||
skel | ||
create_tmp_env.sh | ||
package.sh | ||
prepare.sh | ||
README.md |
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 |