mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-14 16:03: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."
|
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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue