-
Notifications
You must be signed in to change notification settings - Fork 716
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Gentx doesn't work in 4.1.0 #768
Comments
I think there might be something pathologically wrong about my setup because this happens for me even for versions 4.0.2 and v3.1.0. Would be good to see if others run into the same issue |
@AdityaSripal I think you forgot to use the I think it needs to be |
Can you post your exact steps to reproduce? I get
Which tells me the above steps aren't exact. I ran into this same issue, and I thought using the right chain-id fixed it, but I cannot remember |
Ahh yes I pass in |
Tried again and it still fails for me, each time I call |
Ohh, I think I remember now. I think you need to run |
I figured it out. You aren't bonding enough of the total supply to start the chain. I think the error is a little misleading. Once I modified your gentx to use the full genesis account balance and did unsafe-reset-all (otherwise you will be stuck on the old init genesis logic), the chain started. |
Summary of Bug
Trying to use gentx to start single node testnet fails consistently. There was a single time where I did something different and got the chain to start but have not been able to replicate since. Running through the setup below consistently fails for me when it shouldn't on both Ubuntu and Mac.
Version
4.1.0
commit: 72ced60
Steps to Reproduce
Output:
Here is the gentx in genesis file:
cc: @colin-axner
For Admin Use
The text was updated successfully, but these errors were encountered: