Adding Accounts
Adding your first account after installing Telliot
Last updated
Adding your first account after installing Telliot
Last updated
The reporter (Telliot) needs to know which accounts (wallet addresses) are available for submitting values to the oracle. Use the command line to add necessary reporting accounts/private keys.
Make sure you're in python's virtual environment (venv)
:
Everytime you run Telliot or DVM you need to enter this virtual environment. To enter it, go to telliot-feeds
folder and run source venv/bin/activate
. To exit it, run deactivate
.
To add an account called myacc_ts
for reporting on Pulsechain testnet v4 (chain ID 943):
It will ask to create a password and add the account.
Remember to replace <myacc_ts> and <yourPrivateKey> in this example with the private key that holds your FETCH for reporting and a name to save it locally.
Done! Your account should be ready to submit reports!
Below is the detailed process and some more info:
If you want to report to other chains using the same address just follow the same process but change the name of the account and chain ID like this example using the same wallet address, but to report to Pulsechain mainnet:
To check the wallets you have added, run telliot account find
To view other options for managing accounts with Telliot, use the command: