Skip to content
This repository has been archived by the owner on Apr 15, 2024. It is now read-only.

Commit

Permalink
chore: add placeholder for mocha bootstrapper (#604)
Browse files Browse the repository at this point in the history
* chore: add placeholder for mocha bootstrapper

* chore: update domain and node id
  • Loading branch information
jcstein authored Nov 20, 2023
1 parent e7925f6 commit acc5d07
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/orchestrator.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ The orchestrator does the following:

The orchestrator connects to a separate P2P network than the consensus or the data availability networks.

The bootstrapper node for the Mocha testnet is:

- `/dns/bootstr-0-mocha-blobstream.celestia-mocha.com/tcp/30000/p2p/12D3KooWLrw6EQgDwvgqrqT8wLNJoQYN3SDAzaAxJgyiTa2xowyF`

Make sure to specify the bootstrapper using the `--p2p.bootstrappers` flag when running the orchestrator or set it in the `<orchestrator_home>/config/config.toml` config file.

This means that even if the consensus node is already connected to the consensus network, if the orchestrator doesn't start with a list of bootstrapper to its specific network, then, it will not work and will output the following logs:
Expand Down

0 comments on commit acc5d07

Please sign in to comment.