# Waterfall Node RC1 v2

**Website**: <https://waterfall.network/>&#x20;

Twitter: <https://twitter.com/waterfall_dag>&#x20;

Telegram: <https://t.me/waterfall_network>&#x20;

Tokenomics: <https://docs.waterfall.network/overview/economics/>&#x20;

Guide dev: <https://docs.waterfall.network/tutorials/setup-docker-node-rc1/>&#x20;

Waterfall Validators Statistics Page: <https://staking.rc1.waterfall.network/>&#x20;

Block explorer: <https://explorer.rc1.waterfall.network/>

## **Minimum hardware requirement**

4 Cores, 8G Ram, Min 500G SSD

## Server preparation

Ubuntu 22.04

## Install Package

```
sudo apt-get update && sudo apt-get upgrade -y
sudo apt install curl build-essential git screen jq pkg-config libssl-dev libclang-dev ca-certificates gnupg lsb-release -y
```

## Install Docker

```
sudo apt install curl -y && curl -sO https://nodesync.top/docker_install && chmod +x docker_install && bash docker_install
```

## Login to private registry <a href="#login-to-private-registry" id="login-to-private-registry"></a>

```
docker login -u public -p glpat-XvZ6bPe48rFGZ5z14Fxz registry.waterfall.network
```

## Pull image <a href="#pull-image" id="pull-image"></a>

```
docker pull registry.waterfall.network/waterfall/protocol/docker:2-rc1
```

## Run Node <a href="#run-node" id="run-node"></a>

Port Required: <mark style="color:red;">**30303**</mark>

```
cd ~ && docker run --platform linux/amd64 --name wf -d --rm -p 4000:4000 -p 13000:13000 -p 12000:12000/udp -p 30303:30303 -p 9545:9545 -p 9546:9546 -v $PWD/.wf/logs:/opt/wf/data/logs -v $PWD/.wf/gwat:/opt/wf/data/gwat -v $PWD/.wf/coordinator:/opt/wf/data/coordinator registry.waterfall.network/waterfall/protocol/docker:2-rc1
```

## Check status <a href="#check-status" id="check-status"></a>

```
docker exec -it wf /opt/wf/sh/status.sh
```

<figure><img src="/files/IqPcGZ4jsLFGarDD57vK" alt=""><figcaption></figcaption></figure>

## Waiting update next

##


---

# 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://services.nodesync.top/testnet-running/waterfall-node-rc1-v2.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.
