Latest update
Hello node operators!
if you have already registered a node on the Stader node then please follow the below steps to update your node by downloading and installing Stader node version v1.6.5
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/permissionless/v1.6.5/stader-cli-linux-amd64 -O ~/bin/stader-cli
Wget link ARM64(Linux):
wget https://staderlabs.com/eth/releases/stader-node-build/permissionless/v1.6.5/stader-cli-linux-arm64 -O ~/bin/stader-cli
Wget link (MacOS - Intel):
wget https://staderlabs.com/eth/releases/stader-node-build/permissionless/v1.6.5/stader-cli-darwin-amd64 -O ~/bin/stader-cli
Wget link (MacOS - M1):
wget https://staderlabs.com/eth/releases/stader-node-build/permissionless/v1.6.5/stader-cli-darwin-arm64 -O ~/bin/stader-cli
Unique checksums for verification and added security
Verify the checksums using the following command: sha256sum ~/bin/stader-cli
AMD64(Linux): 153d4b004c9219d7e12ec046a5901300b87438edeb1e4162148d280f3ea0cf73
ARM64(Linux): 5f58a97fb64941590cc34526fbb4c58a4cc380da4458f68b9eaf8f30be7d17e5
MacOS-Intel: 2dd6dd14ecc4192a5b35624bf41f1c18e688d94206c2ba6a1bdae1ad9ff1e887
MacOS-M1: cb2687840c3820a213ed5d7c6be74d34697f04028512504c5ac9c08eb0dc8f3d
Step 2: Give permission to run the downloaded upgrade
Give permission to run the downloaded application using the command
chmod +x ~/bin/stader-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-cli service stop
Start the service again using the command
~/bin/stader-cli service start
Step 4: Check the CLI version
After a successful restart of the terminal run the command ~/bin/stader-cli --version
to verify if the update was downloaded and running perfectly.
Latest version: v1.6.5
Last updated