Skip to content

Commit

Permalink
Change the snapshot server to snapshots.akash.network
Browse files Browse the repository at this point in the history
  • Loading branch information
Zblocker64 authored Aug 8, 2024
1 parent 486e021 commit ddfcff7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/content/Docs/akash-nodes/akash-node-cli-build/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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`.
By default, the service listens on port `1317`, but this can also be changed in the `[api]` section of `app.toml`.

0 comments on commit ddfcff7

Please sign in to comment.