From a683346d1e7b5dbf4ca9ae00f665ca3c3c7adfaa Mon Sep 17 00:00:00 2001 From: Vyacheslav Trushkov <36051968+venglov@users.noreply.github.com> Date: Fri, 2 Dec 2022 01:16:59 +0100 Subject: [PATCH] Update setting-up-a-validator.md --- docs/setting-up-a-validator.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/setting-up-a-validator.md b/docs/setting-up-a-validator.md index 373129f..56be96c 100644 --- a/docs/setting-up-a-validator.md +++ b/docs/setting-up-a-validator.md @@ -39,11 +39,11 @@ to check what version of the tools you have run `gbt --version` the current late You only need to do this if you are running Geth locally ```bash -wget https://gethstore.blob.core.windows.net/builds/geth-linux-amd64-1.10.15-8be800ff.tar.gz +wget https://gethstore.blob.core.windows.net/builds/geth-linux-amd64-1.10.26-e5eb32ac.tar.gz wget https://raw.githubusercontent.com/Gravity-Bridge/Gravity-Docs/main/configs/geth-light-config.toml -O /etc/geth-light-config.toml wget https://raw.githubusercontent.com/Gravity-Bridge/Gravity-Docs/main/configs/geth-full-config.toml -O /etc/geth-full-config.toml -tar -xvf geth-linux-amd64-1.10.15-8be800ff.tar.gz -cd geth-linux-amd64-1.10.15-8be800ff +tar -xvf geth-linux-amd64-1.10.26-e5eb32ac.tar.gz +cd geth-linux-amd64-1.10.26-e5eb32ac mv geth /usr/sbin/ ```