From 34b218bf0f3254c2088286623c9d85c41b4d1afe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?joshcs=2Eeth=20=E1=B5=8D=E1=B5=90?= Date: Mon, 20 Nov 2023 12:12:56 -0500 Subject: [PATCH] chore: add placeholder for mocha bootstrapper --- docs/orchestrator.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/orchestrator.md b/docs/orchestrator.md index 3f1f8bc7..b5213f4a 100644 --- a/docs/orchestrator.md +++ b/docs/orchestrator.md @@ -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//tcp//p2p/` + Make sure to specify the bootstrapper using the `--p2p.bootstrappers` flag when running the orchestrator or set it in the `/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: