Block sealing failed: unauthorized #1451
-
Has anyone come across a block sealing failed warning (see screenshot below)? I do not get receipts of the transactions I send to quorum so I am assuming it's a sealing issue. I ran 4 validators. I tried to start a quorum node as mentioned in the docs:
But, I got this error (although I had an accountPassword and accountKeyStore file in the specific path):
Then I decided to comment out
and used the following command to start each quorum node:
Then, I was able to start the nodes without issue. But when sending transactions, I got the error:
Thank you :) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Make sure your keys directory contains an accountKeystore file that contains the key for the account you're trying to unlock. Also make sure that your validators are the ones specified in extradata or sue smart contract validators. https://consensys.net/docs/goquorum/en/latest/tutorials/private-network/create-qbft-network/ |
Beta Was this translation helpful? Give feedback.
Make sure your keys directory contains an accountKeystore file that contains the key for the account you're trying to unlock.
Also make sure that your validators are the ones specified in extradata or sue smart contract validators.
https://consensys.net/docs/goquorum/en/latest/configure-and-manage/configure/consensus-protocols/qbft/?h=extradata#add-and-remove-validators
https://consensys.net/docs/goquorum/en/latest/tutorials/private-network/create-qbft-network/