Skip to content

Commit c48a3fd

Browse files
authored
Update consensus-node.md
1 parent cd90416 commit c48a3fd

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

nodes/consensus-node.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -252,13 +252,16 @@ depending on the network topology.
252252
If you are looking to quickly sync a consensus node, and do not need historical blocks,
253253
you can use the following scripts and state sync:
254254

255-
Local devnet: <https://github.com/celestiaorg/celestia-app/blob/main/scripts/single-node.sh>
256-
Arabica: <https://github.com/celestiaorg/celestia-app/blob/main/scripts/arabica.sh>
257-
Mocha: <https://github.com/celestiaorg/celestia-app/blob/main/scripts/mocha.sh>
258-
Mainnet: <https://github.com/celestiaorg/celestia-app/blob/main/scripts/mainnet.sh>
255+
- Local devnet: <https://github.com/celestiaorg/celestia-app/blob/main/scripts/single-node.sh>
256+
- Arabica: <https://github.com/celestiaorg/celestia-app/blob/main/scripts/arabica.sh>
257+
- Mocha: <https://github.com/celestiaorg/celestia-app/blob/main/scripts/mocha.sh>
258+
- Mainnet Beta: <https://github.com/celestiaorg/celestia-app/blob/main/scripts/mainnet.sh>
259259

260260
The public networks will use state sync so they'll get to the tip very quickly,
261261
but won't work for your use case if you need historical blocks.
262+
263+
Remember to checkout to the correct version and run `make install` before running the scripts
264+
above.
262265
:::
263266

264267
### Option 3: Quick sync

0 commit comments

Comments
 (0)