Files
bitcoin-tutorials/lnd.updates
2019-07-02 21:15:36 +01:00
..
2019-07-01 16:01:57 +01:00
2019-07-01 16:01:57 +01:00
2019-07-01 16:01:57 +01:00
2019-07-01 16:01:57 +01:00
2019-07-01 16:01:57 +01:00
2019-07-02 21:05:29 +01:00

Automated LND update scripts for the RaspiBlitz and compatible systems

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