Ubuntu 20.04.3 LTS
. It is also possible to install on Unix, while Windows may require additional unsupported third party installation (eg. Install WSL and then use it to follow the Linux Instructions). All steps are listed below for a clean install.make
and gcc
, ensure correct time syncgcc
make
GOPATH
to your PATH
variable so that we can run the sifnoded binary. ~/sifnode
folder, create a wallet:sifnoded keys add <wallet name>
--chain-id string
The network chain ID--fees string
Fees to pay along with transaction--from string
Name or address of private key with which to sign--keyring-backend string
Select keyring's backend (os|file|kwallet|pass|test|memory) --node string
<host>:<port> to tendermint rpc interface for this chain
--log_format string
The logging format (json|plain) (default "plain")--log_level string
The logging level (trace|debug|info|warn|error|fatal|panic)--trace
print out full stack trace on errors