For the complete documentation index, see llms.txt. This page is also available as Markdown.
Mainnet Buenos Aires Reboot
Step-by-step to get your validator backup
Due to a mainnet reboot and ledger backtrace to epoch 10, all validators need to manually reset and reconnect. Follow this short guide to restore your node and rejoin the X1 network.
✅ Steps to Get Back on X1
1. Stop the Validator
Shut down your validator cleanly:
tachyon-validatorexit-f
Alternatively, check running processes:
psaux|grepvalidator
And terminate with kill <PID> if needed.
2. Remove Old Ledger
Delete the outdated ledger:
rm-rfledger
3. Connect to the Correct RPC
Make sure you're using the official X1 mainnet RPC:
4. Update Validator Startup Script for Mainnet
Open your validator startup script:
Replace its contents with:
Replace its contents with:
Save and exit the editor.
5. Go to Your Keypair Directory
Navigate to the folder where your Solana keypairs are stored:
6. Set the Correct Signer (Identity Keypair)
Tell Solana CLI to use the correct identity key:
7. Start the Validator
From your home directory, start the validator:
Monitor validator logs to verify it's running:
8. Check and Manage Stakes
Inspect your stake account:
✅ If your stake was delegated before epoch 11, it remains valid.
❌ If delegated after epoch 11, you'll need to re-delegate.
Use this guide to re-delegate: 👉 https://docs.x1.xyz/validating/connect-validator-to-x1-mainnet