我想建立一个具有数百个节点的私有链。 使用static-nodes.json相互连接。 当我同步启动每个节点时,有一些节点会从我的私有链中随机断开。 连接节点的数量总是在变化
这是命令geth
../build/bin/geth --networkid 2234 --port 30303 --rpcport 8545 --datadir "data1/node1" --nodiscover --maxpeers 100 --rpc --rpccorsdomain "*" --rpcapi "eth,net,web3,debug" --bft --allow-empty --num-validators 100 --node-num 0
"enode://e76ebac548ee2d5fc79f3e1ab8d7b17214966c6ab369dd980c76fb9fe96521af4d4f79cd4ade59f05d58744e1ffda3ad5b5ee6684ac8c7c52f07acca965f3601@10.0.1.171:30303?discport=0"...... and so on.
此命令用于对等连接数。
../build/bin/geth --exec 'admin.peers.length ' attach ipc:./data1/node1/geth.ipc