From acc5d077fe43a12cd40617ada008e6398ca2adf7 Mon Sep 17 00:00:00 2001 From: Josh Stein <46639943+jcstein@users.noreply.github.com> Date: Mon, 20 Nov 2023 13:24:23 -0500 Subject: [PATCH] chore: add placeholder for mocha bootstrapper (#604) * chore: add placeholder for mocha bootstrapper * chore: update domain and node id --- docs/orchestrator.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/orchestrator.md b/docs/orchestrator.md index 3f1f8bc7..cd319c61 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/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 `/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: