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
Browse files Browse the repository at this point in the history
  • Loading branch information
jcstein committed Nov 20, 2023
1 parent e7925f6 commit 34b218b
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/<domain>/tcp/<port>/p2p/<node-id>`

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 34b218b

Please sign in to comment.