initiad
CLI:
Install Prerequisites
Build the Daemon
initiad
is not found, check your $PATH
environment variable to ensure it includes $GOBIN
or $GOPATH/bin
.initiad
binaries from the releases page. Choose the appropriate version for your operating system.
/etc/security/limits.conf
:
${HOME}/.initia
--home <YOUR_INITIA_HOME>
to commands${HOME}/.initia/config/priv_validator_key.json
.
IMPORTANT: Always backup your private key, especially for validator nodes. Loss of the private key may result in permanent node inaccessibility.Endpoint | Description | Configuration File |
---|---|---|
REST | RESTful HTTP API | ~/.initia/config/app.toml |
gRPC/gRPC-WEB | gRPC API | ~/.initia/config/app.toml |
RPC | Tendermint/CometBFT API | ~/.initia/config/config.toml |
P2P | Gossip P2P Network | ~/.initia/config/config.toml |
~/.initia/config/app.toml
):~/.initia/config/config.toml
):config.toml
:
~/.initia/config/config.toml
:
peer1@ip1:port1,peer2@ip2:port2
with the list of peers for the network you want to join.
initiad.service
file in /etc/systemd/system
: