Ethereum Node / DONE
Minimum server requirements:
Disk: At least 2 TB SSD (NVMe).
Processor: Minimum 8 cores.
Memory: 16 GB.
Software: It is necessary to have Docker installed.
Prepare file system
Generate jwt secret:
Create docker-compose.yml
Note: Replace _YOUR_HOST_IP_ with your server IP.
Fast sync: In order to speed up beacon node synchronisation, you need to uncomment the line --checkpoint-sync-url=https://sync.invis.tools
. After that, start the container and check the beacon container logs. After successful synchronisation, comment the line back out.
Launching geth node:
Opening the access port
Create a proxy from port
- localhost:28545 to port 8545 for geth rpc
Opening a port for RPC: To access RPC, you must open port 8545 in the firewall settings for the IP address of the server from which the connection will originate.
Accesses
RPC: http://ip.host:8545/_RANDOM_STRING_/
Last updated