Maintenance
UPDATE PORTS
CUSTOM_PORT=11set custom ports in config.toml file
sed -i.bak -e "s%:26658%:${CUSTOM_PORT}658%g;
s%:26657%:${CUSTOM_PORT}657%g;
s%:6060%:${CUSTOM_PORT}060%g;
s%:26656%:${CUSTOM_PORT}656%g;
s%:26660%:${CUSTOM_PORT}660%g" $HOME/.union/config/config.tomlset custom ports in app.toml
sed -i.bak -e "s%:1317%:${CUSTOM_PORT}317%g;
s%:8080%:${CUSTOM_PORT}080%g;
s%:9090%:${CUSTOM_PORT}090%g;
s%:9091%:${CUSTOM_PORT}091%g;
s%:8545%:${CUSTOM_PORT}545%g;
s%:8546%:${CUSTOM_PORT}546%g;
s%:6065%:${CUSTOM_PORT}065%g" $HOME/.union/config/app.tomlset custom ports in client.toml file
sed -i.bak -e "s%:26657%:${CUSTOM_PORT}657%g" $HOME/.union/config/client.tomlUPDATE INDEXER
Disable indexer
Enable indexer
UPDATE PRUNING
GET VALIDATOR INFO
GET SYNC INFO
GET NODE PEER
CHECK IF VALIDATOR KEY IS CORRECT
GET LIVE PEERS
SET MINIMUM GAS PRICE
ENABLE PROMETHEUS
RESET CHAIN DATA - !!!BE CAREFUL HERE!!!
REMOVE NODE
Please, before proceeding with the next step! All chain data will be lost! Make sure you have backed up your priv_validator_key.json!
Last updated