Run the Data Reporter
Once you’re successfully running a validator, running Tellor's custom reporter module is easy!
This section assumes that you have a node and validator running already.
Anyone using layer may choose to "select" reporting power to a reporter similarly to how they may "delegate" to a validator. The reporter gets commission. The create-reporter command requires that you specify your commission rate and the minimum amount of tokens that others may use when selecting you.
A
commision
rate of200000
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