Skip to content

Update Dingo Node

Download the latest release from the Dingo releases page.

⚠️ Adjust the version and architecture to match your system.

cd ~/dingo
wget https://github.com/blinklabs-io/dingo/releases/download/v0.55.0/dingo-v0.55.0-linux-amd64.tar.gz -O - | tar -xz

sudo systemctl stop dingo

Step 3 - Copy Dingo node to /usr/local/bin/

Section titled “Step 3 - Copy Dingo node to /usr/local/bin/”
sudo cp ~/dingo/dingo /usr/local/bin/

Verify it has been copied by which dingo


Check to make sure no config updates are required.

Refer to the Dingo Release notes and the Quick Start guide.

💡 To view and edit dingo.yaml file run:

sudo nano /etc/dingo/dingo.yaml

⚠️ Adjust path as needed


sudo systemctl start dingo

Check Version is updated:

dingo version

Verify the service is running:

sudo systemctl status dingo.service

To folow the logs in real time:

sudo journalctl -u dingo -f

To see recent logs if there is an error:

sudo journalctl -u dingo -n 50 --no-pager