Auto-unlock LND wallet/node #331
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "feature/auto_unlock_lnd"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The latest release added a new config option for auto-unlocking the wallet/node using a password file. This changeset adds support for just that to the lnd recipe, so that nobody has to manually unlock it after reboots or service restarts.
There's also a minor change that installs LND with all subsystems enabled, so that we can use loopd for looping in and out money from and to the blockchain.
Lastly, I have changed the default fee settings for new channels slightly.
All of this is tested/running on
bitcoin-2
. I have rebalanced the channels a little bit by looping out some funds, with which I'll open more channels.I have to merge this, so I don't have to open a PR for a PR. You can still review the changes in the original PR, before they go to master, of course.