-
Notifications
You must be signed in to change notification settings - Fork 112
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
The 1.10.0 release daemon appears to ignore flags #387
Comments
I have tracked down the issue to the No idea why this setting causes the daemon to ignore it's CLI flags, but there should be some kind of warning message like:
|
According to Thorsten Behrens from Telegram:
|
Hi @jakubgs, So Thorsten is correct: what you are doing (running the daemon binary on your native system, i.e., not within a Docker container) is called Native Mode and is only supported in Native Mode installations. It will not work if you don't have Native Mode set up and you try to run the Daemon outside of Docker like this. Part of the Native Mode installation guide linked above is the service configuration process, which is required in order to set up the Daemon's parameters. If you're running headlessly and want to do it via a script / without the interactive TUI, you can follow the command line flag configuration steps. Note that you only have to do this upon installing a new version of the Smartnode, but you will need to do it one time whenever you upgrade the Smartnode to ensure the configuration is migrated to the latest format and any new parameters get populated. Regardless, the |
Okay, thanks for the explanation. I still think there should be some kind of warning in the logs. But what are then the correct locations for those three settings( |
Based on the initial post, if you are planning to configure the system headlessly / non-interactively, you would want to run this (plus any supplemental configuration you may need):
This will intrinsically set the wallet path to |
I see. I already have that configured. Thanks for confirming I don't need any other settings. |
I see the flags have been removed from
So that's good. But I still think there should be some more verbose indicator in logs about native mode state for clarity. |
Ok, I'll put a note into the console on startup for |
We have attempted to deploy the 1.10.0 version but when we try to rune the smartnode we get errors like:
and
Which clearly show the daemon is ignoring flags we are providing it with:
The text was updated successfully, but these errors were encountered: