Cronosd
Build and configurations
Build Prerequisites
Using cronosd
cronosd$ cronosd [command]$ cronosd -hConfig and data directory
Configure cronosd config and data directory
Configuration Setting
Options
Option
Description
Type
Default Value
Command list
Command
Description
List
Key management - cronosd keys
cronosd keyskeys add <wallet_name> - Create a new key
keys add <wallet_name> - Create a new keykeys add <key_name> --recover - Restore existing key by seed phrase
keys add <key_name> --recover - Restore existing key by seed phrasekeys list - List your keys
keys list - List your keyskeys show <key_name> - Retrieve key information
keys show <key_name> - Retrieve key informationkeys delete <key_name> - Delete a key
keys delete <key_name> - Delete a keykeys export <key_name> - Export private keys
keys export <key_name> - Export private keysThe keyring --keyring-backend option
--keyring-backend option1. os backend
1. os backend2. file backend
2. file backend3. test backend
3. test backendTransaction subcommands - cronosd tx
cronosd txtx bank send - Transfer operation
tx bank send - Transfer operationSend Funds [tx bank send <from_key_or_address> <to_address> <amount> <network_id>]
tx bank send <from_key_or_address> <to_address> <amount> <network_id>]tx staking - Staking operations
tx staking - Staking operationsDelegate your funds to a validator [tx staking delegate <validator-addr> <amount>]
tx staking delegate <validator-addr> <amount>]Unbond your delegated funds [tx staking unbond <validator-addr> <amount>]
tx staking unbond <validator-addr> <amount>]Balance & transaction history - cronosd query
query bank balances - Check your transferable balance
query bank balances - Check your transferable balanceAdvanced operations and transactions
rollback
index-eth-tx
tx staking create-validator - Joining the network as a validator
tx staking create-validator - Joining the network as a validatortx slashing unjail - Unjail a validator
tx slashing unjail - Unjail a validatorLast updated
Was this helpful?