Set up automatic remote backups for LND channel states #359
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
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?
A cron job is not sufficient, as we need to back up the state after every change. Otherwise the backup would potentially contain outdated channel states.
This is only partially true. Turns out the SCB is only good for triggering remote force closing in case of total data loss. Meaning it's only updated after channel openings and closings, and not after every transaction.