This page uses machine translation from English, which may contain errors or unclear language. For the most accurate information, please see the original English version. Some content may be in the original English due to frequent updates. Help us improve this page's translation by joining our effort on Crowdin. (Crowdin translation page, Contributing guide)
Install Consensus Nodes
Download
You can download the latest version of the kcn
on Download page.
Installation
Linux Archive Distribution
The archive file consists of the executable binary and the configuration file structured as follows.
Note: Do NOT alter the file structure or file name. If you change it, the node may not function correctly.
- bin |- kcn |- kcnd- conf |- kcnd.conf
File Name | File Description |
---|---|
bin/kcn | CN executable file |
bin/kcnd | CN start/termination script file |
conf/kcnd.conf | CN configuration file |
The installation is the uncompression of the downloaded package where you want to install the package.
$ tar zxf kcn-vX.X.X-linux-amd64.tar.gz
Or,
$ tar zxf kcn-baobab-vX.X.X-linux-amd64.tar.gz
Note: it is recommended that the uncompressed directory kcn-linux-amd64/bin
path should be added to the environment variable $PATH
to run the kcn
and kcnd
globally. As an example,
$ export PATH=$PATH:~/downloaded/path/kcn-linux-amd64/bin
The other sections assume that the path is added to the variable.