Skip to content

QBFT fails seal blocks (err=unauthorized) #1536

Discussion options

You must be logged in to vote

This happens when the node is not part of the list of validators, which is set in the extra data or validators smart contract.

There are two addresses: wallet address (account) for signing sent tx and node address (nodekey) for mining and permissioning.

There is tutorial for making a private network: https://consensys.net/docs/goquorum/en/latest/tutorials/private-network/create-qbft-network/

istanbul.getValidators() (from geth console) will returns the list of declared validators, they should match the values on each nodekey file and in the static and permissioned files, it's the public key nodekey.pub that should be used.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@gianmarcotoso
Comment options

Answer selected by gianmarcotoso
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants