Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zenodeapp authored Feb 4, 2024
1 parent 5448fd7 commit 2db04d9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
> [!IMPORTANT]
> **From Evmos to Cronos**
>
> This repository is an Evmos-fork and was used before we upgraded to a Cronos-fork. For those who want to run a full-node it's required to start out in this repository and sync up till height `7350000`.
> This repository is an Evmos-fork and was used before we upgraded to a Cronos-fork. For those who want to run a full-node it's required to start out in this repository and sync up till height `7400000`.
## Node requirements

Expand Down Expand Up @@ -92,7 +92,7 @@ There are two scripts¹ one could use to initialize a node:
---

¹ As this repository is only required for full node syncing, we've only included scripts for **initializing a node and starting the sync process** till height `7350000`. Scripts for e.g. _creating a validator_ will only be available in the [`genesis-crypto`](https://github.com/alpha-omega-labs/genesis-crypto) repository.
¹ As this repository is only required for full node syncing, we've only included scripts for **initializing a node and starting the sync process** till height `7400000`. Scripts for e.g. _creating a validator_ will only be available in the [`genesis-crypto`](https://github.com/alpha-omega-labs/genesis-crypto) repository.

### 4. Daemon check

Expand All @@ -105,7 +105,7 @@ If you can't access the `genesisd` command at this point, then you may need to e
### 5. Node syncing

The node will sync till height `7350000` and automatically crash, which is expected. Once you've gotten this far, continue with the instructions in the [`genesis-crypto`](https://github.com/alpha-omega-labs/genesis-crypto) repository.
The node will sync till height `7400000` and automatically crash, which is expected. Once you've gotten this far, continue with the instructions in the [`genesis-crypto`](https://github.com/alpha-omega-labs/genesis-crypto) repository.
> Monitor your node's status using `journalctl -fu genesisd -ocat`.
### 6. Explore utilities (optional)
Expand Down

0 comments on commit 2db04d9

Please sign in to comment.