Reset a Validator Node (Testnet)
Instructions for validators to rebuild in the case of a Testnet chain reset.
Any upcoming resets will be announced in the #testnet
channel on Nibiru's Discord server. To reset your node and rejoin the testnet, please follow the steps below:
Remove the old chain data and binary
bash
sudo rm -rf $HOME/.nibid
sudo rm $HOME/go/bin/nibid
Recreate the validator
Follow the same steps from "Run a Full Node (Testnet)" and "Become a Validator (Testnet)" again.