Comment on page
LND updates
WARNING for every major version update: After the migration the LND database will be only compatible with that new version and above.
This means that the update script needs to be run each time when a clean RaspiBlitz SDcard image is used to access the LND database.
Before updating it is recommended to make a full backup of the LND directory.
This is not to be restored after LND is successfully restarted!
- Run this line in the RaspiBlitz terminal to use the built-in script:$ /home/admin/config.scripts/lnd.rescue.sh backup
- Run in the RaspiBlitz terminal to use:# downloadwget https://raw.githubusercontent.com/openoms/lightning-node-management/en/lnd.updates/lnd.update.v0.17.2-beta.sh# look through the scriptcat lnd.update.v0.17.2-beta.sh# runbash lnd.update.v0.17.2-beta.sh
- Run in the RaspiBlitz terminal to use:# downloadwget https://raw.githubusercontent.com/openoms/lightning-node-management/en/lnd.updates/lnd.update.v0.17.0-beta.sh# look through the scriptcat lnd.update.v0.17.0-beta.sh# runbash lnd.update.v0.17.0-beta.sh
- Run in the RaspiBlitz terminal to use:# downloadwget https://raw.githubusercontent.com/openoms/lightning-node-management/en/lnd.updates/lnd.update.v0.16.4-beta.sh# look through the scriptcat lnd.update.v0.16.4-beta.sh# runbash lnd.update.v0.16.4-beta.sh
- Run in the RaspiBlitz terminal to use:# downloadwget https://raw.githubusercontent.com/openoms/lightning-node-management/en/lnd.updates/lnd.update.v0.16.2-beta.sh# look through the scriptcat lnd.update.v0.16.2-beta.sh# runbash lnd.update.v0.16.2-beta.sh
- Run in the RaspiBlitz terminal to use:# downloadwget https://raw.githubusercontent.com/openoms/lightning-node-management/en/lnd.updates/lnd.update.sh# look through the scriptcat lnd.update.sh# runbash lnd.update.sh
- asks about the parameters every time then downloads and verifies accordingly:$ bash lnd.update.sh# Input the LND version to install (eg. '0.16.0-beta.rc1'):0.16.0-beta.rc1# Input the name of the signer (eg: 'roasbeef'):roasbeef# Input the PGP key fingerprint to check against (eg. 'E4D85299674B2D31FAA1892E372CBD7633C61696'):E4D85299674B2D31FAA1892E372CBD7633C61696
- Download and run this script on the RaspiBlitz:# downloadwget https://raw.githubusercontent.com/openoms/lightning-node-management/master/lnd.updates/lnd.from.source.sh# inspect the scriptcat lnd.from.source.sh# runbash lnd.from.source.sh
- Will ask for the commit to checkout from. Choose a commit ID from this list: https://github.com/lightningnetwork/lnd/commits/master