Participate

Initialize chain node

firmachaind init <node_name> --chain-id colosseum-1

Change gas prices

vi ~/.firmachain/config/app.toml

###############################################################################
###                           Base Configuration                            ###
###############################################################################

minimum-gas-prices = "0.1ufct"

Support RPC-API

REST API endpoint is not activated in the default settings. Therefore, if you want to support, please follow the directions below.

This process is not mandatory.

vi ~/.firmachain/config/app.toml
###############################################################################
###                           API Configuration                             ###
###############################################################################

[api]

# Enable defines if the API server should be enabled.
enable = false

Restore Wallet

Restore Key (Validators must have mnemonic)

genesis.json file setting

Download genesis.json and copy to firmachain config folder

genesis.json download

copy genesis.json from firmachain config folder

P2P Setting

We provide three seed nodes for P2P connection. You can find more information from this link.

Seed list (copy seeds)

Start Colosseum network

Register as Validator

Last updated