-
Notifications
You must be signed in to change notification settings - Fork 538
consensus engine 'polybft' not found #1476
Comments
go version is 1.20.4 |
It seems that genesis configuration is not valid (namely it lacks polybft configuration parameters). Could you re-run genesis command and if it still does not work, provide |
It should run on 3 nodes in a LAN. I have regenerated the genesis.json by following the updated instructions on https://wiki.polygon.technology/docs/supernets/operate/supernets-local-deploy-supernet/
|
After double checking th OS version is Ubuntu 22.04.2 LTS |
I get the following message when I try to launch the server:
|
Are you creating genesis configuration using this command (this is the one provided in the wiki docs)? ./polygon-edge genesis --block-gas-limit 10000000 --epoch-size 10 \
--validators-path ./ --validators-prefix test-chain- \
--consensus polybft \
--reward-wallet ... \
--transactions-allow-list-admin ... \
--transactions-allow-list-enabled ... Also would be useful to provide commands for starting up nodes. |
genesis: start node: |
consensus engine 'polybft' not found
Description
I cannot start the nodes, following the description here https://wiki.polygon.technology/docs/supernets/operate/supernets-local-deploy-supernet
Your environment
(Confirm the version of your Polygon edge client by running the following command:
polygon-edge version --grpc-address GRPC_ADDRESS
)Steps to reproduce
Tell us how to reproduce this issue. Just follow the steps here: https://wiki.polygon.technology/docs/supernets/operate/supernets-local-deploy-supernet
Where the issue is, if you know.
Which commands triggered the issue, if any. the one to start the server
Is the chain producing blocks and serving customers atm? no
Expected behavior
The text was updated successfully, but these errors were encountered: