From 22e7cb887bdc56b49175d8d2d656d4b70cf2ce0e Mon Sep 17 00:00:00 2001 From: mx Date: Tue, 18 Apr 2023 13:08:21 +0200 Subject: [PATCH] final tweaks --- documentation/docs/src/nodes/validator-setup.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/documentation/docs/src/nodes/validator-setup.md b/documentation/docs/src/nodes/validator-setup.md index 4c4c4aea7a..d871c1ea05 100644 --- a/documentation/docs/src/nodes/validator-setup.md +++ b/documentation/docs/src/nodes/validator-setup.md @@ -4,19 +4,19 @@ The validator is built using [Cosmos SDK](https://cosmos.network) and [Tendermin ## Building your validator ### Prerequisites -#### `git`, `gcc` +#### `git`, `gcc`, `jq` * Debian-based systems: ``` -apt install git, build-essential +apt install git build-essential jq # optional additional manual pages can be installed with: apt-get install manpages-dev ``` * Arch-based systems: -Install `git` and `gcc` with the following: +Install `git`, `gcc` and `jq` with the following: ``` -pacman -S git, gcc +pacman -S git gcc jq ``` #### `Go` @@ -170,7 +170,6 @@ laddr = "tcp://0.0.0.0:26656" cors_allowed_origins = ["*"] persistent_peers = "8421c0a3d90d490e27e8061f2abcb1276c8358b6@sandbox-validator1.nymtech.net:26656" create_empty_blocks = false -laddr = "tcp://0.0.0.0:26656" ``` These affect the following: