Snapshot
Chain ID | Latest Version Tag |
---|---|
Connect to the current Screen session
Stop the program using menu item: 0.Exit
cd $HOME/tfsc && tmux attach -t tfsc
Delete the old database
rm -rf data.db
Download latest snapshot
from here:
curl -o - -L https://snapshots.moonbridge.team/testnet/transformers/snapshot_latest.tar.lz4 | lz4 -dc - | tar -x -C $HOME/tfsc
or here:
# download the data.db from snapshot by @snsmlnnwget https://snsmln.xyz/data.db.tar.gz# extract data.dbtar xvf data.db.tar.gz# remove the zipped file for extra space on your diskrm -rf data.db.tar.gz
or here:
# download the data.db from snapshot by devwget https://uscloudmedia.s3.us-west-2.amazonaws.com/transformers/db/data.db.2410001.tar.gz# extract data.dbtar xvf data.db.2410001.tar.gz# remove the zipped file for extra space on your diskrm -rf data.db.2410001.tar.gz
Launching the program
./tfs__project_version__testnet -m