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

Commit

Permalink
chore: update docs (#610)
Browse files Browse the repository at this point in the history
* style: add code block

* chore: match 1280
  • Loading branch information
jcstein authored Nov 21, 2023
1 parent 8fa8dd3 commit 4067795
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docs/orchestrator.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ The orchestrator connects to a separate P2P network from the consensus or the da

The bootstrapper node for the Mocha testnet is:

- `/dns/bootstr-0-mocha-blobstream.celestia-mocha.com/tcp/30000/p2p/12D3KooWLrw6EQgDwvgqrqT8wLNJoQYN3SDAzaAxJgyiTa2xowyF`
```sh
/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.

Expand Down Expand Up @@ -202,7 +204,8 @@ celestia-appd tx qgb register \
<new_evm_address> \
--fees 30000utia \
--broadcast-mode block \
--yes
--yes \
--from your_wallet
```
Example command output:
Expand Down

0 comments on commit 4067795

Please sign in to comment.