Cannot configure a testnet due to
Cosmos-SDK3 posts779 viewsLast activity Jan 2019
BE
beichenOP
Jan 2019I am following Deploy your own testnet to configure a testnet.
The following command
gaiad add-genesis-account $(gaiacli keys show validator -a) 1000stake,1000validatortoken
gaiad gentx --name validator
gave the following error:
ERROR: Account 75C21E56AA5576D0E75099D2FCF813A8EB2B91CC is in genesis, but the only has 0STAKE available to stake, not 100STAKE
What did I miss? Please advise. Thanks:-)
KW
kwunyeung
Jan 2019When you add the account, the staking token adding should be STAKE but you used stake.
BE
beichen
Jan 2019Thanks @kwunyeung. This is an easy fix! Please update the document so that other users won’t make the same mistake.