From d0f08cf25b509bca0e168d0fa0375ec094cc6223 Mon Sep 17 00:00:00 2001 From: Trent Nelson Date: Mon, 21 Jun 2021 10:39:41 -0600 Subject: [PATCH] docs: don't suggest cloud instances for validators --- docs/src/running-validator/validator-reqs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/running-validator/validator-reqs.md b/docs/src/running-validator/validator-reqs.md index fc1559a06e..e262b5e799 100644 --- a/docs/src/running-validator/validator-reqs.md +++ b/docs/src/running-validator/validator-reqs.md @@ -86,7 +86,7 @@ releases at [solanalabs/solana](https://hub.docker.com/r/solanalabs/solana). - See [Installing Solana](../cli/install-solana-cli-tools.md) for the current Solana software release. Be sure to ensure that the machine used is not behind a residential NAT to avoid -NAT traversal issues. A cloud-hosted machine works best. **Ensure that IP ports 8000 through 10000 are not blocked for Internet inbound and outbound traffic.** +NAT traversal issues. **Ensure that IP ports 8000 through 10000 are not blocked for Internet inbound and outbound traffic.** Prebuilt binaries are available for Linux x86_64 on CPUs supporting AVX2 \(Ubuntu 20.04 recommended\). MacOS or WSL users may build from source.