Skip to content
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

RPC Cookie support for bitcoind rpc support #159

Open
jeffw387 opened this issue Feb 24, 2023 · 1 comment
Open

RPC Cookie support for bitcoind rpc support #159

jeffw387 opened this issue Feb 24, 2023 · 1 comment

Comments

@jeffw387
Copy link

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?

@jeffw387
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant