⛓️Sidecar
Credit: 0xchicharito
Install the Sidecar
mkdir -p $HOME/.zrchain/sidecar/bin
mkdir -p $HOME/.zrchain/sidecar/keysInstall the Binary File
wget -O $HOME/.zrchain/sidecar/bin/zenrock-sidecar https://releases.gardia.zenrocklabs.io/validator_sidecar-1.2.3
chmod +x $HOME/.zrchain/sidecar/bin/zenrock-sidecarClone Zenrock Validators
cd $HOME
git clone https://github.com/zenrocklabs/zenrock-validatorsSet a Password for Sidecar Wallets
read -p "Enter password for the keys: " key_passFor zsh, use the command:
echo -n "Enter password for the keys: "
read key_passBuild the BLS Binary
Create a BLS Key
Build the ECDSA Binary
Create an ECDSA Key
IMPORTANT - To proceed, you need to fund the generated ECDSA key with Ethereum Holesky test tokens. You can use the faucet: https://stakely.io/faucet/ethereum-holesky-testnet-eth.
IMPORTANT - To continue, register at https://app.infura.io and obtain the following endpoints:
Mainnet ETH: https://xxx
Holesky ETH: https://xxx
Holesky ETH WebSocket: wss://xxx
Set Variables
Copy the Original Configuration Files
Update config.yaml
config.yamlUpdate eigen_operator_config.yaml
eigen_operator_config.yamlCreate a Service File
Last updated