Metadata-Version: 1.1
Name: chirimbolito
Version: 0.dev2
Summary: A Bitcoin address monitoring tool built with a Raspberry Pi and a LCD display
Home-page: https://github.com/facastagnini/python-chirimbolito
Author: Federico Ariel Castagnini
Author-email: federico.castagnini@protonmail.com
License: UNKNOWN
Description: # Chirimbolito
        
        [![Codacy Badge](https://api.codacy.com/project/badge/Grade/09b74b48abd44905892de63270b0e77d)](https://www.codacy.com/app/facastagnini_2/chirimbolito?utm_source=github.com&utm_medium=referral&utm_content=facastagnini/chirimbolito&utm_campaign=badger)
        
        A Bitcoin address monitoring tool built with a Raspberry Pi and a LCD display
        
        # You will need
        - a Raspberry Pi
        - one micro SD card
        - the LCD screen, [Adafruit RGB Negative 16x2 LCD+Keypad Kit for Raspberry Pi](https://www.adafruit.com/product/1110)
        - one or more bitcoin address to monitor
        
        # How to build it
        - Install Raspbian Stretch Lite on the micro SD card. This is beyond the scope of this document, you can find a good guide [here](https://www.raspberrypi.org/downloads/raspbian/).
        - [Enable sshd on a headless Raspberry Pi](https://www.raspberrypi.org/documentation/remote-access/ssh/)
        - Install the LCD screen and the micro SD card in the Raspberry Pi
        - Boot the Raspberry Pi
        - ssh into the Raspberry Pi and install the bitcoin address monitoring tool
        ```
        ssh pi@raspbian
        password: (the default password is 'raspberry')
        raspbian$ curl -sL https://raw.githubusercontent.com/facastagnini/rpi-lcd-bitcoin-monitor/master/bootstrap.sh | sudo bash
        ```
        - Edit the file `configuration.json` to configure the bitcoin addresses that you want to monitor.
        
Keywords: raspberry pi rpi bitcoin lcd wallet monitoring
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
