Skip to content

Instantly share code, notes, and snippets.

@WietseWind
Last active April 24, 2024 17:31
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save WietseWind/9480a4fc95e904e54524406005c8c963 to your computer and use it in GitHub Desktop.
Save WietseWind/9480a4fc95e904e54524406005c8c963 to your computer and use it in GitHub Desktop.
Upate Xahaud node running xahaud natively (without Docker)
update=2024.4.21-release+858
cd /opt/xahaud/downloads/ && \
wget https://build.xahau.tech/"$update" && \
cd /opt/xahaud/bin && \
service xahaud stop && \
rm xahaud && \
ln -s ../downloads/$update ./xahaud && \
chmod +x ./xahaud && service xahaud start
# Use this if you're running the Xahaud Mainnet Docker
# https://gist.github.com/WietseWind/2ed35d85dcd056d82645de2958934f86
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment