mirror of
https://github.com/openoms/bitcoin-tutorials.git
synced 2025-12-19 04:54:18 +01:00
Automated LND update scripts for the RaspiBlitz and compatible systems
Moved to the repo: https://github.com/openoms/lightning-node-management
Build LND from source
-
Download and run this script on the RaspiBlitz:
$ wget https://raw.githubusercontent.com/openoms/bitcoin-tutorials/master/lnd.updates/lnd.from.source.sh && sudo bash 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
Check for the latest official release and notes
Update LND to v0.7.0-beta
- Download and run this script on the RaspiBlitz:
$ wget https://raw.githubusercontent.com/openoms/bitcoin-tutorials/master/lnd.updates/lnd.update.v0.7.0-beta.sh && sudo bash lnd.update.v0.7.0-beta.sh
Update LND to v0.7.0-beta-rc3
- Download and run this script on the RaspiBlitz:
$ wget https://raw.githubusercontent.com/openoms/bitcoin-tutorials/master/lnd.updates/lnd.update.v0.7.0-beta-rc3.sh && sudo bash lnd.update.v0.7.0-beta-rc3.sh
Update LND to v0.7.0-beta-rc2
- Download and run the script to update:
$ wget https://raw.githubusercontent.com/openoms/bitcoin-tutorials/master/lnd.updates/lnd.update.v0.7.0-beta-rc2.sh && sudo bash lnd.update.v0.7.0-beta-rc2.sh
Update LND to v0.7.0-beta-rc1
- Download and run the script to update:
$ wget https://raw.githubusercontent.com/openoms/bitcoin-tutorials/master/lnd.updates/lnd.update.v0.7.0-beta-rc1.sh && sudo bash lnd.update.v0.7.0-beta-rc1.sh
Update LND to v0.6.1-beta
- Download and run the script to update:
$ wget https://raw.githubusercontent.com/openoms/bitcoin-tutorials/master/lnd.updates/lnd.update.v0.6.1-beta.sh && sudo bash lnd.update.v0.6.1-beta.sh