Oracle
Install Oracle
cd $HOME
rm -rf symphony-oracle-voter
git clone https://github.com/cmancrypto/symphony-oracle-voter.git
cd symphony-oracle-voter
git checkout v0.0.4r3If Update from v0.0.4r2, please use code below
cd $HOME/symphony-oracle-voter
git pull
git checkout v0.0.4r3Make File
nano $HOME/symphony-oracle-voter/.envEdit with Ur Address and Valoper and Password
VALIDATOR_ADDRESS=symphonyvaloper************
VALIDATOR_ACC_ADDRESS=symphony***************
KEY_PASSWORD=********
SYMPHONY_LCD = https://symphony-apitest.codeblocklabs.com/
TENDERMINT_RPC= https://symphony-rpctest.codeblocklabs.com/Install Python
Make System Service
Starting Services
Last updated