chrisguida / smaug

`smaug` watches your bitcoin treasury with a meticulous eye
MIT License
14 stars 3 forks source link

Add scanblocks to bcli so we don't need to log into the user's bitcoind directly #63

Open chrisguida opened 1 month ago

chrisguida commented 1 month ago

This would save us from having to store the user's bitcoind username and password in plaintext in the CLN config

It would also massively benefit wallet rescans inside CLN itself, if CLN were to add an option to use scanblocks instead of just fetching blocks one by one.