File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -252,13 +252,16 @@ depending on the network topology.
252
252
If you are looking to quickly sync a consensus node, and do not need historical blocks,
253
253
you can use the following scripts and state sync:
254
254
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 >
259
259
260
260
The public networks will use state sync so they'll get to the tip very quickly,
261
261
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.
262
265
:::
263
266
264
267
### Option 3: Quick sync
You can’t perform that action at this time.
0 commit comments