Opt-In
Credits Quasar
Where you have your dungeonchain binary installed and are planning to run your validator, you need to run the following command:
dungeond comet show-validator
This will provide you with your needed below. You will need to copy/paste the entire key, including the brackets. You need to execute the following command through the cosmoshub-4 chain. I used our cosmos validator to execute it.
gaiad tx provider opt-in 5 '' --from --fees=10000uatom --gas=auto --gas-adjustment 1.5 --chain-id cosmoshub-4
Note that you do need the single quotes ('') around the key. The fee amount is an example. You could put less or may need more.
Last updated