Wallet Creation
Wallet Funding
Recipient Configuration
Install Foundry Cast
Set your Service URI
https://
, using the SetServiceURI
function on the AIServiceRegistry contract. Use the KeyStore file and password from your Mainnet Transcoding Network Orchestrator wallet:Verify your Service URI
getServiceURI
function on the AIServiceRegistry contract:-AIServiceRegistry
: Ensures that the Orchestrator is connected to the Livepeer AI network.-network=arbitrum-one-mainnet
: Connects the AI Orchestrator node to the
Arbitrum Mainnet network.-ethUrl=https://arb1.arbitrum.io/rpc
: Sets the Arbitrum Mainnet RPC URL. You
can replace this with your own RPC URL.-ethKeystorePath=/root/.lpData/arbitrum-one-mainnet/keystore
: Sets the path
to the AI Orchestrator’s Ethereum keystore file.-ethAcctAddr <AI_ORCH_ETH_ADDRESS>
: Sets the Ethereum address of the AI
Orchestrator.-ethPassword=/root/.lpData/.eth_secret
: Sets the Ethereum keystore password
file path.-ethOrchAddr=<MAIN_ORCH_ETH_ADDRESS>
: Sets the Ethereum address of the
Mainnet Transcoding Network Orchestrator.-ticketEV=2999999999999
: This flag ensures that the AI Orchestrator doesn’t
trigger maximum ticket limits set by the go-livepeer
software.