Skip to content

Instantly share code, notes, and snippets.

@karzak
Last active December 12, 2018 20:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save karzak/31e4bc0f7e6d8d1d4561158f745a1d51 to your computer and use it in GitHub Desktop.
Save karzak/31e4bc0f7e6d8d1d4561158f745a1d51 to your computer and use it in GitHub Desktop.
Updating lnd
sudo rm -rf /usr/local/go
wget https://dl.google.com/go/go1.11.2.linux-amd64.tar.gz
sudo tar -C /usr/local -xzf go1.11.2.linux-amd64.tar.gz
cd $GOPATH/src/github.com/lightningnetwork/lnd
git pull
make clean && make && make install
lncli stop
lncli unlock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment