Skip to content

Simple web interface based on CherryPy to monitor a Bitcoin (Cash) node.

Notifications You must be signed in to change notification settings

simonkrauter/Bitcoin-Cash-Node-WebUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bitcoin Cash Node WebUI

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

Screenshot

Setup Guide

  1. Install CherryPy
apt install python-pip
pip install cherrypy
  1. Download or clone the repository

  2. Edit bitcoin-cli.sh, so that it runs your bitcoin-cli executable with the right user.

  3. Edit cherry.py, so that BitcoinDataPath points to your bitcoin node data directory.

  4. Run python cherry.py as background process (e.g. per screen)

License

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

About

Simple web interface based on CherryPy to monitor a Bitcoin (Cash) node.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published