⛓️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_passecho -n "Enter password for the keys: "
read key_passBuild the BLS Binary
Create a BLS Key
Build the ECDSA Binary
Create an ECDSA Key
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