Skip to content

Instantly share code, notes, and snippets.

@asverty
Last active October 8, 2022 12:17
Show Gist options
  • Save asverty/68a7608c4942084672c8d1bd789126b0 to your computer and use it in GitHub Desktop.
Save asverty/68a7608c4942084672c8d1bd789126b0 to your computer and use it in GitHub Desktop.
#delete old genesis
rm $HOME/.ion/config/genesis.json
#download new genesis
wget -O $HOME/.ion/config/genesis.json "https://raw.githubusercontent.com/IDEP-network/incentivized-testnet/main/binary/genesis.json"
#reset the state of database
iond unsafe-reset-all
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment