-
Notifications
You must be signed in to change notification settings - Fork 341
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Question: command line configuration for --coin=monero #349
Comments
https://github.com/xmrig/xmrig-proxy/releases/tag/v3.2.0 it should works exactly same way. |
using config.json it seems to work but from command line i am trying to guess a permutation that will let me log on to the pool. if i specify --algo cn/r i can log on to the pool if i specify --coin=monero it fails whereas with config.json it works
./xmrig-proxy: unrecognized option '--coin=monero' this is on a fedora 24 build in case there is a command parse dependency |
You are right, I confirm the bug. Thank you. |
adding a line after line 48 in src/core/config/Config_platform.h |
Fixed in v3.2.1 and v4.5.0-beta. |
xmrig allows --coin=monero so that we can auto switch when the fork happens
is there a way to configure xmrig-proxy from the command line in a similar way?
The text was updated successfully, but these errors were encountered: