For the complete documentation index, see llms.txt. This page is also available as Markdown.

Validator restart

How to stop, start, and verify your X1 validator.

Update Binary (if new version)

cd ~/tachyon
git fetch origin
git checkout dyn_fees_v2.2
git pull
cargo build --release
~/tachyon/target/release/tachyon-validator --version

Wait for Safe Restart Window

tachyon-validator --ledger ~/ledger wait-for-restart-window --min-idle-time 10

Stop

tachyon-validator exit -f

Start

nohup ~/bin/validator.sh &

Verify

Last updated