Snapshot
Snapshot Atomone From RoomIT
How to Deploy Snapshot?
sudo apt install lzma -ySNAPSHOT=$(curl -s https://roomit.xyz/snapshot/mainnet/atomone/ | grep -i "<a href=" | grep lzma | grep -v md5sum | awk -F"=" '{print $2}' | sed 's/"//g' | sed "s/>//g" | sed "s/ //g")
wget -c https://roomit.xyz/snapshot/mainnet/atomone/${SNAPSHOT} --inet4-onlysudo systemctl stop atomone-nodecp ${HOME}/.atomone/data/priv_validator_state.json ${HOME}/.atomone/priv_validator_state.jsonatomoned tendermint unsafe-reset-all --home $HOME/.atomone --keep-addr-booklzma -d -c ${SNAPSHOT} | tar -xv -C $HOME/.atomone cp ${HOME}/.atomone /priv_validator_state.json ${HOME}/.atomone/data/priv_validator_state.jsonLast updated