Skip to content

CodeGp2018/defund-snapshots

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

image

defund-snapshots

Snapshot installation May 5
(Before installing a snapshot, we recommend that you save important files)

Open your terminal next command:
Download archive backup (average time 40-60 minutes)
wget dragonapi.space/data_05052022.tar
Stop nodes and reset database
systemctl stop defund && defundd tendermint unsafe-reset-all
Move arhive backup to directory .defund
mv data_05052022.tar $HOME/.defund/
Open .defund directory
cd $HOME/.defund/
Unarchive archive backup
tar xfv data_05052022.tar
Download addrbook.json and move to directory .defund/config/
wget dragonapi.space/addrbook.json && mv addrbook.json $HOME/.defund/config/
Start node and show logs
sudo systemctl start defund && sudo journalctl -u defund.service -f -o cat
Open .defund directory and remove archive backup (free storage)
cd $HOME/.defund && rm -rf data_05052022.tar

If you have any questions write to Discord: icodragon#4560

About

Defund testnet snapshots

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%