Kwill
Kwill Node Installation Guide
Prerequisites
System Requirements
Requirement
Details
Server Requirements
CPU
4 cores
RAM
16 GB
Disk Space
50 GB
Operating System
Ubuntu 20.04 or later
Network Ports
Port 1
26656 (P2P communication)
Port 2
26657 (RPC communication)
Installation Steps
Access Your Server:
Log into your server via SSH.
Install Dependencies:
Update your package list and install necessary dependencies:
Download Kwill Node Software:
Clone the Kwill repository from GitHub:
Build the Node:
Compile the node software:
Initialize Your Node:
Initialize your node with a unique name:
Configure Your Node:
Navigate to the configuration directory:
Open the
config.toml
file with your favorite text editor:Set the
environment
variable to the network you plan on running (e.g.,colosseum
):If you are mining, insert your coinbase addresses for the chains you intend to mine.
Start Your Node:
Start your node with the following command:
Additional Configuration
Seed Nodes: To help your node connect to the network, you may need to add seed nodes in the
p2p
section ofconfig.toml
:
Last updated