Connect to Zentchain
Zentchain runs on Besu Hyperledger using QBFT consensus, with validators added or removed by majority vote. Blocks are confirmed every 10 seconds.
Chain Settings:
Network Name: ZentChain
RPC URL: https://rpc.zentchain.com
Chain ID: 1450
Currency: Ƶ
Explorer: https://explorer.zentchain.com
To connect a node to Zentchain, follow these steps:
1. Install Hyperledger Besu:
- Binary Installation
- Run via Docker Image
2. Download and place the required configuration files in your Besu directory:
- Genesis File
- Config File
3. Start your node with the following command:
besu --config-file=/path-to-besu-directory/config.toml
Update **`/path-to-besu-directory/`** to reflect your actual directory path.
Once connected, your node will download the Zentchain blockchain and function as an RPC node.