Hey fellow Decreders, For those who are using command line, what sorts of tools have you come up with to monitor your activities without having to manually type commands? I'm curious to see if anyone's come up with a web dashboard or similar report that you can refer to at a glance to see your wallet balance, PoS activity, etc. I've been considering coding one myself but I'm not a dev by any means and I'm sure someone's probably already done something that looks and works 100 times better than anything I'd cobble together.
There's an HTTP server interface on dcrticketbuyer that will be merged soon. It should be out on the next release of the software. https://forum.decred.org/threads/dc...or-automatic-ticket-purchase.3548/#post-19974 https://github.com/cjepson/dcrticketbuyer/tree/cj_190516webui
If you are on Linux you can take a look at this script: https://forum.decred.org/threads/linux-pos-helping-scripts.1317/
dcrspy - New application for monitoring and saving data from dcrd and dcrwallet, as new block notifications are triggered. Written in Go, using the Decred JSON-RPC API. https://forum.decred.org/threads/decred-monitor-and-data-collector-dcrspy.3838/