git clone https://github.com/solv-protocol/solv-node
cd solv-node
Build the Solv validator node using the provided Dockerfile :
docker build -t solv-validator .
After the build is complete, initialize your node :
docker run -d --name solv-validator solv-validator
Youβll need to configure your node to act as a validator. Edit the configuration file to include your validator name, public key, and other necessary details.
Edit the Configuration:
nano config/validator.json
Replace the placeholders with your validator name, public key, and other settings. Ensure the file is correctly formatted.
Start the Validator:
docker run --name solv-validator -d -v /your/local/path:/config solv-validator --validator
Now that your node is running, you need to stake SOLV tokens to officially become a validator.
Obtain Your Validator Address: Run the following command to get your validator address: