-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
[BUG] dash.conf rpcuser and rpcpassword special characters #1323
Comments
Not exactly a fix, but on first launch it at least fills the rpcuser and password without using special chars. https://github.com/SilkNetwork/DarkSilk-Core/commit/e0b9eb358119383a64405dde1d8e21190bfad1c1 |
I doubt it's a Dash Core issue, filled an issue in Sentinel's repo dashpay/sentinel#4 |
Yep, its probably a sentinel bug, because this was not problem before 12.1. |
It is a sentinel issue with how it reads the config file, i just added the conf file generation for DarkSilk and thought of this a quick fix/circumvention of the issue, for now ;) |
@akijuh Can you specify the exact character(s) that you had to remove in order to get it to work? |
@nmarley rpcuser=nOtSD*=l[F(mQFJJJ |
sentinel issue, closing here |
V12.1.0
If in dash.conf rpcuser and/or rpcpassword include any special character, like !"#¤%&/,
sentinel wont work like it should be, and masternode status become to watchdog_expired,
only normal chars are working ok.
I did have this problem, after fixed/removed all special characters, no problem any more.
The text was updated successfully, but these errors were encountered: