mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-19 21:31:37 +00:00
make sync mode full to avoid race condition (#305)
Co-authored-by: Liam Lai <liam.lai@datameshgroup.com.au>
This commit is contained in:
parent
379ab9ccc7
commit
7155e722e4
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ echo "Starting nodes with $bootnodes ..."
|
|||
# Note: --gcmode=archive means node will store all historical data. This will lead to high memory usage. Only needed if you need the node to perform historical operations
|
||||
XDC --ethstats ${netstats} --gcmode=full \
|
||||
--nat extip:${INSTANCE_IP} \
|
||||
--bootnodes ${bootnodes} --syncmode fast \
|
||||
--bootnodes ${bootnodes} --syncmode full \
|
||||
--datadir /work/xdcchain --networkid 551 \
|
||||
-port 30303 --rpc --rpccorsdomain "*" --rpcaddr 0.0.0.0 \
|
||||
--rpcport 8545 \
|
||||
|
|
|
|||
Loading…
Reference in a new issue