mainnet_genesis unable to boot a cluster. #481
trancesnail
started this conversation in
Dev Doc and Tutorial Feedback
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I started a three-node cluster through the mainnet genesis generated by the test_mainnet_genesis_e2e_flow(),but the cluster could not start producing blocks normally, and all three nodes reported the following errors:
One of the validator node's config file is as follows:
These problems will not occur during the testnet genesis. When the mainnet genesis was created, staking_contract was used. The resource account address was generated based on the owner's account address, and the resource account address was added to the validator_set. The cluster uses the operator's account address to establish a connection, causing the above error to be reported. Do I need to make any settings when starting a mainnet type cluster? What should I do to start the cluster from mainnet genesis?Anyone can help me? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions