Skip to content

Commit 21e9e6b

Browse files
authored
docs: Add guides for cosmos-SDK and CometBFT configuration [DEV-4901] (#53)
* docs: Add guides for configuring cosmos-SDK and CometBFT * Update docs * Update abci responses parameter * Update remaining config params
1 parent 0f916a0 commit 21e9e6b

3 files changed

Lines changed: 784 additions & 1 deletion

File tree

SUMMARY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
* [Setup a new cheqd node](docs/setup-and-configure/README.md)
88
* [Pre-Requisites & Requirements](docs/setup-and-configure/requirements.md)
99
* [(Alternative) Install with Docker](docs/setup-and-configure/docker.md)
10+
* [Configure cheqd node](docs/setup-and-configure/configure-cheqd-node.md)
1011
* [Configure cosmovisor](docs/setup-and-configure/cosmovisor-configuration.md)
1112
* [Command Line usage](docs/cheqd-cli/README.md)
1213
* [Manage keys](docs/cheqd-cli/cheqd-cli-key-management.md)

docs/setup-and-configure/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,8 @@ You can also choose `no` to installing with Cosmovisor on the first question, in
119119

120120
The next set of questions sets common node configuration parameters. These are the *minimal* configuration parameters necessary for a node to function, but advanced users can later customise other settings.
121121

122-
Answers to these prompts are saved in the `app.toml` and `/config.toml` files, which are written under `/home/cheqd/.cheqdnode/config/` by default (but can be different if a different home directory was set above). An explanation of some these settings are available in [requirements for running a node](requirements.md) and the [validator guide](../validator-guide/README.md).
122+
Answers to these prompts are saved in the `app.toml` and `config.toml` files, which are written under `/home/cheqd/.cheqdnode/config/` by default (but can be different if a different home directory was set above). An explanation of some these settings are available in [requirements for running a node](requirements.md) and the [validator guide](../validator-guide/README.md).
123+
See more details about `app.toml` and `config.toml` configuration parameters on [this page](./configure-cheqd-node.md).
123124

124125
1. `Provide a moniker for your cheqd-node [default: <hostname>]:`: Moniker is a human-readable name for your cheqd-node. This is NOT the same as your [validator name](../validator-guide/README.md), and is only used to uniquely identify your node for Tendermint P2P address book.
125126
2. `What is the externally-reachable IP address or DNS name for your cheqd-node? [default: Fetch automatically via DNS resolver lookup]:`: External address is the publicly accessible IP address or DNS name of your cheqd-node. This is used to advertise your node's P2P address to other nodes in the network. If you are running your node behind a NAT, you should set this to your public IP address or DNS name. If you are running your node on a public IP address, you can leave this blank to automatically fetch your IP address via DNS resolver lookup. (Automatic fetching sends a `dig` request to `whoami.cloudflare.com`)

0 commit comments

Comments
 (0)