summarylogtreecommitdiffstats
path: root/environment
blob: 146878fcfc8e43af5a115e9391cebcf5c4e68f32 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# See https://livepeer.org/docs/video-miners/reference/configuration
ARGS="-v 4 \
	-nvidia all \
	-transcoder \
	-reward=false \
	-orchestrator \
	-monitor=false \
	-maxSessions 16 \
	-network mainnet \
	-pricePerUnit 800 \
	-autoAdjustPrice=false \
	-blockPollingInterval 30 \
	-maxGasPrice 52000000000 \
	-serviceAddr my.livepeernode.com:8935 \
	-orchSecret=/var/lib/livepeer/orchestrator_password.txt \
	-ethAcctAddr 0x1a00000000000000000000000000000000000000 \
	-ethPassword /var/lib/livepeer/ethereum_wallet_password.txt \
	-ethUrl https://mainnet.infura.io/v3/00000000000011111111110000000000"