You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looking through the main.rs file, I see support for RPC password auth, but cookie authentication seems to be the recommended "most secure" method of connection to bitcoind. Is there any chance of this being supported in the future?
The text was updated successfully, but these errors were encountered:
I've just realized that the cookie file is user/password auth as well, so the main difference is how it's generated and accessed. So adding support for it would be pretty easy, I think. Would need to adjust the CLI interface, and allow for choosing a cookie file instead of supplying RPC user/password.
Looking through the main.rs file, I see support for RPC password auth, but cookie authentication seems to be the recommended "most secure" method of connection to bitcoind. Is there any chance of this being supported in the future?
The text was updated successfully, but these errors were encountered: