Skip to content

Commit

Permalink
Merge pull request #103 from jvventura/patch-3
Browse files Browse the repository at this point in the history
Add troubleshooting for reward claim behavior
  • Loading branch information
hthillman committed Jan 20, 2022
2 parents a5a0dad + 2cf7797 commit ed6e971
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/video-miners/how-to-guides/troubleshooting.md
Expand Up @@ -49,6 +49,10 @@ prevent it from being transcoded. There are no actionable steps for an operator
in this scenario since the broadcaster is responsible for sending video segments
that are supported by the Livepeer network.

## My node is still calling the reward claims function and spending gas, even though I have set `reward` to false

Make sure to add `-reward=false` as an override in the launch command, even if using a `.conf` file. Also make sure that if you have Orchestrator and Transcoder processes running separately that all launch commands have `reward` set to false. To be safe, you can also remove the `ethUrl` option from the Transcoder process(es) to ensure that they are not performing any onchain actions on behalf of your orchestrator if using the same wallet.

## Common Questions

**What does being ‘publicly accessible’ mean? Can I run a transcoder from
Expand Down

1 comment on commit ed6e971

@vercel
Copy link

@vercel vercel bot commented on ed6e971 Jan 20, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.