-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
Basecoin cmd tool generates genesis.json unmarshaling error. #173
Comments
@LeeBlues Please send the terminal output along with commands. I have not had such trouble. My guess is you have an old basecoin genesis file (pre-tendermint 0.10).
Please try that and show me the output. Thanks. |
It works. thanks! I initialized basecoin through name of the key instead of actual address. |
Okay, we should do a check in basecoin init to ensure that we create a valid genesis file. I'll make a little fix for this. |
Okay, added this check in 65e9905 Will work better with 0.6.2 |
After creating new key by basecli new key command, I tried to start basecoin app through basecoin start cmd. Unfortunately It generates error message like this : ERROR: Error in LoadGenesis: unmarshaling genesis file: encoding/hex: odd length hex string.
I tested it at macOS 10.12.5 and Ubuntu 16.04.
The text was updated successfully, but these errors were encountered: