Nimbus
Updating Nimbus
Download Nimbus
Download the latest version of Nimbus, extract the zipped file, and then run the checksum verification process to ensure that the "nimbus_beacon_node" and "nimbus_validator_client" files have not been tampered with during download.
Each downloadable file comes with it's own checksum. Replace the actual checksum and URL of the download link in the code block above.
Make sure to choose the amd64 version. Right click on the linked text and select "copy link address" to get the URL of the download link to curl
.
Expected output: Verify output of the checksum verification.
If checksum is verified, extract the consensus client and validator client binaries into the (/usr/local/bin)
directory (as a best practice). Then, clean up the duplicated copies.
Restart the Nimbus services
Monitor journal logs using
Pruning Nimbus
Consensus clients take up a small amount of disk space when compared to execution clients. However, you can still free up ~200GB by pruning it if your validator node has been running for a while.
To prune consensus clients, simply delete the existing database and restart the beacon service with checkpoint sync
enabled.
Monitor logs for errors.
Last updated