xion-testnet-1
Details to join the xion-testnet-1 network.
Hosts and Endpoints
The different Hosts and Endpoints of xion-testnet-1
are:
Seeds
eb029462c82b46d842a47122d860617bff627fdf@xion-testnet-1.burnt.com:11656
Peers
6bb70718db6af0a473c9d76e82d9ade33618b20d@xion-testnet-1.burnt.com:32656
0f2ccb6d7e8f233c03f91dee690f5ff714319fba@xion-testnet-1.burnt.com:33656
f684e3873191d62a74e5431202581d99fe3439b7@xion-testnet-1.burnt.com:34656
Download the Genesis JSON file
We provide a sample snippet which will download the genesis.json
to the correct destination.
Specify the Seed node to discover peers
We provide a sample snippet which will edit the config.toml
with our Seed node.
Synchronize the chain
Now that we've configured our Xion Daemon to discover other nodes in the Xion Network, we can attempt to synchronize the chain.
While it's definitely possible to synchronize the chain from Genesis, we recommend you only do so if you want to run an Archive node, and perform processing on each of the blocks as they come in.
Instead, we highly recommend you either download a Node snapshot and restore it locally, or attempt to synchronize using the State Sync feature. These methods are much faster, and provide you with a functional node in a fraction of the time.
Download a Node Snapshot
Downloading the most recent Node Snapshot is the most reliable way to catch up with the chain.
We produce Node Snapshots every twenty-four (24) hours, and keep the last six (6) tarballs. As a convenience, the latest Snapshot is available with the -latest.tar.lz4
suffix.
We provide a sample snippet, with which to download our latest public snapshot.
Restore a State Sync snapshot
Syncing the chain using State Sync is the fastest way to catch up with the latest block.
We provide a sample snippet, with which to edit the config.toml
for State Sync.
⚠️ State Sync is Flaky
While it's a great idea in theory, and when it works it's fantastic, sometimes State Sync just won't cooperate. Notably, it doesn't handle synchronizing WASM data.
If State Sync just isn't working for you, DON'T PANIC!
Try the restore using a Node snapshot instead.
Last updated