Set up automatic remote backups for LND channel states #359

Closed
opened 2021-11-26 18:52:24 +00:00 by raucao · 1 comment
Owner

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.

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. * https://medium.com/@rahil471/enable-channel-backups-and-fund-recovery-on-lnd-lightning-network-3f27be42eb43 * https://github.com/darwin/lnd-auto-backup
raucao self-assigned this 2021-12-23 09:43:51 +00:00
Author
Owner

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.

> 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.
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: kosmos/chef#359
No description provided.