-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
5 changed files
with
23 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ except: | |
- Set `<node-type>` to `"observer"` when using [run_dcl_node](./full-node.md#step-8-can-be-automated-using-rundclnode-script) | ||
- Configure node specific parameters before running the node depending on the ON deployment option. | ||
|
||
#### Option 1: an Observer node is connected to another organization's Public Sentries via Seed nodes** | ||
#### Option 1: an Observer node is connected to another organization's Public Sentries via Seed nodes | ||
|
||
This is the main option if you want to connect an ON to CSA public nodes. | ||
|
||
|
@@ -46,12 +46,12 @@ seeds = "[email protected]:26656" | |
<summary>CSA `seeds` Example for MainNet (clickable) </summary> | ||
|
||
```bash | ||
seeds = "TBD@54.183.6.67:26656" | ||
seeds = "ba1f547b83040904568f181a39ebe6d7e29dd438@54.183.6.67:26656" | ||
``` | ||
|
||
</details> | ||
|
||
#### Option 2: an Observer node is connected to another organization's public nodes** | ||
#### Option 2: an Observer node is connected to another organization's public nodes | ||
|
||
This option can be used if you have a trusted relationship with some organization and that organization | ||
provided you with access to its nodes. | ||
|
@@ -76,7 +76,7 @@ provided you with access to its nodes. | |
- another organization nodes with public IPs that this organization shared with you. | ||
|
||
|
||
#### Option 3: an Observer node is connected to my organization nodes** | ||
#### Option 3: an Observer node is connected to my organization nodes | ||
|
||
This is the option when you have a VN and want to create an ON connected to it. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters