Skip to content

Upgrade

Preparation

Information about new releases

Download and install upgrade binaries

sudo systemctl stop tangle
wget -O tangle https://github.com/webb-tools/tangle/releases/download/v1.0.11/tangle-testnet-linux-amd64
chmod +x tangle
sudo mv tangle /usr/bin/
tangle --version

Start the service

sudo systemctl daemon-reload
sudo systemctl start tangle
sudo journalctl -u tangle -f -o cat