Installation
This guide walks you through installing the Solana (X1) tools and Tachyon v2.0.
1. Install Tachyon v2.0 and Solana tools
X1 uses Solana tools to interact with the network. Tachyon v2.0 is the X1 validator client.
sh -c "$(curl -sSfL https://release.x1.xyz/stable/install)"
sh -c "$(curl -sSfL https://release.x1.xyz/stable/install)"
Open a Command Prompt (cmd.exe) as an Administrator and run:
cmd /c "curl https://release.x1.xyz/stable/tachyon-install-init-x86_64-pc-windows-msvc.exe --output C:\agave-install-tmp\agave-install-init.exe --create-dirs"C:\agave-install-tmp\agave-install-init.exe v2.2.0
2: Verify the installation
solana --versiontachyon-validator --version
If you see the versions listed below, the installation was successful:
solana-cli 2.0.XX (src:00000000; feat:XXXXXXXXXXXX, client:Tachyon)tachyon-validator 2.0.XX (src:00000000; feat:XXXXXXXXXXXX, client:Tachyon)
3: Generate a Solana Keypair
solana-keygen new
4: Connect to the X1 Testnet
solana config set --url https://rpc.testnet.x1.xyz