Hardware Requirements

Prerequisites

Running Settlus Node

You can run Settlus node and join a public testnet or public mainnet of Settlus through below steps.

Setting up

  1. Prepare the server that meets requirements.
  2. Copy the latest binary to the server, or build the binary from the source.
  3. Initialize Settlus configuration with settlusd init command, with relevant options.

Copy

# initialize at /.settlus
/settlusd init $MONIKER \\
--chain-id $CHAIN_ID \\
--home /.settlus \\
--persistent-peers $PERSISTENT_PEERS

If you need to sync the data, check sync section for more options.

  1. Copy relevant genesis file to initialized home, and set up additional configurations.

Copy