Skip to content

Commit

Permalink
Merge pull request #411 from msobh13/patch-4
Browse files Browse the repository at this point in the history
Update remote-signing.mdx
  • Loading branch information
brentstone authored Dec 2, 2024
2 parents 7225484 + 33161b3 commit e473a09
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 e473a09

Please sign in to comment.