Skip to content

karamble/dcrstatus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 

Repository files navigation

dcrstatus

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.

alt tag

Usage

$ ./dcrstatus.sh

Settings

decredFolder

Type: Path *to your dcrctl binary Default: $HOME

dcrctlChainArgs

Type: Arguments *to add on your dcrctl command that queries dcrd rpc Default: ``

dcrctlWalletArgs

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"

Version

This version is parsing the latest output of the getbalance rpc command. Does not work properly with version older than dcrd 0.8.0

About

Decred Status Dashboard in Bash

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages