This is a simple web interface based on CherryPy to monitor a Bitcoin (Cash) node.
It shows:
- General information about the bitcoin node process and connected nodes (retrieved via the JSON-RPC
bitcoin-cli
) - Network usage (retrieved from
/proc/net/netstat
) - Disk usage
- Install CherryPy
apt install python-pip
pip install cherrypy
-
Download or clone the repository
-
Edit
bitcoin-cli.sh
, so that it runs yourbitcoin-cli
executable with the right user. -
Edit
cherry.py
, so thatBitcoinDataPath
points to your bitcoin node data directory. -
Run
python cherry.py
as background process (e.g. perscreen
)
BitcoinCashNodeWebUI is FLOSS (free and open-source software).
All files in this repository are licensed under the GNU General Public License version 3 (GPLv3).
Copyright 2019 Simon Krauter