需要高频查询余额,不想同步全节点 昨天同步了一晚上还停留在创世区块
启动命令
./geth --datadir /data/eth/execution \
--syncmode snap \
--http --http.addr 0.0.0.0 --http.port 8545 \
--http.api admin,eth,net,web3 \
--ws --ws.addr 0.0.0.0 --ws.port 8546 \
--ws.api admin,eth,net,web3 \
--cache 512 \
--maxpeers 50