From fd53518563c10daf6e38da221268a1a11562698b Mon Sep 17 00:00:00 2001 From: toktar Date: Wed, 26 Jan 2022 19:10:20 +0300 Subject: [PATCH 1/3] Update deb-package-upgrade.md Update deb version in deb-package-upgrade --- docs/setup-and-configure/debian/deb-package-upgrade.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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** From 0372a734e07d62f3ca0f458c424358609f36aa70 Mon Sep 17 00:00:00 2001 From: Ankur Banerjee Date: Wed, 26 Jan 2022 16:16:09 +0000 Subject: [PATCH 2/3] Update README.md --- README.md | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 58747efe9..50d4d3be5 100644 --- a/README.md +++ b/README.md @@ -13,18 +13,13 @@ 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 received or purchased your 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+) 2. Fill our [testnet node operator onboarding form](http://cheqd.link/join-testnet-form) with the same details as above. From 1c87296a757175318c2e92a2aa7acdaa1b22c237 Mon Sep 17 00:00:00 2001 From: Ankur Banerjee Date: Wed, 26 Jan 2022 16:18:41 +0000 Subject: [PATCH 3/3] Bumped testnet version --- README.md | 4 ++-- docs/setup-and-configure/debian/deb-package-install.md | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 50d4d3be5..b88185743 100644 --- a/README.md +++ b/README.md @@ -14,14 +14,14 @@ Getting started as a node operator on the cheqd network mainnet requires the fol 1. [Install the `cheqd-node` software](docs/setup-and-configure/README.md) (**version 0.3.1+**) on a hosting platform of your choice. name/moniker that is set for your mainnet node) -2. Once you have received or purchased your tokens, [promote your node to a validator](docs/setup-and-configure/configure-new-validator.md). +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 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`):