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.
Node-Install/README.md

74 lines
2.2 KiB

2 years ago
# KalyChain Setup for Nodes, Validators & RPC Services
2 years ago
2 years ago
2 years ago
- Visit [What is KalyChain](https://kalychain.io/) page to know more about us.
2 years ago
2 years ago
This page contains technical information needed to add a node on KalyChain
2 years ago
2 years ago
## System requirements
2 years ago
2 years ago
**Operating System**: Ubuntu 20.04 LTS 64 bits
2 years ago
2 years ago
**Hardware**:
2 years ago
2 years ago
| Hardware | minimum | desired |
| :------------- | :------ | :------ |
| **CPU's**: | 2 | 4 |
| **Memory**: | 4 Gb | 8 Gb |
| **Hard Disk**: | 100 Gb | 1000 Gb |
2 years ago
2 years ago
### TCP/UDP PORTS
2 years ago
2 years ago
You'll need to open the following ports in both ways to deploy a node:
2 years ago
2 years ago
#### Validator Node
2 years ago
2 years ago
| 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 |
2 years ago
2 years ago
#### Regular/RPC Node
2 years ago
2 years ago
| 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 |
2 years ago
2 years ago
## Installation & configuration
2 years ago
2 years ago
### Server Setup
2 years ago
2 years ago
Start with server setup in the _server_ directory
2 years ago
2 years ago
- [Server Setup Guide](server/setup.md)
2 years ago
2 years ago
### Regular node
2 years ago
2 years ago
Use the _regular_ directory
2 years ago
2 years ago
- [Regular node Installation Guide](regular/Installation.md)
2 years ago
2 years ago
### RPC node
2 years ago
2 years ago
Use the _rpc_ directory
2 years ago
2 years ago
- [RPC and WebSocket Guide](rpc/Installation.md)
2 years ago
2 years ago
### Validator node
2 years ago
2 years ago
Use the _validator_ directory
2 years ago
2 years ago
- [Validator node Installation Guide](validator/Installation.md)
2 years ago
2 years ago
## Important links
2 years ago
2 years ago
- [Mainnet Block Explorer](http://kalyscan.io)
- [Testnet Block Explorer](http://testnet,kalyscan.io/)
- [Download KalyChain Binary](https://github.com/KalyCoinProject/kalychain/releases/download/22.10.3/kaly-22.10.3.zip)