You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Disk: 83GB (Depends on how long the node is running for)
25
+
- Disk: 83GB (Depends on how long the node is running)
26
26
- CPU: 4 cores
27
27
28
28
## 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
36
36
:::
37
37
38
38
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.
40
40
41
41
- To install Crypto.org Chain released **testnet binaries** from github:
$ tar -zxvf chain-main_4.2.2-croeseid_Linux_x86_64.tar.gz
46
46
```
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`.
48
48
49
49
::: tip Reminder:
50
50
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.
51
51
:::
52
52
53
53
```bash
54
54
$./chain-maind version
55
-
3.1.0-croeseid
55
+
4.2.2-croeseid
56
56
```
57
57
## Step 2. Configure `chain-maind`
58
58
@@ -92,7 +92,7 @@ Before kick-starting your node, we will have to configure your node so that it c
92
92
93
93
::: tip NOTE
94
94
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.
96
96
- You can also put the `chain-maind` to your binary path and run it by `chain-maind`
97
97
:::
98
98
@@ -135,7 +135,7 @@ Before kick-starting your node, we will have to configure your node so that it c
135
135
$ sed -i.bak -E 's#^(timeout_commit[[:space:]]+=[[:space:]]+).*$#\1"2s"#'~/.chain-maind/config/config.toml
136
136
```
137
137
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.
139
139
### Step 2-3 Enable STATE-SYNC
140
140
[STATE-SYNC](https://docs.tendermint.com/master/tendermint-core/state-sync.html) is supported in our testnet! 🎉
141
141
@@ -192,7 +192,7 @@ You should obtain an address with `tcro` prefix, e.g. `tcro1quw5r22pxy8znjtdkgqc
192
192
### Step 3-2. Obtain test token
193
193
194
194
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,
196
196
stating who you are and your `tcro.....` address.
197
197
198
198
### Step 3-3. Obtain the validator public key
@@ -423,7 +423,7 @@ confirm transaction before signing and broadcasting [y/N]: y
423
423
424
424
#### **Unbond your delegated funds** [`tx staking unbond <validator-addr> <amount>`]
425
425
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
427
427
428
428
::: details Example: Unbond funds from a validator under the address `tcrocncl16k...edcer`
429
429
@@ -444,7 +444,7 @@ confirm transaction before signing and broadcasting [y/N]: y
444
444
445
445
### Reward related transactions and queries
446
446
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:
448
448
#### `query distribution validator-outstanding-rewards` - Query un-withdrawn rewards for a validator
449
449
450
450
We can check distribution outstanding (un-withdrawn) rewards for a validator and all of their delegations by its operator address.
0 commit comments