-
Notifications
You must be signed in to change notification settings - Fork 341
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
seg fault when -c used with --pass/--userpass/--user #271
Comments
Fixed, but it works as you expected only if |
Thank you. It's a shame it only affects the last defined pool - is it that difficult to change it for all defined pools? |
It's not so hard to implement, but required to add new option with new name, maybe |
I was saying that if I use Generally, my suggestion was that any command line option used after (or before) |
Internally config parser don't know it JSON value or command line or second config. |
Fixed in v2.9.1 release. |
Compiled latest master on Ubuntu 16.04. If I try:
It exits with a segmentation fault.
The above would be useful so that I can use the same .json file but only change the password for various pools (usually the worker name).
The text was updated successfully, but these errors were encountered: