Skip to content

Commit

Permalink
Update remote-signing.mdx
Browse files Browse the repository at this point in the history
adding more info about if using sentry nodes and which tendermint_mode  should be userd ..
  • Loading branch information
msobh13 authored and brentstone committed Dec 2, 2024
1 parent 7225484 commit 33161b3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/docs/pages/operators/remote-signing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,14 @@ This guide is intended for Namada Validator operators. It outlines the use of Ho

--- Please note that you can use IP addresses instead of DNS A records. However, I’m using DNS A records here for simplicity and flexibility in managing domain names and potential future changes. Using a domain name allows easier maintenance if the server’s IP address changes.Using IP addresses directly might provide more security since it can help obscure your setup, making it less easily discoverable via DNS lookups. However, keep in mind that this is not a complete security measure, as IP addresses can still be traced through network scans.

## Namada Validator Node Config Requirements :

- `tendermint_mode` should be set to `"Validator"`
- For an advanced setup (e.g., adding sentry nodes to enhance protection against DDoS attacks), the usual configuration involves 3 signers, 3 sentry nodes, and 3 validators. In this case:
On the sentry nodes, set `tendermint_mode = "Full"`.
On the validators, set `tendermint_mode = "Validator"`.
- If not using sentry nodes, simply set `tendermint_mode = "Validator"`.

## Run These Steps on All Signer Servers:

1. Create a directory to organize your Horcrux files:
Expand Down

0 comments on commit 33161b3

Please sign in to comment.