Skip to content

panic: validator set is empty after InitGenesis, please ensure at least one validator is initialized with a delegation greater than or equal to the DefaultPowerReduction ({824641073632}) #78

Discussion options

You must be logged in to vote

Hi @umeraqeel786 not sure what kind of setup you have or if you input this manually but I pulled the project down and added in the following to get it running in the makefile.

init-genesis:
	rm -rf ~/.sentinelhub
	sentinelhub init "test" --chain-id "test"
	sentinelhub config chain-id "test"
	sentinelhub config keyring-backend "test"
	sentinelhub keys add val1
	sentinelhub keys add alice
	sentinelhub keys add bob
	sentinelhub genesis add-genesis-account val1 1000000000000000000stake 
	sentinelhub genesis add-genesis-account alice 1000000000000000000stake 
	sentinelhub genesis add-genesis-account bob 1000000000000000000stake 
	sentinelhub genesis gentx val1 100000000000000stake --chain-id t…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by tac0turtle
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants