Files
bitcoin-tutorials/lnd.updates/README.md
2019-07-02 21:05:29 +01:00

38 lines
1.9 KiB
Markdown

## Automated LND update scripts for the RaspiBlitz and compatible systems
#### [Build LND from source](lnd.from.source.sh)
* 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](https://github.com/lightningnetwork/lnd/releases/)
#### [Update LND to v0.7.0-beta](lnd.update.v0.7.0-beta.sh)
* 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](lnd.update.v0.7.0-beta-rc3.sh)
* 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](lnd.update.v0.7.0-beta-rc2.sh)
* 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](lnd.update.v0.7.0-beta-rc1.sh)
* 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](lnd.update.v0.6.1-beta.sh)
* 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`