Latest update
Hello node operators, if you have already registered a node on the Stader node then please follow the below steps update your node by downloading and installing Stader node version v1.3.2
info
If you want to register a new node on Stader for the first time, please start here
Step 1: Download the updated Stader node CLI
Download Stader node CLI using the Wget command below on your terminal as per your respective system architecture:
- Wget link AMD64(Linux):
wget https://staderlabs.com/eth/releases/stader-node-build/permissioned/v1.3.2/stader-permissioned-cli-linux-amd64 -O ~/bin/stader-permissioned-cli
- Wget link ARM64(Linux):
wget https://staderlabs.com/eth/releases/stader-node-build/permissioned/v1.3.2/stader-permissioned-cli-linux-arm64 -O ~/bin/stader-permissioned-cli
- Wget link (MacOS - Intel):
wget https://staderlabs.com/eth/releases/stader-node-build/permissioned/v1.3.2/stader-permissioned-cli-darwin-amd64 -O ~/bin/stader-permissioned-cli
- Wget link (MacOS - M1):
wget https://staderlabs.com/eth/releases/stader-node-build/permissioned/v1.3.2/stader-permissioned-cli-darwin-arm64 -O ~/bin/stader-permissioned-cli
Unique checksums for verification and added security
Verify the checksums using the following command: sha265sum ~/bin/stader-permissioned-cli
- AMD64(Linux): 8175d860bbabbab360593f5337fc7ac5fd95d861eab418605fe3644ec4df42db
- ARM64(Linux): f72a6ec1a3c076c7821db2860894d0c6b7c81e0782826840c154332aa3e48351
- MacOS-Intel: 42e026810717327ad9aa5e47b3511c73e5347f833192890b59ea1b2a494053d9
- MacOS-M1: ff77a3b603ecd6d879af46f224ba75afb3c73145b4c50b25d24f91e5e8f84d52
Step 2: Give permission to run the downloaded upgrade
Give permission to run the downloaded application using the command -
chmod +x ~/bin/stader-permissioned-cli
Step 3: Restart Stader services
Please run the stop and start service command to restart Stader services
- Stop the service using the command
~/bin/stader-permissioned-cli service stop
- Start the service again using the command
~/bin/stader-permissioned-cli service start
Step 4: Check the CLI version
After a successful restart of the terminal run the command ~/bin/stader-permissioned-cli --version
to verify if the update was downloaded and running perfectly.
Latest version v1.3.2