For the complete documentation index, see llms.txt. This page is also available as Markdown.

Node Service Synchronization

To ensure stable operation and efficient block synchronization, we recommend the following server specs:

Component
Recommended Configuration

CPU

8 cores (8c)

Memory

16 GB (16g)

Storage

500 GB SSD

Network

≥100 Mbps (Public IP recommended)

⚠️ If block data grows rapidly or if your app makes heavy use of logs, consider increasing storage capacity.


2. Node Initialization Process

Step 1: Initialize the Genesis Block (Only once)

./bin/geth --datadir data init config/genesis.json

⚠️ This step should only be executed once. Do not reinitialize after the node is running, as it will erase all data and require full resynchronization.


Step 2: Start the Node Service

bash start.sh

Step 3: Stop the Node Service


Last updated