-
Notifications
You must be signed in to change notification settings - Fork 222
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
walletd: --wallet-password-file? #98
Comments
I agree. I have been running into a similar problem. I'm likely going to make the modification my self very soon. I may set up an option to get the variable from the environment as well. |
feel free to use the code from this commit in my fork i just added ;) |
@KrzysztofHajdamowicz Please have a look at the subsection in our wiki where we give a recipe for doing this right. |
This isn't a solution for doing this right via systemd. |
I'm running a production instance of bytecoin.
walletd requires to enter a password via stdin.
There's deprecated method to enter it via argv param.
Maybe there should be an option to specify a file with a password, so I can store passwd here and chmod 600 that file, so nobody else can touch it?
The text was updated successfully, but these errors were encountered: