Instructions on how to run a Full Node, Validator Node, and RPC Services for KalyChain.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
nico e271be98aa genesis update 1 year ago
regular genesis update 1 year ago
rpc genesis update 1 year ago
server mv server dir 2 years ago
validator genesis update 1 year ago
LICENSE Initial commit 2 years ago
README.md mv server dir 2 years ago
start_node.sh genesis update 1 year ago

README.md

KalyChain Setup for Nodes, Validators & RPC Services

This page contains technical information needed to add a node on KalyChain

System requirements

Operating System: Ubuntu 20.04 LTS 64 bits

Hardware:

Hardware minimum desired
CPU's: 2 4
Memory: 4 Gb 8 Gb
Hard Disk: 100 Gb 1000 Gb

TCP/UDP PORTS

You'll need to open the following ports in both ways to deploy a node:

Validator Node

Port Type To Definition
30303 TCP 0.0.0.0 Ethereum client listener and discovery ports
30303 UDP 0.0.0.0 Ethereum client listener and discovery ports

Regular/RPC Node

Port Type To Definition
30303 TCP 0.0.0.0 Listener and discovery ports
30303 UDP 0.0.0.0 Listener and discovery ports
8545 TCP 0.0.0.0 (this can be internal only) RPC HTTP Port
8546 TCP 0.0.0.0 (this can be internal only) RPC WS Port

Installation & configuration

Server Setup

Start with server setup in the server directory

Regular node

Use the regular directory

RPC node

Use the rpc directory

Validator node

Use the validator directory