How to move node using snapshot
This can be done on all node types, including validator node (VN), validator fullnode (VFN) and public fullnode (PFN).
Set var
echo export USERNAME=alice >> $HOME/.bash_profile
echo export WORKSPACE=mainnet >> $HOME/.bash_profile
source $HOME/.bash_profile
mkdir ~/$WORKSPACE
cd ~/$WORKSPACEsudo apt-get install lz4Create database directory
docker info|grep "Docker Root Dir"Download snapshot
Decompress the archive to workspace directory:
Download the files needed to run VFN or Validator


Start your node
Update on-chain network addresses and update on-chain consensus key (only for Validator)
Delete the downloaded archive to save space
More information can be found here
Last updated