Skip to content

Upgrade

Stop the service

sudo systemctl stop bifrost.service

Remove the old binary file

rm /var/lib/bifrost-data/bifrost

Download the latest version of the binary file

Get the latest version of Bifrost from the Bifrost GitHub Release page

wget https://github.com/bifrost-finance/bifrost/releases/download/<NEW VERSION TAG HERE>/bifrost

Move the binary to the data directory

mv ./bifrost /var/lib/bifrost-data
cd /var/lib/bifrost-data
chmod +x bifrost
chown bifrost_service bifrost
cd $HOME

Register and start the service

systemctl enable bifrost.service
systemctl start bifrost.service
systemctl status bifrost.service

Check the logs

journalctl -u bifrost.service -f -o cat