Comment on page
Join the Xion Network
How to join the network with a configured daemon
With a configured Xion Daemon, we can attempt to join one of the Xion Networks.
Network | Genesis JSON | Addressbook JSON | Node Snapshot |
---|---|---|---|
xion-testnet-1 | |||
xion-mainnet-1 | TBD | TBD | TBD |
- The Genesis JSON file specifies the account balances and parameters at the inception of the network, and anchors the application state to a point in time.
- The Addressbook lists a selection of peers for your node to dial, such that it may discover other nodes in the network.
For detailed information on how to join each network, please refer to its corresponding subsection.
Finally, with all the configurations in place, we can start synchronizing our node:
$ xiond start --x-crisis-skip-invariants --home /home/xiond/.xiond
Last modified 2mo ago