livepeer/go-livepeer

Add log to show minimum broadcaster reserve on start up

Open

#2,468 opened on Jun 20, 2022

View on GitHub
 (1 comment) (3 reactions) (0 assignees)Go (223 forks)auto 404
area: broadcastinggood first issuestatus: community working on it

Repository metrics

Stars
 (583 stars)
PR merge metrics
 (PR metrics pending)

Description

Issue: New broadcasters often ask what the minimum Broadcaster Reserve and Broadcaster Deposit are required to start transcoding. This information non existent or hard to find.

Proposed change: Add a log on -broadcaster start up to show the current minimum Reserve and Deposit to start transcoding.

Current Log:

Unlocked ETH account: [address]
Broadcaster Deposit: 0 WEI
Broadcaster Reserve: 0 WEI

Suggested change:

Unlocked ETH account: [address]
Minimum Deposit: [amount] WEI
Minimum Reserve: [amount] WEI
Broadcaster Deposit: 0 WEI
Broadcaster Reserve: 0 WEI

Contributor guide