1. Build RPC of Lumoz Chain
Requirements
CPU: 8 core +
RAM: 16 Gb+
Storage: 500 Gb+
Docker
Download docker-compose.yml
Download snapshot of Genesis file under the root path of docker-compose.yml
Start RPC
Check logs
Test
Note:
RPC address(default): device IP+9545
WS address(default): device IP+9546
If IP is 1.2.3.4, the RPC address will be http://1.2.3.4:9545, and the WS address will be WS://1.2.3.4:9546
Customize port
Edit the docker-compose.yml if you want to change the port.
Port 33666 needs to be opened for external access. This port facilitates stable P2P connections with other external nodes for block data synchronization.
Last updated