Upgrade proposal detected

Meme Meme

Meme Network is a meme-friendly ecosystem embracing the advantages of Web 3.0 on transparency, irreversible data and collective consensus.

Snapshot

Latest snapshot

TypeHeightAgeSizeDownload
 
 

Stop the service and reset the data

sudo systemctl stop memed
cp $HOME/.memed/data/priv_validator_state.json $HOME/.memed/priv_validator_state.json.backup
rm -rf $HOME/.memed/data

Download the latest snapshot

SNAPSHOT_FILE=$(curl -Ls https://snapshots.brocha.in/meme/meme-1.json | jq -r .file)
curl -L https://snapshots.brocha.in/meme/$SNAPSHOT_FILE | lz4 -dc - | tar -xf - -C $HOME/.memed
mv $HOME/.memed/priv_validator_state.json.backup $HOME/.memed/data/priv_validator_state.json

Restart the service and check the log

sudo systemctl restart memed
sudo journalctl -u memed -f --no-hostname -o cat