From 33161b3fa1f156cd2ee12e7fc7c5975a70fdd711 Mon Sep 17 00:00:00 2001 From: msobh13 <78115394+msobh13@users.noreply.github.com> Date: Mon, 2 Dec 2024 13:48:55 +0400 Subject: [PATCH] Update remote-signing.mdx adding more info about if using sentry nodes and which tendermint_mode should be userd .. --- packages/docs/pages/operators/remote-signing.mdx | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/packages/docs/pages/operators/remote-signing.mdx b/packages/docs/pages/operators/remote-signing.mdx index d306d601..8834aeb7 100644 --- a/packages/docs/pages/operators/remote-signing.mdx +++ b/packages/docs/pages/operators/remote-signing.mdx @@ -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: