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 1 [running]:
github.com/cosmos/cosmos-sdk/cmd/gaia/app.(*GaiaApp).initChainer(0xc000089c00, 0x4db2540, 0xc00044bb00, 0xc000b3fa80, 0xb, 0x75bcd15, 0xed30dbd80, 0x0, 0xc000038610, 0x9, …)
… (had to cut off the rest, I’m only allowed to put 2 links in a post on this forum)