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/ ```