mantrachaindqbankbalances"Any other or your wallet"
βοΈ Validator Commands
Create validator
mantrachaindtxstakingcreate-validator \--amount=1000000uom \--pubkey=$(mantrachaind tendermint show-validator) \--moniker=<MONIKER> \ #Validatorname,displayedinexplorers--identity""#Use your KeyBase ID. If you don't have one, leave it empty.--details"" \ #Anydetailsaboutyourvalidator. --chain-id=mantra-hongbai-1\--commission-rate="0.10" \--commission-max-rate="0.20" \--commission-max-change-rate="0.01" \--min-self-delegation="1000000" \--gas="auto" \--gas-adjustment2 \--gas-prices="0.0002uom" \--from=wallet#Wallet name, as specified during creation, or typically 'wallet'.
You can leave the text after # unchanged - it's a commented hint that won't affect validator creation.
β½ Replace the following values with your own: WALLET - usually it's 'wallet', or your wallet's name.
MONIKER - any convenient name for your validator, displayed in the explorer.
IDENTITY - validator's avatar, displayed in the explorer. Create a KeyBase ID following the instructions or leave it empty, and it will default to a standard one.
DETAILS - details about your validator, also displayed in the explorer.
Replace all necessary values indicated above with the $ sign to successfully create your validator.
β½ Example:
mantrachaindtxstakingcreate-validator \--amount=1000000uom \--pubkey=$(mantrachaind tendermint show-validator) \--moniker=<MONIKER> \ #Validatorname,displayedinexplorers--identity""#Use your KeyBase ID. If you don't have one, leave it empty.--details"" \ #Anydetailsaboutyourvalidator. --chain-id=mantra-hongbai-1\--commission-rate="0.10" \--commission-max-rate="0.20" \--commission-max-change-rate="0.01" \--min-self-delegation="1000000" \--gas="auto" \--gas-adjustment2 \--gas-prices="0.0002uom" \--from=wallet#Wallet name, as specified during creation, or typically 'wallet'.
mantrachaindtxgovsubmit-proposal \--title="Title" \ #ChangeTitle--description="Description"\--deposit=1000000uom \--type="Text" \ #Change text proposal--from=wallet \ #Change name wallet--gas-prices=250000000uom\--gas-adjustment=1.5 \-y
βοΈ Utility
Set Custom Port
# Change CUSTOM_PORT to any other value, or leave it as is.CUSTOM_PORT=35sed -i.bak -e "s%:26658%:${CUSTOM_PORT}658%; s%:26657%:${CUSTOM_PORT}657%; s%:6060%:${CUSTOM_PORT}060%; s%:26656%:${CUSTOM_PORT}656%; s%:26660%:${CUSTOM_PORT}660%" $HOME/.mantrachain/config/config.toml && sed -i.bak -e "s%:9090%:${CUSTOM_PORT}090%; s%:9091%:${CUSTOM_PORT}091%; s%:1317%:${CUSTOM_PORT}317%; s%:8545%:${CUSTOM_PORT}545%; s%:8546%:${CUSTOM_PORT}546%; s%:6065%:${CUSTOM_PORT}065%" $HOME/.mantrachain/config/app.toml && sed -i.bak -e "s%:26657%:${CUSTOM_PORT}657%" $HOME/.mantrachain/config/client.toml
sudosystemctlrestartmantrachaindjournalctl-umantrachaind-f-ocat
echo $(mantrachaind tendermint show-node-id)'@'$(curl -s ifconfig.me)':'$(cat $HOME/.mantrachain/config/config.toml | sed -n '/Address to listen for incoming connection/{n;p;}' | sed 's/.*://; s/".*//')