add node requirements

This commit is contained in:
LordGhostX 2024-05-13 13:55:44 +01:00
parent 481b211d2b
commit 8ab78abe65
No known key found for this signature in database
GPG Key ID: 520CC5DC4F94FCC7
2 changed files with 6 additions and 2 deletions

View File

@ -3,12 +3,12 @@ title: Find Your Node Address
hide_table_of_contents: true
---
You can find the addresses of a running node through its logs or by calling the [Get node info](https://waku-org.github.io/waku-rest-api/#get-/debug/v1/info) endpoint of the [REST API](https://waku-org.github.io/waku-rest-api/).
:::info
When starting the node, `nwaku` will display all the public listening and discovery addresses at the `INFO` log level.
:::
You can find the addresses of a running node through its logs or by calling the [Get node info](https://waku-org.github.io/waku-rest-api/#get-/debug/v1/info) endpoint of the [REST API](https://waku-org.github.io/waku-rest-api/).
## Listening addresses
Look for the log entry that begins with `Listening on`, for example:

View File

@ -9,6 +9,10 @@ This guide provides detailed steps to build and run a `nwaku` node in a Docker c
Ensure [Docker](https://www.docker.com/) is installed on your system using the appropriate instructions provided in the [Docker documentation](https://docs.docker.com/engine/install/).
:::info
We recommend running a `nwaku` node with at least 2GB of RAM, especially if `WSS` is enabled. If running just a `Relay` node, 0.5GB of RAM is sufficient.
:::
## Get Docker image
The Nwaku Docker images are available on the Docker Hub public registry under the [statusteam/nim-waku](https://hub.docker.com/r/statusteam/nim-waku) repository. Please visit [statusteam/nim-waku/tags](https://hub.docker.com/r/statusteam/nim-waku/tags) for images of specific releases.