This repository has been replaced by PiNode EXTREME!
Bitcoin block explorer implementation for an indexed Raspberry Pi full node.
- Raspbian Jessie
- A fully indexed bitcoin block chain (txindex=1).
- sudo apt-get install php5-curl
- Copy site files to site root directory.
- Change the JSON-RPC connection variables in rpcRequest.php.
- The application utilizes clean URLs. As such, this requires ModRewite to be enabled. Add to configuration:
- RewriteEngine On
- RewriteRule ^/([A-Za-z]+)$ /page/$1.html [NC,L]
- sudo service apache2 restart
Please open an issue if you discover any bugs.
Please donate to 14o6Z9U32f2dXv6x5PCvHQaWY1jkQepDZQ if you find this helpful. More features to be added.