Validator restart
How to stop, start, and verify your X1 validator.
Stop
tachyon-validator exit -fVerify Stopped
ps aux | grep tachyon-validator | grep -v grepNo output = stopped.
Start
nohup ~/bin/validator.sh &Verify
ps aux | grep tachyon-validator | grep -v grep
tail -f ~/validator.log
solana catchup <YOUR_IDENTITY> --our-localhostLast updated

