You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to use this tutorial to make a chain with only one token.
First, I changed bond_denom in genesis.json to tuckeratom.
Then, I gave all of the genesis accounts 1000 tuckeratom.
Finally, I made a gentx using --amount 1000tuckeratom.
I collected the gentx and validated the genesis.json, everything looked normal.
But when I run nsd, I get "ERROR: error during handshake: error on replay: validator set is nil in genesis and still empty after InitChain"
This error does not appear if I use stake as the bond_denom and do the default gentx with 100000000stake.
But if I use stake as the bond_denom, I can't delegate tuckeratoms.
Has non-stake delegation worked for anyone else?
Thanks
cLEarnProject and slider2007tuckermint and akoyonip