Skip to content

Question: How to change Lotus root verifier? #3440

Locked Answered by whyrusleeping
Schwartz10 asked this question in Storage Provider
Discussion options

You must be logged in to vote

@Schwartz10 you need to set them in your devnet.json file before you start your lotus node up.

This segment looks like this:

  "VerifregRootKey": {
    "Type": "multisig",
    "Balance": "0",
    "Meta": {
      "Signers": [
        "t080"
      ],
      "Threshold": 1,
      "VestingDuration": 0,
      "VestingStart": 0
    }
  }

Just change the signers to whatever addresses you like (and set other parameters as you want)

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by jennijuju
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/messages status/archived Archive label, use when closing/locking old discussions.
2 participants
Converted from issue

This discussion was converted from issue #3440 on October 02, 2020 15:53.