geth binary location update

This commit is contained in:
realbigsean 2022-12-08 08:49:39 -05:00
parent 715002a615
commit ef9579602f
No known key found for this signature in database
GPG Key ID: B372B64D866BF8CC
2 changed files with 4 additions and 4 deletions

View File

@ -33,16 +33,14 @@ http_port=${@:$OPTIND+2:1}
auth_port=${@:$OPTIND+3:1}
genesis_file=${@:$OPTIND+4:1}
geth_binary=/home/sean/CLionProjects/eip4844-interop/geth/go-ethereum/build/bin/geth
# Init
$geth_binary init \
$GETH_BINARY init \
--datadir $data_dir \
$genesis_file
echo "Completed init"
exec $geth_binary \
exec $GETH_BINARY \
--datadir $data_dir \
--ipcdisable \
--http \

View File

@ -1,3 +1,5 @@
GETH_BINARY=geth
# Base directories for the validator keys and secrets
DATADIR=~/.lighthouse/local-testnet