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 1, 2024
1 parent 0f448e7 commit 80958b6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,21 +39,21 @@
## Instructions

> [!WARNING]
> Only follow these steps if you wish to set up a full node, else you could immediately go to the [`genesis-crypto`](https://github.com/zenodeapp/genesis-crypto) repository.
> Only follow these steps if you wish to set up a full node, else you could immediately go to the [`genesis-crypto`](https://github.com/alpha-omega-labs/genesis-crypto) repository.
> [!NOTE]
> More details for every script mentioned in this README can be found in the folders where they are respectively stored: [/setup](/setup) or [/utils](/utils).
### 1. Cloning the repository

```
git clone https://github.com/zenodeapp/genesis-ethermint.git
git clone https://github.com/alpha-omega-labs/genesis-ethermint.git
```

### 2. Checkout the right tag/branch

```
git checkout genesis-v0.5.0
git checkout v0.5.0
```

### 3. Node setup
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 `insert_height_here`. Scripts for e.g. _creating a validator_ will only be available in the [`genesis-crypto`](https://github.com/zenodeapp/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 `insert_height_here`. 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 `insert_height_here` and automatically crash, which is expected. Once you've gotten this far, continue with the instructions in the [`genesis-crypto`](https://github.com/zenodeapp/genesis-crypto) repository.
The node will sync till height `insert_height_here` 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 80958b6

Please sign in to comment.