From f4195a2081d4efaf70af0a62484bc3e432fec87b Mon Sep 17 00:00:00 2001 From: walnut-the-cat <122475853+walnut-the-cat@users.noreply.github.com> Date: Tue, 4 Feb 2025 10:16:00 -0800 Subject: [PATCH] Update validator-bootcamp.md --- docs/validator/validator-bootcamp.md | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/docs/validator/validator-bootcamp.md b/docs/validator/validator-bootcamp.md index 2b1d90b..e79a844 100644 --- a/docs/validator/validator-bootcamp.md +++ b/docs/validator/validator-bootcamp.md @@ -280,20 +280,10 @@ wget -O ~/.near/config.json https://s3-us-west-1.amazonaws.com/build.nearprotoco The node is ready to be started. However, you must first sync up with the network. This means your node needs to download all the headers and blocks that other nodes in the network already have. -First, please install AWS CLI: -``` -sudo apt-get install awscli -y -``` - -Then, download the snapshot using the AWS CLI: -``` -aws s3 --no-sign-request cp s3://near-protocol-public/backups//rpc/latest . -LATEST=$(cat latest) -aws s3 --no-sign-request cp --no-sign-request --recursive s3://near-protocol-public/backups//rpc/$LATEST ~/.near/data -``` - +The latest daily snapshots are made available to the public by FastNear, and can be used to set up a validator node. +For detailed instructions, please refer to [this guide](https://docs.fastnear.com/docs/snapshots). -NOTE: The .tar file is around 147GB (and will grow) so make sure you have enough disk space to unpack inside the data folder. +NOTE: Make sure you have enough disk space to unpack inside the data folder. ### Run the node To start your node simply run the following command: