-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Backport Bitcoin's share/rpcauth/rpcauth.py in rpcuser.py #3388
Backport Bitcoin's share/rpcauth/rpcauth.py in rpcuser.py #3388
Conversation
share/rpcuser/rpcuser.py
Outdated
print("String to be appended to dogecoin.conf") | ||
print("rpcauth="+username+":"+salt+"$"+result) | ||
print("Your password:\n"+password) | ||
print('String to be appended to bitcoin.conf:') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you change this to dogecoin.conf
? I think that's the only difference we want between these files. Thanks!
@chromatic I fixed as mentioned in the code review |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested on arm64 macOS. Could use a squash, otherwise good to go.
@Anish-M-code do you want me to squash it for you?
@patricklodder , i would like if you could squash my pull request. can you please explain me how to squash commits in Github web UI or do you use git commandline to squash git commits. |
backport Bitcoin's share/rpcauth/rpcauth.py in rpcuser.py , no new functionalities like accepting password from user is not supported in this backport.
ea6b8b3
to
96778cf
Compare
Done!
This. But I will have a look at what options we have inside the GitHub web UI once we're done with the release |
@chromatic could you let us know if this is an acceptable implementation for your issue? |
Hey, any updates on this? |
This one is on my list next up, and I hope to get to it before the weekend. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK; this addresses my concerns. Thank you, @Anish-M-code ! I appreciate this.
I simply backported changes from Bitcoin to modernize rpcuser.py , no new functionalities were introduced. This Pull request aims to close feature request #3352