Validator Home
Validator Commands
14min
help check the help file add help behind any validator command to get help on that command or subcommand (ie xandeum validators help ) cli xandeum help gossip check the machines connected to the cluster cli xandeum gossip validators check the current and delinquent validators, stake and software version cli xandeum validators this will sort by highest skip rate cli xandeum validators sort skip rate reverse delinquent validators show only delinquent validators by grep for the ⚠️ symbol cli xandeum validators | grep p '\x{26a0}' cli solana validators | grep ⚠️ logs follow the log file (it moves fast, can be combined with options such as pipe to grep) cli tail f xand validator log cli tail f xand validator log | grep "search terms" exit to properly shut down a validator use exit command to check for upcoming leader slots note with our cluster size, we will almost always be missing leader slots by shutting down so we need to bypass this check with min idle time check cluster for delinquent stake take local snapshot stop your validator cli xandeum validator ledger /ledger exit max delinquent stake 10 min idle time 0 monitor note if you have a system service set up on the machine, then you also need to stop the service or it will auto restart! cli sudo systemctl stop xand service cli sudo systemctl status xand service get config cli xandeum config get