GRANDPA voter error: could not sign outgoing message: Failed to sign GRANDPA vote for round 1 targetting
See original GitHub issueHi,
I follow this tutorial to create private network:
https://docs.substrate.io/tutorials/v3/private-network/?fbclid=IwAR29zXhLLl10WBub6J9bjgOnz-tmbJmjl4pfws_YH2e-h0Hlg_hLH_fmxbs
but after Add keys to the keystore on the boot node, I restart the boot node, it got error:
GRANDPA voter error: could not sign outgoing message: Failed to sign GRANDPA vote for round 1 targetting 0x1f76c11005d7ec35f3be1c5a4ca98ad15b4aa574f28bcbdd2b8d03e1bfa75c18
2022-06-09 14:19:41 Essential task grandpa-voter
failed. Shutting down service.
Error: Service(Other(“Essential task failed.”))
the command run on boot node: ./target/release/node-template --base-path /tmp/node01 --chain ./customSpecRaw.json --rt 30333 --ws-port 9945 --rpc-port 9933 --telemetry-url “wss://telemetry.polkadot.io/submit/ 0” --validator --rpc-methods Unsafe --name MyNode01
Issue Analytics
- State:
- Created a year ago
- Comments:11
Top GitHub Comments
@HungDegea try add “–password-interactive” after “–name MyNode01”
The error is solved. I try using Secret seed instead of Secret phase in the suri command