Panic: invalid Bech32 prefix; expected cosmos, got cosmosaccaddr
Hello Cosmonauts! I’m new and just started playing with the SDK. I’m trying to run a full node. I followed all the instructions here https://cosmos.network/docs/getting-started/full-node.html and get the following error: panic: invalid Bech32 prefix; expected cosmos, got cosmosaccaddr Any ideas what this is? I might be able to debug myself but don’t want to go down that rabbit hole right now. Note I’m running on Mac 10:13:6 Here is the full error: Alis-MacBook-Pro:config asail77$ gaiad start I[10-31|16:53:00.096] Starting ABCI with Tendermint module=main I[10-31|16:53:00.114] Starting multiAppConn module=proxy impl=multiAppConn I[10-31|16:53:00.114] Starting localClient module=abci-client connection=query impl=localClient I[10-31|16:53:00.114] Starting localClient module=abci-client connection=mempool impl=localClient I[10-31|16:53:00.114] Starting localClient module=abci-client connection=consensus impl=localClient I[10-31|16:53:00.114] ABCI Handshake module=consensus appHeight=0 appHash= I[10-31|16:53:00.114] ABCI Replay Blocks module=consensus appHeight=0 storeHeight=0 stateHeight=0 panic: invalid Bech32 prefix; expected cosmos, got cosmosaccaddr goroutine…
Excerpt (1199 of 1475 characters). Read the whole post on the forum ↗
Having the same issue on ubuntu 16.04
Hey!
Essentially the genesis/application state will be invalid as different Bech32 prefixes are used. See my post here 