-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ghostrider ignores Environmnent Variables in config.json #2771
Comments
Wasn't aware that ever worked. |
Okay, definitely works, and is wired globally in |
Pool still shows ${HOSTNAME} and it cannot be a bug at pool's interface since this string is sent by the xmrig client. |
Fixed in dev branch. |
Oops I forgot GR hides under the EthStratum umbrella. |
Jhobean
added a commit
to Jhobean/xmrig
that referenced
this issue
Dec 2, 2021
* v6.16.2-dev * VAES crash fixes * Explicitly use QueryPerformanceCounter() on Windows * Refactored Chrono::highResolutionMSecs() Improved precision * Compiler fix * Updated changelog and GhostRider readme * GhostRider benchmark: added 20 more possible rounds * Compilationn fixes * xmrig#2771 Fixed environment variables support in EthStratumClient. * Update CHANGELOG.md * v6.16.2 Co-authored-by: XMRig <[email protected]> Co-authored-by: SChernykh <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When ghostrider algorithm is used the enviroment variables in config.json are not expanded.
When running randomx the correct worker ID is showed at pool's interface but when running ghostrider the worker is showed as ${HOSTNAME}.
The worker ID is configured at user's variable:
"user": "XxXxXxXxXxXxXx.${HOSTNAME}"
The text was updated successfully, but these errors were encountered: