backups: include SCB and node access for LND

This commit is contained in:
openoms
2020-04-02 12:00:52 +01:00
committed by GitHub
parent 18fb590d26
commit 57605e3a54

View File

@@ -7,14 +7,20 @@ Notes on LND seed format (different from Bip39 or Electrum): <https://github.com
#### Full backup 1
* Seed (24 words)
* Cypher Phrase (passphrase)
* Static Channel Backup (channel.backup)
* needs to be updated to include every new channel and recovery requires the peers to be online
#### Full backup 2
* LND folder with the !!latest!! state (wallet.db + channel.db)
* Wallet Unlock Password
* LND folder with the !!**latest**!! state (wallet.db + channel.db)
* requires to have physical or remote SSH access to the node (can be Hidden Service address for the port 22)
* Wallet Unlock Password
* need to include SSH and sudo passwords to allow access to the folder on the node
### Packages for a 2-of-3 setup
#### Location 1
* Seed (24 word)
* Static Channel Backup (channel.backup)
* LND folder (wallet.db + channel.db)
#### Location 2
@@ -23,4 +29,5 @@ Notes on LND seed format (different from Bip39 or Electrum): <https://github.com
#### Location 3
* Seed (24 words)
* Static Channel Backup (channel.backup)
* Wallet Unlock Password