区块链

同步全节点

.\geth_windows.exe --config .\config-test\config.toml --datadir ./node --cache 18000 --rpc.allow-unprotected-txs --txlookuplimit 0   --ws --ws.addr 127.0.0.1 --ws.port 10280 --syncmode full

查看 区块信息

 .\geth_windows.exe attach http://127.0.0.1:8575