Skip to content

Commit

Permalink
docs: download-genesis command (#1461)
Browse files Browse the repository at this point in the history
  • Loading branch information
rootulp authored Mar 7, 2024
1 parent 1554acc commit b61686c
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions nodes/consensus-node.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,23 +80,20 @@ celestia-appd init "node-name" --chain-id {{constants.arabicaChainId}}

:::

Copy the `genesis.json` file:
Download the `genesis.json` file:

::: code-group

```bash-vue [Mainnet Beta]
cp $HOME/networks/{{constants.mainnetChainId}}/genesis.json \
$HOME/.celestia-app/config
celestia-appd download-genesis {{constants.mainnetChainId}}
```

```bash-vue [Mocha]
cp $HOME/networks/{{constants.mochaChainId}}/genesis.json \
$HOME/.celestia-app/config
celestia-appd download-genesis {{constants.mochaChainId}}
```

```bash-vue [Arabica]
cp $HOME/networks/{{constants.arabicaChainId}}/genesis.json \
$HOME/.celestia-app/config
celestia-appd download-genesis {{constants.arabicaChainId}}
```

:::
Expand Down

0 comments on commit b61686c

Please sign in to comment.