diff --git a/README.md b/README.md index 58747efe9..b88185743 100644 --- a/README.md +++ b/README.md @@ -13,20 +13,15 @@ Join our [**cheqd Community Slack**](http://cheqd.link/join-cheqd-slack) for hel Getting started as a node operator on the cheqd network mainnet requires the following steps: 1. [Install the `cheqd-node` software](docs/setup-and-configure/README.md) (**version 0.3.1+**) on a hosting platform of your choice. -2. When you have a node successfully installed, please fill out our [**mainnet node operator onboarding form**](http://cheqd.link/mainnet-onboarding). You will need to have the following details on hand to fill out the form: - 1. Node ID for your node - 2. IP address / DNS record that points to the node \(if you're using an IP address, a static IP is recommended\) - 3. Peer-to-peer \(P2P\) connection port \(defaults to `26656`\) - 4. Validator account address (begins with `cheqd`) - 5. Moniker (Nickname/moniker that is set for your mainnet node) -3. Once you have received or purchased your tokens, [promote your node to a validator](docs/setup-and-configure/configure-new-validator.md). -4. If successfully configured, your node would become the latest validator on the cheqd mainnet! +name/moniker that is set for your mainnet node) +2. Once you have acquired CHEQ tokens, [promote your node to a validator](docs/setup-and-configure/configure-new-validator.md). +3. If successfully configured, your node would become the latest validator on the cheqd mainnet! ### Testnet -Joining the cheqd tetsnet is very similar to the instructions above for mainnet, with a few key differences: +Joining the cheqd testnet is very similar to the instructions above for mainnet, with a few key differences: -1. Install [v0.2.7 of cheqd-node](https://github.com/cheqd/cheqd-node/releases/tag/v0.2.7) (instead of v0.3.1+) +1. Install [v0.4.0 of cheqd-node](https://github.com/cheqd/cheqd-node/releases/tag/v0.4.0) (instead of v0.3.1+) 2. Fill our [testnet node operator onboarding form](http://cheqd.link/join-testnet-form) with the same details as above. ## Usage diff --git a/docs/setup-and-configure/debian/deb-package-install.md b/docs/setup-and-configure/debian/deb-package-install.md index a3123ee8b..29131c852 100644 --- a/docs/setup-and-configure/debian/deb-package-install.md +++ b/docs/setup-and-configure/debian/deb-package-install.md @@ -18,10 +18,10 @@ This document provides guidance on how to install and configure a node for the c wget https://github.com/cheqd/cheqd-node/releases/download/v0.3.1/cheqd-node_0.3.1_amd64.deb ``` - For testnet nodes, use v0.2.7: + For testnet nodes, use v0.4.0: ```bash - wget https://github.com/cheqd/cheqd-node/releases/download/v0.2.7/cheqd-node_0.2.7_amd64.deb + wget https://github.com/cheqd/cheqd-node/releases/download/v0.4.0/cheqd-node_0.4.0_amd64.deb ``` 2. **Install the package** @@ -32,10 +32,10 @@ This document provides guidance on how to install and configure a node for the c sudo dpkg -i cheqd-node_0.3.1_amd64.deb ``` - For testnet nodes on v0.2.7 (or below): + For testnet nodes on v0.4.0 (or below): ```bash - sudo dpkg -i cheqd-node_0.2.7_amd64.deb + sudo dpkg -i cheqd-node_0.4.0_amd64.deb ``` As a part of installation `cheqd` user will be created. By default, `HOME` directory for the user is `/home/cheqd`, but it can be changed by setting `CHEQD_HOME_DIR` environment variable before running `dpkg` command. Additionnally, a custom logging directory can also be defined by passing the environment variable `CHEQD_LOG_DIR` (defaults to `/home/cheqd/.cheqdnode/log`): diff --git a/docs/setup-and-configure/debian/deb-package-upgrade.md b/docs/setup-and-configure/debian/deb-package-upgrade.md index 845d541c9..422c5b68b 100644 --- a/docs/setup-and-configure/debian/deb-package-upgrade.md +++ b/docs/setup-and-configure/debian/deb-package-upgrade.md @@ -21,7 +21,7 @@ However, as best practice we recommend backing up the [app data directories for 1. **Download** [**the latest release of `cheqd-node` .deb**](https://github.com/cheqd/cheqd-node/releases/latest) **package** ```bash - wget https://github.com/cheqd/cheqd-node/releases/download/v0.3.1/cheqd-node_0.3.1_amd64.deb + wget https://github.com/cheqd/cheqd-node/releases/download/v0.4.0/cheqd-node_0.4.0_amd64.deb ``` 2. **Stop the existing `cheqd-noded` service**