Skip to main content

Upgrade v0.1.0

cd $HOME && sudo systemctl stop safrochaind
cd $HOME
rm -rf safrochain-node
git clone https://github.com/Safrochain-Org/safrochain-node.git
cd safrochain-node
git checkout v0.1.0
make install
safrochaind version
sudo systemctl restart safrochaind && sudo journalctl -fu safrochaind -o cat