diff --git a/docs/bootstrapper.md b/docs/bootstrapper.md index 38a610f0..8a97c7d2 100644 --- a/docs/bootstrapper.md +++ b/docs/bootstrapper.md @@ -42,33 +42,21 @@ one: blobstream bootstrapper p2p --help ``` +### Open the P2P port + +In order for the bootstrapper node to work, you will need to expose the P2P +port, which is by default `30000`. + ### Start the bootstrapper Now that we have the store initialized, we can start the bootstrapper: ```shell -blobstream bootstrapper - -Blobstream P2P network bootstrapper command - -Usage: - blobstream bootstrapper [command] - -Aliases: - bootstrapper, bs - -Flags: - -h, --help help for bootstrapper - -Use "blobstream bootstrapper [command] --help" for more information about a command. +blobstream bootstrapper start ``` -### Open the P2P port - -In order for the bootstrapper node to work, you will need to expose the P2P -port, which is by default `30000`. - #### Systemd service An example of a systemd service that can be used for bootstrappers can be -found in the orchestrator documentation. +found in the +[orchestrator documentation](https://docs.celestia.org/nodes/blobstream-orchestrator). diff --git a/docs/orchestrator.md b/docs/orchestrator.md index cd319c61..2070ded3 100644 --- a/docs/orchestrator.md +++ b/docs/orchestrator.md @@ -20,7 +20,7 @@ The orchestrator does the following: 4. Then, the orchestrator pushes its signature to the P2P network it is connected to, via adding it as a DHT value. 5. Listen for new attestations and go back to step 2. -The orchestrator connects to a separate P2P network than the consensus or the data availability networks. +The orchestrator connects to a separate P2P network from the consensus or the data availability networks. The bootstrapper node for the Mocha testnet is: diff --git a/docs/relayer.md b/docs/relayer.md index 3f136bd9..aaeac28d 100644 --- a/docs/relayer.md +++ b/docs/relayer.md @@ -24,7 +24,7 @@ The relayer works as follows: 5. Once the relayer finds more than 2/3s signatures, it submits them to the target Blobstream smart contract where they get validated. 6. Listen for new attestations and go back to step 2. -The relayer connects to a separate P2P network than the consensus or the data availability one. So, we will provide bootstrappers for that one. +The relayer connects to a separate P2P network from the consensus or the data availability one. So, we will provide bootstrappers for that one. This means that even if the consensus node is already connected to the consensus network, if the relayer doesn't start with a list of bootstrapper to its specific network, then, it will not work and will output the following logs: