Last active
April 24, 2024 17:31
-
-
Save WietseWind/9480a4fc95e904e54524406005c8c963 to your computer and use it in GitHub Desktop.
Upate Xahaud node running xahaud natively (without Docker)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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