Create a wallet, don’t forget to save the mnemonic:
0gchaind keys add wallet --eth
If you already have a wallet, you can recover with:
0gchaind keys add wallet --recover --eth
If you want to get the public address which starts with 0x, you could first run the following command to get your key’s private key. Then import the returned private key to a wallet (Metamask for example) to get the public address.
0gchaind keys unsafe-export-eth-key wallet
Request tokens at the . After full synchronization, check the balance, if everything is okay, proceed to create a validator.
0gchaind q bank balances $(0gchaind keys show wallet -a)