Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simonkrauter/bitcoin-cash-node-webui
Simple web interface based on CherryPy to monitor a Bitcoin (Cash) node.
https://github.com/simonkrauter/bitcoin-cash-node-webui
Last synced: 29 days ago
JSON representation
Simple web interface based on CherryPy to monitor a Bitcoin (Cash) node.
- Host: GitHub
- URL: https://github.com/simonkrauter/bitcoin-cash-node-webui
- Owner: simonkrauter
- Created: 2019-03-27T18:11:14.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-05-19T18:20:32.000Z (over 3 years ago)
- Last Synced: 2024-10-25T09:15:27.184Z (3 months ago)
- Language: JavaScript
- Size: 154 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
Bitcoin Cash Node WebUI
=======================This is a simple web interface based on [CherryPy](https://cherrypy.org/) 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 usageScreenshot
----------Setup Guide
-----------1. Install CherryPy
```
apt install python-pip
pip install cherrypy
```2. Download or clone the repository
3. Edit ``bitcoin-cli.sh``, so that it runs your ``bitcoin-cli`` executable with the right user.
5. Edit ``cherry.py``, so that ``BitcoinDataPath`` points to your bitcoin node data directory.
6. 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](https://opensource.org/licenses/GPL-3.0) (GPLv3).
Copyright 2019 Simon Krauter