Install MEV Plus package bundled with native delegation and PNO module
EXTRA_OPTS
in the MEV Plus DAppNode Package config are required to control which validators are natively delegated and which are not. By default, all of the validators on the node will be natively delegated.
Packages -> Lighthouse Holesky -> Config -> Show Advanced Editor
_DAPPNODE_GLOBAL_MEVBOOST_HOLESKY
will need to be adjusted to false
on the Beacon chain
node only.
In the EXTRA_OPTS section of Lighthouse Beacon Chain
, we need to inject the following:
EXTRA_OPTS
setting:
Lets enter Packages -> Mev Plus Holesky -> Config -> Show Advanced Editor
where we need to add the following to the EXTRA_OPTS
setting:
-pno.eth1-private-key
is the private key that will pay for GAS for manage PNO status and liqid delegations.