https://github.com/karamble/dcrstatus
Decred Status Dashboard in Bash
https://github.com/karamble/dcrstatus
Last synced: 9 months ago
JSON representation
Decred Status Dashboard in Bash
- Host: GitHub
- URL: https://github.com/karamble/dcrstatus
- Owner: karamble
- Created: 2017-01-28T16:27:08.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-03-26T00:29:53.000Z (about 8 years ago)
- Last Synced: 2023-08-26T04:35:20.613Z (almost 3 years ago)
- Language: Shell
- Size: 15.6 KB
- Stars: 8
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](https://stedolan.github.io/jq/download/) installed. It is recommended to install [dcrd](https://github.com/decred/dcrd) and [dcrwallet](https://github.com/decred/dcrwallet) from source and set your path variables.

## 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