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
|
1 year ago | |
---|---|---|
regular | 1 year ago | |
rpc | 1 year ago | |
server | 2 years ago | |
validator | 1 year ago | |
LICENSE | 2 years ago | |
README.md | 2 years ago | |
start_node.sh | 1 year ago |
README.md
KalyChain Setup for Nodes, Validators & RPC Services
- Visit What is KalyChain page to know more about us.
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