Skip to content

Instantly share code, notes, and snippets.

@ForboleDevelopment
Last active June 5, 2020 08:20
Show Gist options
  • Save ForboleDevelopment/b4b2aa1990b7b58c6eadea6c0d9ab57d to your computer and use it in GitHub Desktop.
Save ForboleDevelopment/b4b2aa1990b7b58c6eadea6c0d9ab57d to your computer and use it in GitHub Desktop.
Morpheus-4001 update procedure
# Go into the folder where you downloaded Desmos
cd ~/desmos
# Checkout the correct Desmos tag and build the software
git fetch --tags && git checkout tags/v0.5.1 && make install
# Stop the currently running node
sudo systemctl stop desmosd
# Remove the current genesis and get the new one
rm ~/.desmosd/config/genesis.json
curl https://raw.githubusercontent.com/desmos-labs/morpheus/master/4001/genesis.json > ~/.desmosd/config/genesis.json
# Reset the node and start it again
desmosd unsafe-reset-all
sudo systemctl start desmosd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment