Skip to content

Commit

Permalink
Update node version in the docs (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
boundless-forest authored Sep 2, 2024
1 parent 4cde112 commit c523b3d
Show file tree
Hide file tree
Showing 4 changed files with 207 additions and 193 deletions.
6 changes: 3 additions & 3 deletions docs/node-operators/run-archive-node.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,18 @@ When running as a simple sync node (above), only the state of the past 256 block
### Recommended Hardware

- **RAM:** 8 GB:
- **Storage(SSD)**: 800 GB
- **Storage(SSD)**: 1 TB

### Download Snapshot

It's important to note that there is a faster method to expedite the syncing process**.** You can achieve this by downloading the snapshot blockchain data and moving it to the current node database location and greatly speeding up the node sync process. Click [here](./snapshot.md) for more detailed instructions.

### Prepare The Binary

As of the time of writing this doc(2023-09-04), the latest version of the Darwinia node is `v6.4.0`. Please ensure that you check for [the latest version](https://github.com/darwinia-network/darwinia/releases) when running your own node.
As of the time of writing this doc(2024-09-04), the latest version of the Darwinia node is `v6.6.5`. Please ensure that you check for [the latest version](https://github.com/darwinia-network/darwinia/releases) when running your own node.

```bash
wget https://github.com/darwinia-network/darwinia/releases/download/v6.4.0/darwinia-x86_64-linux-gnu.tar.bz2
wget https://github.com/darwinia-network/darwinia/releases/download/v6.6.5/darwinia-x86_64-linux-gnu.tar.bz2
tar xvf darwinia-x86_64-linux-gnu.tar.bz2
```

Expand Down
Loading

0 comments on commit c523b3d

Please sign in to comment.