From ddfcff765fc732f5486759a5061a97a05b424a43 Mon Sep 17 00:00:00 2001 From: Zblocker64 <105066639+Zblocker64@users.noreply.github.com> Date: Thu, 8 Aug 2024 08:55:51 -0500 Subject: [PATCH] Change the snapshot server to snapshots.akash.network --- .../Docs/akash-nodes/akash-node-cli-build/index.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/content/Docs/akash-nodes/akash-node-cli-build/index.md b/src/content/Docs/akash-nodes/akash-node-cli-build/index.md index 48c3d402..fded7166 100644 --- a/src/content/Docs/akash-nodes/akash-node-cli-build/index.md +++ b/src/content/Docs/akash-nodes/akash-node-cli-build/index.md @@ -386,18 +386,18 @@ cd ~/.akash ### Download Snapshot -> NOTE - in the `Example Steps` provided below a specific snapshot version is used (`12992214`). In your use the current/latest snapshot version should be used. The latest Akash snapshot version - made available via Polkachu - can be found [here](https://polkachu.com/tendermint\_snapshots/akash). Replace all references to example snapshot version `12992214` with the current/latest version found on this site. +The latest Akash snapshot version - made available via The Offical Akash Network Snapshot - can be found [here](https://snapshots.akash.network/akashnet-2/akashnet-2_latest.tar.lz4). This snapshot is updated every hour. #### Example Steps ``` -wget -O akash_12992214.tar.lz4 https://snapshots.polkachu.com/snapshots/akash/akash_12992214.tar.lz4 --inet4-only +wget -O akashnet-2_latest.tar.lz4 https://snapshots.akash.network/akashnet-2/akashnet-2_latest.tar.lz4 --inet4-only apt-get install lz4 -lz4 -d akash_12992214.tar.lz4 +lz4 -d akashnet-2_latest.tar.lz4 -tar -xvf akash_12992214.tar +tar -xvf akashnet-2_latest.tar ``` ## STEP10 - Start the Akash Node @@ -535,4 +535,4 @@ The API Service is configured in `~/.akash/config/app.toml` and can be enabled i enable = "true" ``` -By default, the service listens on port `1317`, but this can also be changed in the `[api]` section of `app.toml`. \ No newline at end of file +By default, the service listens on port `1317`, but this can also be changed in the `[api]` section of `app.toml`.