Run the Data Reporter
This section assumes that you have a node and validator running already.
Add these lines to the bottom of your .bashrc / .zshrc so that they are automatically loaded in new environments. (If you have a more advanced setup, add them to your start script or .service file) Replace the example REPORTERS_VALIDATOR_ADDRESS with your own 'telorvaloper' prefix address:
Sign the
create-reporter
command. Create-reporter requires that you specify your commission rate and the minimum amount of tokens that others may use when selecting you.
A
commision-rate
of0.02
means that you get 2% of rewards from your selectors.A
min-tokens-required
value of1000000
prevents spam by requiring that selectors have at least 1 TRB in their wallet. Now, run the command:
Check if your reporter was created successfully:
If you see your address in the list, your reporter was created successfully.
Restart your node again, adding flags for turning on the integrated price daemon:
To see your report transactions, query the oracle module with the command:
If you see a list of reports, congratulations! You're now a tellor reporter.
Last updated