Skip to content

Commit

Permalink
update to make active criteria clearer (#331)
Browse files Browse the repository at this point in the history
  • Loading branch information
hthillman committed Feb 14, 2023
1 parent bbd3098 commit 1f88fd9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pages/guides/orchestrating/get-started.en-US.mdx
Expand Up @@ -2,6 +2,8 @@
title: Get started
---

import { Callout } from 'nextra-theme-docs';

# Get started

This guide provides instructions on how to run an orchestrator using the `Go Livepeer` client. In order to use `Go Livepeer`, the software must first be installed. There are several ways `Go Livepeer` can be installed depending on the operating system and the user's choice of installation method, for example using a container or building from source. Instructions for installing `Go Livepeer` can be found on the ["Install" guide](/guides/orchestrating/install-go-livepeer). The instructions on this page assumes `Go Livepeer` and its associated binaries have been installed successfully.
Expand Down Expand Up @@ -121,6 +123,10 @@ In order to activate on Livepeer, your account should have:
find the 100th orchestrator with the most stake. This is the amount of stake
required for you to activate. Note that more stake will help you receive
more work.

<Callout type="warning">
If your orchestrator drops out of the active set (top 100 in stake), it will not be reactivated by the protocol unless (1) you re-register or (2) your stake amount (delegated or self-stake) changes such that you are in the top 100 again. If you are inactive and your stake amount places you in the top 100 but your stake does not change, your orchestrator will not be automatically added to the active set.
</Callout>

## Activate

Expand Down

1 comment on commit 1f88fd9

@vercel
Copy link

@vercel vercel bot commented on 1f88fd9 Feb 14, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

docs – ./

docs.livepeer.org
docs-git-main-livepeer.vercel.app
docs-livepeer.vercel.app

Please sign in to comment.