Configuration

If this is your first time installing an es-node, you'll need to configure it by creating a data file for each shard using the es-node init command. After that, you can start the es-node with various options.

During devnet tests, the run.sh file already includes the proper options for your convenience, but you should be prepared to specify configurations as needed.

Configuration to create data files

With es-node init command, you can init your es-node by creating a data file for each shard.

You can specify shard_len (the number of shards) or shard_index (the index of specified shards, and you can specify more than one) to create shards that you would like to mine. If both appear, shard_index takes precedence.

Here are the options that you can use with init command:

Configuration to run es-node

The full list of options that you can use to configure an es-node are as follows:

Check here for the detailed operation to change the default configurations.

Last updated