mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-17 18:30:45 +00:00
fix local start script
This commit is contained in:
parent
4df9699821
commit
8e07f0678f
1 changed files with 1 additions and 2 deletions
|
|
@ -49,8 +49,7 @@ XDC --ethstats ${netstats} \
|
||||||
--bootnodes ${bootnodes} \
|
--bootnodes ${bootnodes} \
|
||||||
--syncmode full \
|
--syncmode full \
|
||||||
--datadir /work/xdcchain \
|
--datadir /work/xdcchain \
|
||||||
--networkid 551 \
|
--port $port \
|
||||||
-port $port \
|
|
||||||
--rpc --rpccorsdomain "*" \
|
--rpc --rpccorsdomain "*" \
|
||||||
--rpcaddr 0.0.0.0 \
|
--rpcaddr 0.0.0.0 \
|
||||||
--rpcport $rpc_port \
|
--rpcport $rpc_port \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue