๐Waku
Waku Node Installation Guide
System Requirements
Before you begin the installation process, ensure that your server meets the following minimum system requirements:
Requirement
Minimum
Recommended
Processor (CPU)
2 CPU cores
4 CPU cores
Memory (RAM)
2 GB RAM
4 GB RAM
Storage
40 GB SSD
100 GB SSD or more
Internet Speed
1 Mbps (minimum)
Stable and reliable
Operating System
Ubuntu 20.04 or later,
Debian 10 or later,
Other Linux distributions may work but are not officially supported.
Firewall
Allow incoming connections on port 60000 (TCP)
Step 1: Prepare the Server
Choose a Server: Select a server that meets the above hardware and network requirements.
Update the System:
Install Necessary Packages:
Step 2: Install Docker and Docker Compose
Install Docker:
Install Docker Compose:
Step 3: Clone the Waku Repository
Clone the Waku Repository:
Step 4: Configure Settings
Copy the Configuration File:
Edit the Configuration File: Open the
.env
file using a text editor (e.g., nano):Set RPC URL and Private Key:
Replace
RPC_URL
with your RPC URL (for example, from Infura).Ensure you have your MetaMask wallet's private key, which should contain some test cryptocurrency (e.g., SiPoli).
Save Changes and Exit the Editor (in nano, use
Ctrl + X
, thenY
to save).
Step 5: Register Your Node in the Waku Network
Run the Registration Script: Execute the command to register your node:
Check Logs: You can check the logs to ensure your node is running correctly:
After completing all steps, your Waku node should be successfully installed and registered in the network.
Last updated