Decred Status Dashboard in Bash. Executes various dcrctl commands to fetch informations and display them as a clear dashboard in the cli.
*Make shure you have jq installed. It is recommended to install dcrd and dcrwallet from source and set your path variables.
$ ./dcrstatus.sh
Type: Path
*to your dcrctl binary
Default: $HOME
Type: Arguments
*to add on your dcrctl command that queries dcrd rpc
Default: ``
Type: Arguments
*to add on your dcrctl command that queries dcrwallet rpc,
Default: --wallet
For example:
dcrctlWalletArgs="--wallet -C /path/to/nonstandard/wallet/dcrctl.conf"
This version is parsing the latest output of the getbalance
rpc command. Does not work properly with version older than dcrd 0.8.0