githubEdit

Cheatsheet

Service Operation

Check Logs

sudo journalctl -u symphonyd -f

Start Sevice

sudo systemctl start symphonyd

Stop service

sudo systemctl stop symphonyd

Restart Service

sudo systemctl restart symphonyd

Check Service

sudo systemctl status symphonyd

Reload Service

sudo systemctl daemon-reload

Enable Service

Disable Service

Node Peer

Wallet Operation

Add New Wallet

Add Existing Wallet

List Wallet

Delete Wallet

Check Balance

View EVM Private Key

Convert address

Token

Withdraw all rewards

Withdraw comission

Delegate to your own validator

Delegate to other validator

Unbound token from your own validator

Sending token to other wallet

Validator Operations

Edit existing validator

Validator Info

Unjail Validator

Jailed Reason

Governance

Vote You can change the value of yes to no,abstain,no withveto

Proposal List

Delete Node

this command for delete node make sure u had back up your priv_validator_key.json

Last updated