Skip to content

Instantly share code, notes, and snippets.

@papyasha
Last active July 2, 2020 16:33
Show Gist options
  • Save papyasha/7d97cb53aa1153cc65b0535c2b9f23e3 to your computer and use it in GitHub Desktop.
Save papyasha/7d97cb53aa1153cc65b0535c2b9f23e3 to your computer and use it in GitHub Desktop.
Update Keep Random Beacon and ECDSA nodes

Update Keep Random Beacon and ECDSA nodes

Stop and remove running Docker images

sudo docker stop keep-client
sudo docker rm keep-client
sudo docker stop ecdsa
sudo docker rm ecdsa

NOTE: we do not remove old images here

Pull new images

sudo docker pull keepnetwork/keep-client:latest
sudo docker pull keepnetwork/keep-ecdsa-client:latest

Update config (only if needed)

Instead of editing files we will remove them and create new ones.

rm $HOME/keep-client/config/config.toml
rm $HOME/keep-ecdsa/config/config.toml

Create config files and run nodes

Now create new config files and run nodes using original guide.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment