diff --git a/for-node-hosts/running-nodes/cronos-mainnet/README.md b/for-node-hosts/running-nodes/cronos-mainnet/README.md index 6c5c798..52f14df 100644 --- a/for-node-hosts/running-nodes/cronos-mainnet/README.md +++ b/for-node-hosts/running-nodes/cronos-mainnet/README.md @@ -74,13 +74,13 @@ Note that all depends on the type of node you are running and settings will vary {% endtab %} {% endtabs %} -## Step 0 : Notes on "Huygen" Network upgrade +## Step 0 : Notes on Network Upgrade Before we start, please note that there was "_Huygen_" network upgrade at the block height `2,693,800`, which requires the node operator to update their Cronos Mainnet binary `cronosd` from `v0.6.*` to `v0.7.0`. For the host who would like to build a Full Node with complete blockchain data from scratch, one would need to: -
Block Height | Binary Version | Instruction |
---|---|---|
1 ~ 2,693,800 | cronos_v0.6.* | Start the node with the older binary version cronos_v0.6.* Sync-up with the blockchain until it reaches the target upgrade block height 2,693,800 |
2,693,800 ~ 3982500 | cronos_v0.7.0 | After it reaches the block height 2,693,800 , update app.toml with new config itemsUpdate the binary to cronos_v0.7.0 Restart the node |
3982500 | cronos_v0.8.3 | After reaching block height, update iavl-disable-fastnode in app.toml Update the binary to cronos_v0.8.3 Restart the node |
6542800 | cronos_v1.0.2 | After reaching block height, update app-db-backend in app.toml. Update the binary to cronos_v1.0.2 Restart the node |
11608760 | v1.0.15 | After reaching block height, update, update the binary to v1.0.15 Restart the node |
Block Height | Binary Version | Instruction |
---|---|---|
1 ~ 2693800 | cronos_v0.6.* | Start the node with the older binary version cronos_v0.6.* Sync-up with the blockchain until it reaches the target upgrade block height 2,693,800 |
2693800 ~ 3982500 | cronos_v0.7.0 | After it reaches the block height 2,693,800 , update app.toml with new config itemsUpdate the binary to cronos_v0.7.0 Restart the node |
3982500 | cronos_v0.8.3 | After reaching block height, update iavl-disable-fastnode in app.toml Update the binary to cronos_v0.8.3 Restart the node |
6542800 | cronos_v1.0.2 | After reaching block height, update app-db-backend in app.toml. Update the binary to cronos_v1.0.2 Restart the node |
11608760 | cronos v1.0.15 | After reaching block height, update the binary to v1.0.15 Restart the node |
13184000 | cronos v1.1.0 | After reaching block height, update the binary to v1.1.0 Restart the node |
13520000 | cronos v1.2.0 | After reaching block height, update the binary to v1.2.0 Restart the node |
14920000 | cronos v1.3.0 | After reaching block height, update the binary to v1.3.0 Restart the node |