๐Ÿชช 3. Initialize Your Renergy Node

Once the node software is installed, the next step is to initialize your local Renergy node and generate the required configuration structure.


๐Ÿงฐ Step 1: Run Node Initialization

Use the following command to initialize your node:

renergyd init --chain-id="renergy_3352-1" <node-name> --home "<config-path>"

Example:

renergyd init --chain-id="renergy_3352-1" validator --home "$HOME/.renergyMainnetNode"

This command prepares your node by creating the essential directory layout inside ~/.renergyMainnetNode, including:

  • ๐Ÿ“ config/ โ€” network and client configuration files

  • ๐Ÿ“ฆ data/ โ€” blockchain state and block storage

Initialization only needs to be performed once and sets the foundation for syncing and validating on the Renergy Blockchain.

Last updated