在geth私有节点的基础上,另起一个节点,使用同样的创世区块设置。
- 新建目录:private2
- init.json //创世区块要一致
- geth init init.json --datadir .
- geth --datadir . --port 30302 --nodiscover --ipcdisable console
- net.peerCount //查看相连的节点
admin.nodeInfo.enode //查看节点信息
"enode://[email protected]:30302?discport=0"