# Recommended Hardware & Software

**Setup**

* We recommend using Linux or MacOS
* A wallet with the WAN you wish to stake + a small amount of WAN for service fees.
* You may use a cloud server such as AWS or run on bare metal. See our AWS getting started guide for more information.
* If using AWS, we recommend AWS m4.xlarge with the following configuration
  * CPU: 4
  * RAM:16G
  * Disk 600G

*For manual setup you also need:*

* [<mark style="color:blue;">Docker</mark>](https://www.docker.com/)
* Install Golang from <https://golang.org/> and set GO environment variables `$GOPATH` and `$GOROOT` if you want to build from source code.

To get the most recent GWAN code from github：

```
$ mkdir -p $GOPATH/src/github.com/wanchain/

$ cd $GOPATH/src/github.com/wanchain/

$ git clone https://github.com/wanchain/go-wanchain.git

$ cd go-wanchain

$ git checkout develop

$ git pull

$ make
```

GWAN is compiled in this directory：**build/bin/gwan**


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.wanchain.org/pos-validator-nodes/recommended-hardware-and-software.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
