chirimbolito

A Bitcoin address monitoring tool built with a Raspberry Pi and a LCD display


Keywords
raspberry, pi, rpi, bitcoin, lcd, wallet, monitoring
License
GPL-3.0
Install
pip install chirimbolito==4

Documentation

CHIRIMBOLITO

https://api.codacy.com/project/badge/Grade/09b74b48abd44905892de63270b0e77d

A Bitcoin address monitoring tool built with a Raspberry Pi and a LCD display

https://j.gifs.com/32EWxp.gif

Features

  • It pulls the balance of the bitcoin addresses you want to monitor
  • It displays the BTC and FIAT of your choise for each address
  • It supports multiple addresses
  • It is easy to configure trough a json file
  • The background color changes according to the FIAT price fluctuations. It compares the price of the present vs the price from yesterday's closing

You will need

How to build it

CONTRIBUITING

Contributions gladly accepted, just open a ticket or send a PR :)

PACKAGING

pip install --user check-manifest

# check MANIFEST.in to make sure we are including everything we need

check-manifest

export VERSION='0.dev7'

# bump the $VERSION in setup.py

python3 setup.py sdist bdist_wheel

gpg --detach-sign -a dist/chirimbolito-$VERSION.tar.gz

gpg --detach-sign -a dist/chirimbolito-$VERSION-py3-none-any.whl

python3 -m twine upload --repository pypi dist/*

git tag -s $VERSION

git push --tags