lotus-shed 更改 Owner

lotus-shed 更改 Owner

# 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>

参考

# 1. 先用旧的 owner 私钥签名消息,发起更换 owner 请求
lotus-shed actor set-owner --really-do-it --actor=<miner-id> <new-address> <old-address>
# 2. 再用新的 owner 私钥签名消息,确认更换操作
lotus-shed actor set-owner --really-do-it --actor=<miner-id> <new-address> <new-address>

参考

  1. Owner 私钥更改

文章来源地址https://uudwc.com/A/gkNxe

原文地址:https://blog.csdn.net/u010953692/article/details/131606900

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处: 如若内容造成侵权/违法违规/事实不符,请联系站长进行投诉反馈,一经查实,立即删除!

h
上一篇 2023年07月08日 07:07
Python基础综合案例-数据可视化(地图)
下一篇 2023年07月08日 07:08