Installation firmachaind

This document is the FirmaChain binary installation guide. FirmaChain was built using Cosmos SDK that utilizes the tendermint consensus algorithm.

Call binary after building

SYNCING FROM GENESIS

When joining the FirmaChain network using “Syncing from genesis” you must change the FirmaChain binary into the appropriate version at a certain block height. For information on the appropriate version of binary per block height, please refer to the list below.

Chain ID

Block height

Chain binary version

colosseum-1

0 ~ 4,805,999

v0.3.3-patch

4,806,000 ~ 15,677,999

v0.3.5-patch

15,678,000 ~ 19,349,999

v0.4.0

19,350,000 ~ 20,671,999

v0.5.0 v0.5.0-patch (recommended)

20,672,000 ~ Afterwise

v0.5.1 v0.5.1-patch (recommended)

Using ‘git clone’, call the FirmaChain project and access the directory.

git clone https://github.com/firmachain/firmachain.git
cd firmachain

Please change the branch accorrdingly using the release tag.

Build the FirmaChain binary using the following command.

Once you complete the binary build, you can check the installation path and version information using the “firmachaind” command.

Last updated