By default the template uses the Sauron plugin to read blockchain data from Blockstream API. Great for development!
Oof okay so how do you set the non-default to read blockchain data from your own node?
reply
In the lightningd.conf file, there's a section that disables the 'bitcoin' plugin and enables sauron. You can comment those out and it will reverse the changes.
You will also need to add some additional configs to setup the RPC connection between bitcoind and lightning. I recommend using rpcauth (and rpcauth generator website).
reply