chrisguida / smaug

`smaug` watches your bitcoin treasury with a meticulous eye
MIT License
13 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 3 days ago

chrisguida commented 3 days 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.