# lotus-shed actor set-owner --help
NAME:
lotus-shed actor set-owner - Set owner address (this command should be invoked twice, first with the old owner as the senderAddress, and then with the new owner)
USAGE:
lotus-shed actor set-owner [command options][newOwnerAddress senderAddress]
OPTIONS:--actor value specify the address of miner actor
--really-do-it Actually send transaction performing the action (default:false)
首先使用旧的所有者作为发送方地址
lotus-shed actor set-owner --really-do-it --actor=<miner-id><new-address><old-address>
然后使用新的所有者作为发送方地址
lotus-shed actor set-owner --really-do-it --actor=<miner-id><new-address><new-address>