mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-28 23:56:43 +00:00
Update entrypoint.sh
This commit is contained in:
parent
72f3e6cbff
commit
bca8f13241
1 changed files with 3 additions and 3 deletions
|
|
@ -90,7 +90,7 @@ if [ "$GETH_NODE_TYPE" = "bootnode" ]; then
|
|||
--pprof.port=60601 \
|
||||
--nodekey $GETH_DATA_DIR/boot.key \
|
||||
--netrestrict $NET_RESTRICT \
|
||||
$NAT_FLAG \
|
||||
"$NAT_FLAG" \
|
||||
--txpool.accountqueue=512 \
|
||||
--rpc.allow-unprotected-txs
|
||||
|
||||
|
|
@ -136,7 +136,7 @@ elif [ "$GETH_NODE_TYPE" = "signer" ]; then
|
|||
--authrpc.port="8551" \
|
||||
--authrpc.vhosts="*" \
|
||||
--txpool.accountqueue=512 \
|
||||
$NAT_FLAG
|
||||
"$NAT_FLAG"
|
||||
|
||||
elif [ "$GETH_NODE_TYPE" = "member" ]; then
|
||||
echo "Starting member node"
|
||||
|
|
@ -174,7 +174,7 @@ elif [ "$GETH_NODE_TYPE" = "member" ]; then
|
|||
--authrpc.port="8551" \
|
||||
--authrpc.vhosts="*" \
|
||||
--txpool.accountqueue=512 \
|
||||
$NAT_FLAG
|
||||
"$NAT_FLAG"
|
||||
else
|
||||
echo "Invalid GETH_NODE_TYPE specified"
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in a new issue