generated from shuding/nextra-docs-template
-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #110 from sei-protocol/cordt-sei-patch-1
Tweaks to node-operators.mdx
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -103,7 +103,7 @@ apt install nano make build-essential gcc git jq chrony tar curl lz4 wget -y | |
sed -i '/^# Comma separated list of nodes to keep persistent connections to$/,/^$/ s/^persistent-peers = ""$/persistent-peers = "[email protected]:26656,[email protected]:26656"/' ~/.sei/config/config.toml | ||
``` | ||
|
||
2. Enable `sei-db` (dependent on snapshot provider): | ||
2. Enable `sei-db` (dependent on snapshot provider, must align with the format in which it was provided): | ||
|
||
```bash | ||
sed -i 's/^sc-enable = false/sc-enable = true/' ~/.sei/config/app.toml | ||
|
@@ -192,5 +192,5 @@ The standard service ports can be manually configured in `$HOME/.sei/config/conf | |
- `26660`: Tendermint Prometheus Metrics Exporter | ||
|
||
<Callout type="info" emoji="📘"> | ||
The standard websocket rides on the same connection as the RPC server. Example: [non-TLS] `wss://localhost:26657/websocket`. | ||
The standard websocket rides on the same connection as the RPC server. Example: [non-TLS] `ws://localhost:26657/websocket`. | ||
</Callout> |