mirror of
https://gitlab.com/pulsechaincom/lighthouse-pulse.git
synced 2025-01-03 01:37:39 +00:00
Add bootnode binary variable in testnet scripts
This commit is contained in:
parent
51e588bdf9
commit
db29cb08a6
@ -1,4 +1,4 @@
|
|||||||
priv_key="02fd74636e96a8ffac8e7b01b0de8dea94d6bcf4989513b38cf59eb32163ff91"
|
priv_key="02fd74636e96a8ffac8e7b01b0de8dea94d6bcf4989513b38cf59eb32163ff91"
|
||||||
|
|
||||||
|
|
||||||
/home/sean/CLionProjects/eip4844-interop/geth/go-ethereum/build/bin/bootnode --nodekeyhex $priv_key
|
$BOOTNODE_BINARY --nodekeyhex $priv_key
|
@ -1,4 +1,5 @@
|
|||||||
GETH_BINARY=geth
|
GETH_BINARY=geth
|
||||||
|
BOOTNODE_BINARY=bootnode
|
||||||
|
|
||||||
# Base directories for the validator keys and secrets
|
# Base directories for the validator keys and secrets
|
||||||
DATADIR=~/.lighthouse/local-testnet
|
DATADIR=~/.lighthouse/local-testnet
|
||||||
|
Loading…
Reference in New Issue
Block a user