| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Raspberry Pi Full Node with 32 x 32 RGB LED network visualizer
python-bitcoinrpc: https://github.com/jgarzik/python-bitcoinrpc (modified, included in this git as bitcoinrpc.py)
Henner Zeller's RGB LED matrix driver: https://github.com/hzeller/rpi-rgb-led-matrix
Be sure to install the Python bindings as well as the core library: https://github.com/hzeller/rpi-rgb-led-matrix/tree/master/bindings/python
$ sudo pip install pyqrcode
$ sudo apt-get install python-pil
blocknotify=python /home/pi/ClockBlocker/block.py %s walletnotify=python /home/pi/ClockBlocker/tx.py %s
First, ensure home directory is accesible to root:
$ chmod 755 /home/pi
Clone this repository in $HOME and make easy-to-type command to start clock:
$ cd ~ $ git clone https://github.com/pinheadmz/ClockBlocker.git $ sudo ln -s ~/ClockBlocker/ledbits.py /usr/local/bin/ledbits $ sudo chmod 777 /usr/local/bin/ledbits
Copy (and modify, if desired) the Bitcoin Core configuration file from this repo:
$ mkdir ~/.bitcoin $ cp ~/ClockBlocker/bitcoin.conf ~/.bitcoin
...then from any command line you can start the clock by entering:
$ ledbits
USER = "YOUR-BITCOIN-RPC-USERNAME" PW = "YOUR-BITCOIN-RPC-PASSWORD"
...then create file ipInfoAuth.py which contains:
api_key = 'YOUR-API-KEY'
Replace the file imgs/logo.bmp with your own 32x32 BMP image!
All electronic components, acrylic enclosure and miscellaneous hardware needed to build The Bitcoin Block Clock is listed on this spreadsheet. I always try to buy parts from adafruit.com or purse.io so I can spend Bitcoin!
Usage instructions are printed out and shipper to buyers with their order.
| Back | FazBrowse Home | New Git URL |