Managing a Validator
System Service
Disable the service from starting on boot
sudo systemctl disable tachyon-validatorStart the service
sudo systemctl start tachyon-validatorCheck the service status
sudo systemctl status tachyon-validatorLogs
View the validator logs
tail -f /home/ubuntu/validator.logIf you encounter any issues, check the service logs for errors.
sudo journalctl -t tachyon-validator -fTo check synchronization status:
solana catchup --our-localhostMonitor Node Performance
Monitor you validator
tachyon-validator --ledger ./ledger monitorSee all network-connected nodes:
solana gossipSee all validators:
solana validators