Cosmos Hub Provider Setup
Setting up your Cosmos Hub Provider will be similar to a Lava Provider. Follow the steps here for setting up your domain name: https://node.z4ch.xyz/nodes-+-providers/lava/lava-node-setup/lava-provider-tls#setup-domain
Create the Provider file
Use the command below to generate the .yml
file for COSMOSHUB.
Start the Provider
To start the Cosmos provider process, run the following command. Change the --geolocation value depending on where you server is located. Change the --from value depending on the name of your wallet
Test the Provider Process!
Change the --from value depending on the name of your wallet. Change the --endpoints value depending on the domain you have setup
Stake the Provider on Chain
Use a variation of the following command to stake on chain; the minimum stake is :
15000000000ulava or 15,000 LAVA
Example:
lavap tx pairing stake-provider COSMOSHUB "15000000000ulava" "atom.z4ch.xyz:443,2" 2 lava@valoper1amkaaut9fs395v3vpuymp6zmggva32mkkvr7rq --from z4ch2 --provider-moniker "zwei node" --delegate-limit "1000000000000ulava" --gas-prices 0.1ulava --gas-adjustment 1.5 --gas auto -y
Some notes:
[validator]
you need to indicate a validator address, choose here: https://lava.explorers.guru/validators[2]
replace this with the corresponding geolocation of your server--from
should be followed by the key name of your funded account that you will use to stake your provider--provider-moniker
will be the name of your provider
Congratulations, your Cosmos Provider is now up and running.
Last updated