Skip to content

Commit

Permalink
Merge pull request #110 from sei-protocol/cordt-sei-patch-1
Browse files Browse the repository at this point in the history
Tweaks to node-operators.mdx
  • Loading branch information
cordt-sei authored Aug 8, 2024
2 parents 0b88795 + f25f6b4 commit 1a8abfe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/dev-node/node-operators.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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>

0 comments on commit 1a8abfe

Please sign in to comment.