This is a basic web interface to a Litecoin full node. Currently displays info about the node (version, subversion), the blockchain (blocks and headers, difficulty, median time), network usage, and a list of connected/banned nodes. You can see how it looks here.
If you have any suggestion or problems, feel free to open an issue or pull request.
- Litecoin full node with username/password authentication and RPC enabled.
- Web server with PHP(5) and the curl extension.
- Clone the repo or extract the files on any public folder.
- Copy
config-example.php
toconfig.php
and edit it:
serverurl
is the IP address of the Litecoin full node and the RPC port. If you are running it on the same machine as your web server and using the default port, you don't need to change this.
username
and password
are your RPC credentials (as specified on your litecoin.conf
file, for example).
- Optionally: if your web server is publicly accessible, you may want to configure HTTP authentication. Also, as a precaution, please don't use this on a node with a wallet.
This project is free software, licensed under the terms of the MIT License. See the LICENSE
file on this repository or opensource.org/licenses/mit.
If you found this useful, small donations are welcome!
MCgSemkWtKZAFcSmA3XRzFoqumJcYiPbzR
(non-segwit address: LZgV7GwPYQtCpeXuR4crGZTRzmSEEMKQQH
)