From 30cdbf535ab4fb0235369fa6dcd6ee05754276a9 Mon Sep 17 00:00:00 2001 From: mx Date: Tue, 18 Apr 2023 13:26:02 +0200 Subject: [PATCH] added polkachu snapshot links --- documentation/docs/src/nodes/validator-setup.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/documentation/docs/src/nodes/validator-setup.md b/documentation/docs/src/nodes/validator-setup.md index 13ee3bba17..3e6812b88a 100644 --- a/documentation/docs/src/nodes/validator-setup.md +++ b/documentation/docs/src/nodes/validator-setup.md @@ -262,6 +262,8 @@ nyxd start Once your validator starts, it will start requesting blocks from other validators. This may take several hours. Once it's up to date, you can issue a request to join the validator set with the command below. +If you wish to sync from a snapshot or via state-sync please check out the Polkachu [mainnet](https://polkachu.com/networks/nym) or [testnet](https://polkachu.com/testnets/nym/) resources. + > If you are having trouble upgrading your validator binary, try replacing (or re-compile) the `libwasmvm.so` file and replace it on your validator server. ```admonish caution