⚙️Sidecar (✔️Oracle)
The validator sidecar service allows validators to vote on oracle data during the CometBFT consensus process
Install the sidecar
# create the necessary directories
mkdir -p $HOME/.zrchain/sidecar/bin
mkdir -p $HOME/.zrchain/sidecar/keysInstall the binary file
wget -O $HOME/.zrchain/sidecar/bin/validator_sidecar https://github.com/Zenrock-Foundation/zrchain/releases/download/v6.3.3/validator_sidecar
chmod +x $HOME/.zrchain/sidecar/bin/validator_sidecarCopy 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_passSử dụng lệnh read trong zsh
echo -n "Enter password for the keys: "
read key_passBuild BLS binary
Create a BLS key
Build ecdsa binary
Create a ecdsa key
IMPORTANT - to continue, you need to top up the generated ecdsa key with Ethereum Holesky test tokens You can use the faucet - https://stakely.io/faucet/ethereum-holesky-testnet-eth
Set variables
Create initial configuration files
Create a service file
Last updated
Was this helpful?