talaia-labs / rust-teos

The Eye of Satoshi - Lightning Watchtower
https://talaia-labs.github.io/talaia.watch/
MIT License
134 stars 63 forks source link

Adds rpccookie to bitcoind auth methods #249

Closed sr-gi closed 6 months ago

sr-gi commented 8 months ago

Currently, we are authenticating against bitcoind using user/pass. This adds the option to use a cookie file instead.

Notice providing the two authentication methods at the same time is not permitted, users must set either the user/pass pair or the cookie file path.

Close #246

d6n13l0l1v3r commented 8 months ago

work as expected I will provide details of the test comment below

sr-gi commented 6 months ago

Addresses review comments from @orbitalturtle and @mariocynicys