mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-30 08:33:45 +00:00
using pebble engine
This commit is contained in:
parent
a300dd8cb0
commit
dda05c5584
1 changed files with 2 additions and 0 deletions
|
|
@ -32,6 +32,8 @@ if [ ! -d "$GETH_CHAINDATA_DIR" ]; then
|
|||
echo "Initializing genesis."
|
||||
geth --verbosity="$VERBOSITY" \
|
||||
--nousb \
|
||||
--state.scheme=path \
|
||||
--db.engine=pebble \
|
||||
--datadir="$GETH_DATA_DIR" init \
|
||||
"$GENESIS_L1_PATH"
|
||||
else
|
||||
|
|
|
|||
Loading…
Reference in a new issue