Join a network
It is highly recommended that you set up a private local network before joining a public network. This will help you get familiar with the setup process, and provide an environment for testing. The following sections outline this process.
Set up a local node
Validators can set up a private Dymension Hub network to become familiar with running a full Dymension Hub node before joining a public network. For a complete guide on setting up a local network refer to Dymension Repo Readme.
Join a public network
Genesis file specifies the account balances and parameters at the start of the network to use when replaying transactions and syncing. Install the appropriate version of the binary and replace the local genesis file with that of the target network.
- Dymension (Mainnet)
- Blumbus (Testnet)
- Chain-id: dymension_1100-1
- Binaries: https://github.com/dymensionxyz/dymension.git
- Version: v3.1.0
- Git commit: b0e997d6b921666b7c4da4e121a87a2652ed0d2a
- Genesis: Link here
- Seed nodes: Link here
- Base denom: adym (18 decimal)
- Chain-id: blumbus_111-1
- Binaries: https://github.com/dymensionxyz/dymension.git
- Version: v3.1.0
- Git commit: b0e997d6b921666b7c4da4e121a87a2652ed0d2a
- Genesis: Link here
- Seed nodes: Link here
- Base denom: adym (18 decimal)
For default dymd
configurations, the genesis
should be placed under ~/.dymension/config/genesis.json
.
Continue to the Sync page to find out more about syncing your node.