Skip to main content
go-livepeer needs access to the Arbitrum network. You can use a hosted API (e.g. Infura, Alchemy) or a self-hosted node. Replace <PROJECT_ID> with your Infura project ID.

Self-hosted node

See Offchain Labs docs. Then:
livepeer -network mainnet -ethUrl http://localhost:8545

Supported networks

  • Arbitrum One (production): -network arbitrum-one-mainnet -ethUrl <RPC_URL>
  • Private / offchain: See CLI flags for -network and -ethController.
Use a stable RPC; flaky endpoints can cause missed reward calls.

See also

Last modified on February 18, 2026