using pebble engine

This commit is contained in:
Ubuntu 2023-12-02 07:32:58 +00:00 committed by Shawn
parent ca8809db57
commit 19f31fb84e

View file

@ -32,6 +32,8 @@ if [ ! -d "$GETH_CHAINDATA_DIR" ]; then
echo "Initializing genesis." echo "Initializing genesis."
geth --verbosity="$VERBOSITY" \ geth --verbosity="$VERBOSITY" \
--nousb \ --nousb \
--state.scheme=path \
--db.engine=pebble \
--datadir="$GETH_DATA_DIR" init \ --datadir="$GETH_DATA_DIR" init \
"$GENESIS_L1_PATH" "$GENESIS_L1_PATH"
else else