Question: How to change Lotus root verifier? #3440
-
I'm trying to run a local network where I can add verifiers, and verify additional clients via the lotus/chain/gen/genesis/t06_vreg.go Any pointers would be appreciated! |
Beta Was this translation helpful? Give feedback.
Answered by
whyrusleeping
Sep 1, 2020
Replies: 1 comment
-
@Schwartz10 you need to set them in your 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) |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jennijuju
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@Schwartz10 you need to set them in your
devnet.json
file before you start your lotus node up.This segment looks like this:
Just change the signers to whatever addresses you like (and set other parameters as you want)