Node Service Synchronization
1. Recommended Server Configuration
Component
Recommended Configuration
2. Node Initialization Process
Step 1: Initialize the Genesis Block (Only once)
./bin/geth --datadir data init config/genesis.jsonStep 2: Start the Node Service
bash start.shStep 3: Stop the Node Service
Last updated