Managing a Validator
System Service
Disable the service from starting on boot
sudo systemctl disable tachyon-validator
Start the service
sudo systemctl start tachyon-validator
Check the service status
sudo systemctl status tachyon-validator
Logs
View the validator logs
tail -f /home/ubuntu/validator.log
If you encounter any issues, check the service logs for errors.
sudo journalctl -t tachyon-validator -f
To check synchronization status:
solana catchup --our-localhost
Monitor Node Performance
Monitor you validator
tachyon-validator --ledger ./ledger monitor
See all network-connected nodes:
solana gossip
See all validators:
solana validators