Skip to content

Commit

Permalink
run full archive node for tracing
Browse files Browse the repository at this point in the history
  • Loading branch information
ramilexe committed Feb 17, 2021
1 parent 067cc38 commit 3c1928a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/dapp/libexec/dapp/dapp---testnet-launch
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,8 @@ geth \
2> >(tee "$chaindir/geth.log" | grep --line-buffered Success | sed 's/^/geth: /' >&2) \
--datadir "$chaindir" --networkid "$CHAINID" --port="$port" \
--mine --minerthreads=1 --allow-insecure-unlock \
--rpc --rpcapi "web3,eth,net,debug,personal,statediff" --rpccorsdomain '*' --nodiscover \
--rpcaddr="$RPC_ADDRESS" --rpcport="$RPC_PORT" --syncmode=full \
--rpc --rpcapi "web3,eth,net,debug,personal,statediff" --rpccorsdomain '*' --rpcvhosts '*' --nodiscover \
--rpcaddr="$RPC_ADDRESS" --rpcport="$RPC_PORT" --syncmode=full --gcmode=archive \
--statediff --statediff.db="host=$DB_HOST port=$DB_PORT user=$DB_USER password=$DB_PASSWORD dbname=$DB_NAME sslmode=disable" \
--statediff.dbnodeid 1 --statediff.dbclientname test1 --statediff.writing=true \
--ws --wsaddr="0.0.0.0" --unlock="$(IFS=,; echo "${address[*]}")" --password=<(exit) &
Expand Down

0 comments on commit 3c1928a

Please sign in to comment.