Skip to main content

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.6.1

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/permissionless/v1.6.1/stader-cli-linux-amd64 -O ~/bin/stader-cli
  • Wget link ARM64(Linux): wget https://staderlabs.com/eth/releases/stader-node-build/permissionless/v1.6.1/stader-cli-linux-arm64 -O ~/bin/stader-cli
  • Wget link (MacOS - Intel): wget https://staderlabs.com/eth/releases/stader-node-build/permissionless/v1.6.1/stader-cli-darwin-amd64 -O ~/bin/stader-cli
  • Wget link (MacOS - M1): wget https://staderlabs.com/eth/releases/stader-node-build/permissionless/v1.6.1/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): 3b87197a982fcaf243d532734993a54efb5ecf34e146addcf43a65c1bb9b93a3
  • ARM64(Linux): c90a2602dabc2509b4c4cc69634d6ddb8cf79e7b6b8c6f436da47f44cc925187
  • MacOS-Intel: 71b5d01697510f801c640c8000decfc8377c93b57ba22d2ba3737df96c34f96f
  • MacOS-M1: aa93837ceaffeafd414fb93743c4f76ad35262d02eb68e506740fb1fabb1d1e3

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.1