Update node
Node update guide
Update requires updating to the latest node binary.
For a detailed guide, please choose the proper instruction according to the method used to install the node:
Automated script (a.k.a. nodes installed with this guide)
Automated script installs
Run the following command on your server:
The installer will detect existing install and perform the required updates without wiping any data or keys. If asked about which network to use - make sure you choose the correct one.
Docker installs
You need to pull the latest image and recreate your container.
If you followed the Complete example of running a validator on mainnet guide, follow these steps:
Pull the latest image:
Stop and remove the old container. If you followed the guide, it won't remove any data or keys:
Recreate the container:
Manual installs
If you've installed manually, you need to:
Download latest node binary (
linux_x86_build
) from the releases pageStop your node
Replace the binary you're using with the downloaded one
Restart your node
Last updated