question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

GRANDPA voter error: could not sign outgoing message: Failed to sign GRANDPA vote for round 1 targetting

See original GitHub issue

Hi, 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:closed
  • Created a year ago
  • Comments:11

github_iconTop GitHub Comments

1reaction
kczssdcommented, Jun 25, 2022

@HungDegea try add “–password-interactive” after “–name MyNode01”

0reactions
HungDegeacommented, Jul 15, 2022

The error is solved. I try using Secret seed instead of Secret phase in the suri command

Read more comments on GitHub >

github_iconTop Results From Across the Web

Validator Nodes crash with Essential task grandpa-voter failed.
... the following error occurs. GRANDPA voter error: could not sign outgoing message: Failed to sign GRANDPA vote for round 1 targetting ......
Read more >
What this 'grandpa-voter' error means?
The key that you inserted into the keystore is probably invalid, the node fetches the key from the keystore in order to sign...
Read more >
Use `sign_with` for signing grandpa's outgoing message ...
return Err(Error::Signing("Cannot sign without a keystore".to_string())) ... "Failed to sign GRANDPA vote for round {} targetting {:?} ...
Read more >
lib.rs - source - Parity Technologies GitHub Page
A signed solution cannot be reversed, taken back, updated, or retracted. ... If [`pallet::Config::Fallback`] fails, the next phase //! [`Phase::Emergency`] ...
Read more >
- VOTING SAFELY IN A PANDEMIC - GovInfo
No one should be forced to choose between their right to vote or their health. ... More than 600,000 California voters have already...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found