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.3
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.3/stader-permissioned-cli-linux-amd64 -O ~/bin/stader-permissioned-cliWget link ARM64(Linux):
wget https://staderlabs.com/eth/releases/stader-node-build/permissioned/v1.3.3/stader-permissioned-cli-linux-arm64 -O ~/bin/stader-permissioned-cliWget link (MacOS - Intel):
wget https://staderlabs.com/eth/releases/stader-node-build/permissioned/v1.3.3/stader-permissioned-cli-darwin-amd64 -O ~/bin/stader-permissioned-cliWget link (MacOS - M1):
wget https://staderlabs.com/eth/releases/stader-node-build/permissioned/v1.3.3/stader-permissioned-cli-darwin-arm64 -O ~/bin/stader-permissioned-cli
Unique checksums for verification and added security
Verify the checksums using the following command: sha256sum ~/bin/stader-permissioned-cli
AMD64(Linux): ad61a650858dc3a63997948fe479ee4d916cba562d91897604ea07ddf5976780
ARM64(Linux): e3dd8a7d5fc4e740d4f60992ba516dcca5f9146a92d0e4058d6490c1c899c5ff
MacOS-Intel: e2e5d67d758a00a1ffc0a7a9773470ce0fc6aa844c024f89bdda88a3fe02f235
MacOS-M1: b265f980ae7088f8b682fe63c2a4d0955738222cefaf6bec1851d7c8ca9bb238
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 stopStart 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.3
Last updated