docs(orchestrator): harden wallet setup with delegated reward calling - #1015
docs(orchestrator): harden wallet setup with delegated reward calling#1015rickstaa wants to merge 4 commits into
Conversation
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
b89ca98 to
6f4b4b7
Compare
Activation now recommends a hardware wallet or Safe, a throwaway node wallet with -ethOrchAddr, and a LIP-118 reward caller. Adds the related flags to the CLI reference. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
6f4b4b7 to
fe2016c
Compare
|
Step 5 tells cold-wallet users to call |
Makes sense, updated. |
…ller Spell out the transcoder and setServiceURI calls with converted values so cold-wallet users do not pass percentages, replace the delayed reward-call check with a gas-free simulation, and warn that the node host must be treated as compromisable. Co-Authored-By: Avinash H. Duduskar <2946372+Strykar@users.noreply.github.com> Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
The guide recommends a hardware wallet or Safe, but every cast recipe assumed a keystore. Name the ledger and trezor flags and route Safe users through the Transaction Builder or Den, with cast calldata as the fallback when the UI cannot load a function. Co-Authored-By: Adam Soffer <adam@livepeer.org>
Updates Activate on Arbitrum so the recommended setup is the secure one: a hardware wallet or Safe as the orchestrator wallet, a throwaway node wallet with
-ethOrchAddr, and a LIP-118 reward caller (go-livepeer, standalone, or the shared livepeer.bot caller). Adds-ethOrchAddr,-cliAddr, and-enableCliTxRoutesto the CLI flags reference. Also fixes a README autolink that mademint broken-linksfail.Do not merge before livepeer/go-livepeer#4011. The go-livepeer reward caller tab and the
-ethOrchAddrreward delegation it describes depend on that PR.