Skip to content

Commit 7845e77

Browse files
authored
Merge pull request #311 from crypto-org-chain/aw126-patch-17
Update to Croeseid 4 latest binary version in croeseid-testnet.md
2 parents 3f45236 + 87ca8aa commit 7845e77

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

docs/getting-started/croeseid-testnet.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Croeseid Testnet: Running Nodes
22

3-
The latest Crypto.org Chain Testnet has been named as **Croeseid**.
3+
The latest Crypto.org Chain Testnet has been named **Croeseid**.
44

5-
This is a detailed documentation for setting up a Validator or a full node on Crypto.org Croeseid testnet `testnet-croeseid-4`.
5+
This is detailed documentation for setting up a Validator or a full node on Crypto.org Croeseid testnet `testnet-croeseid-4`.
66

77
## Pre-requisites
88

@@ -22,7 +22,7 @@ Archive Node (setting pruning = nothing)
2222

2323
Default Full Node (setting pruning = default)
2424
- RAM 16GB (goleveldb)
25-
- Disk: 83GB (Depends on how long the node is running for)
25+
- Disk: 83GB (Depends on how long the node is running)
2626
- CPU: 4 cores
2727

2828
## Step 1. Get the Crypto.org Chain testnet binary
@@ -36,23 +36,23 @@ The binary for _testnet_ and the binary for _mainnet_ are two **different** bina
3636
:::
3737

3838
To simplify the following step, we will be using **Linux** (Intel x86) for illustration. Binary for
39-
**Mac** ([Intel x86](https://github.com/crypto-org-chain/chain-main/releases/download/v3.1.0-croeseid/chain-main_3.1.0-croeseid_Darwin_x86_64.tar.gz) / [M1](https://github.com/crypto-org-chain/chain-main/releases/download/v3.1.0-croeseid/chain-main_3.1.0-croeseid_Darwin_arm64.tar.gz))and [Windows](https://github.com/crypto-org-chain/chain-main/releases/download/v3.1.0-croeseid/chain-main_3.1.0-croeseid_Windows_x86_64.zip) are also available.
39+
**Mac** ([Intel x86](https://github.com/crypto-org-chain/chain-main/releases/download/v4.2.2-croeseid/chain-main_4.2.2-croeseid_Darwin_x86_64.tar.gz) / [M1](https://github.com/crypto-org-chain/chain-main/releases/download/v4.2.2-croeseid/chain-main_4.2.2-croeseid_Darwin_arm64.tar.gz))and [Windows](https://github.com/crypto-org-chain/chain-main/releases/download/v4.2.2-croeseid/chain-main_4.2.2-croeseid_Windows_x86_64.zip) are also available.
4040

4141
- To install Crypto.org Chain released **testnet binaries** from github:
4242

4343
```bash
44-
$ curl -LOJ https://github.com/crypto-org-chain/chain-main/releases/download/v3.1.0-croeseid/chain-main_3.1.0-croeseid_Linux_x86_64.tar.gz
45-
$ tar -zxvf chain-main_3.1.0-croeseid_Linux_x86_64.tar.gz
44+
$ curl -LOJ https://github.com/crypto-org-chain/chain-main/releases/download/v4.2.2-croeseid/chain-main_4.2.2-croeseid_Linux_x86_64.tar.gz
45+
$ tar -zxvf chain-main_4.2.2-croeseid_Linux_x86_64.tar.gz
4646
```
47-
- You can verify the installation by checking the version of the chain-maind, the current version is `3.1.0-croeseid`.
47+
- You can verify the installation by checking the version of the chain-maind, the current version is `4.2.2-croeseid`.
4848

4949
::: tip Reminder:
5050
For macOS users: the binary is not signed, you have to follow the steps [here](https://support.apple.com/en-hk/guide/mac-help/mh40616/mac) to make the binary runnable.
5151
:::
5252

5353
```bash
5454
$./chain-maind version
55-
3.1.0-croeseid
55+
4.2.2-croeseid
5656
```
5757
## Step 2. Configure `chain-maind`
5858

@@ -92,7 +92,7 @@ Before kick-starting your node, we will have to configure your node so that it c
9292

9393
::: tip NOTE
9494

95-
- Depending on your chain-maind home setting, the chain-maind configuration will be initialized to that home directory. To simply the following steps, we will use the default chain-maind home directory `~/.chain-maind/` for illustration.
95+
- Depending on your chain-maind home setting, the chain-maind configuration will be initialized to that home directory. To simplify the following steps, we will use the default chain-maind home directory `~/.chain-maind/` for illustration.
9696
- You can also put the `chain-maind` to your binary path and run it by `chain-maind`
9797
:::
9898

@@ -135,7 +135,7 @@ Before kick-starting your node, we will have to configure your node so that it c
135135
$ sed -i.bak -E 's#^(timeout_commit[[:space:]]+=[[:space:]]+).*$#\1"2s"#' ~/.chain-maind/config/config.toml
136136
```
137137

138-
**Note**: We suggest using `persistent_peers` instead of `seeds` to provide stable state-sync experience.
138+
**Note**: We suggest using `persistent_peers` instead of `seeds` to provide a stable state-sync experience.
139139
### Step 2-3 Enable STATE-SYNC
140140
[STATE-SYNC](https://docs.tendermint.com/master/tendermint-core/state-sync.html) is supported in our testnet! 🎉
141141

@@ -192,7 +192,7 @@ You should obtain an address with `tcro` prefix, e.g. `tcro1quw5r22pxy8znjtdkgqc
192192
### Step 3-2. Obtain test token
193193

194194
Unless you have obtained the CRO testnet token before, use the [tcro faucet](https://crypto.org/faucet) to obtain test CRO tokens.
195-
In case you have reached the daily limit on faucet airdrop, you can simply send a message on [Discord](https://discord.gg/pahqHz26q4) #request-tcro channel ,
195+
In case you have reached the daily limit on faucet airdrop, you can simply send a message on [Discord](https://discord.gg/pahqHz26q4) #request-tcro channel,
196196
stating who you are and your `tcro.....` address.
197197

198198
### Step 3-3. Obtain the validator public key
@@ -423,7 +423,7 @@ confirm transaction before signing and broadcasting [y/N]: y
423423
424424
#### **Unbond your delegated funds** [`tx staking unbond <validator-addr> <amount>`]
425425
426-
On the other hand, we can create a `Unbond` transaction to unbond the delegated funds
426+
On the other hand, we can create an `Unbond` transaction to unbond the delegated funds
427427
428428
::: details Example: Unbond funds from a validator under the address `tcrocncl16k...edcer`
429429
@@ -444,7 +444,7 @@ confirm transaction before signing and broadcasting [y/N]: y
444444
445445
### Reward related transactions and queries
446446
447-
After you have delegated or create a validator, reward will be accumulated, you can check/ withdraw it by:
447+
After you have delegated or created a validator, a reward will be accumulated, you can check/ withdraw it by:
448448
#### `query distribution validator-outstanding-rewards` - Query un-withdrawn rewards for a validator
449449
450450
We can check distribution outstanding (un-withdrawn) rewards for a validator and all of their delegations by its operator address.

0 commit comments

Comments
 (0)