Snapshot
This document is a how-to-guide on joining the FirmaChain network using ‘Sanpshot’. * Please note that we do not provide testnet snapshots.
List of networks provided
Please refer to the genesis file, the seed and the github link.
Network
chain-id
genesis.json
seeds
github
Mainnet
colosseum-1
Initialize the firmachain
Initialize nodes and designate the moniker name.
Rename the moniker
Before activating the chain, you can modify the moniker field in the ~/.firmachain/config/config.toml to change the name of the node.
Setup minimum gas prices
Modify the minimum gas fee.
Set seeds
FirmaChain discloses information on seed nodes for the purpose of P2P connection.
Download genesis.json file
After downloading the mainnet genesis.json file, swap the file with ~/.firmachain/config/genesis.json.
Download Snapshot file
Download the snapshot file using the following command.
Please unzip the file using the command below after downloading the file.
Syncing node
Once you’ve successfully unzipped the file, please activate the FirmaChain node using the command below.
Option
You can start firmachain using Cosmovisor or System Daemon.
Last updated