第一个节点:
geth --identity "weltch" --rpcaddr 0.0.0.0 --rpc --rpcport 9000 --maxpeers 5 --rpcapi "db,eth,net,web3,debug" --networkid 100 --datadir "data11" --port 30303 --nodiscover console
第二个节点:
geth --identity "weltch" --rpcaddr 0.0.0.0 --rpc --rpcport 9000 --maxpeers 5 --rpcapi "db,eth,net,web3,debug" --networkid 100 --datadir "data11" --port 30303 --nodiscover --ipcdisable console
注意:一定要加上--ipcdisable, 否则报错:Erro starting protocol stack:Access is denied