🖥️Oracle Voter Setup
This guide provides step-by-step instructions for setting up the Symphony Oracle Voter on your system node running with Cosmovisor.
Prerequisites
Git
Python 3 - Python3.11 Recommended
Systemd (usually pre-installed on most Linux distributions)
Sudo privileges
Server running symphonyd with synced status
Install Dependencies
Navigate to the project directory and checkout current version
Create a .env file
Use the below format for .env identity
Adjust VALIDATOR_ADDRESS, VALIDATOR_ACC_ADDRESS, and KEY_PASSWORD with your own validator details.
Create python virtual environment
Activate the virtual environment
Install the required packages
Deactivate the virtual environment
Modify oracle.service file
Update each instance of field to your username and ensure that paths are your actual path
Copy the service file to the systemd directory
Start oracle.service
Check oracle logs
Last updated