Giter VIP home page Giter VIP logo

hbarpi's Introduction

HBARPi

HBARPi is a Python based tracking tool for Hedera Hashgraph, aimed to be run on a Raspberry Pi with GPIO displays. It connects to gate.io and pulls your HBAR balance from mainnet.

Prerequisites:

This project was built using a Waveshare OLED Display which uses the SSD1306 drivers in Python. It is possible to run on other OLED displays (eg Adafruit), but you will need to locate and integrate the device specific drivers manually.

  1. Almost any RaspberryPi (with GPIO support):
  2. A SPI/I2C GPIO display (Using the SSD1306 Device Driver):
  3. SD Card 8GB or higher -- image it with Raspberry Pi OS Lite
  4. Power Cable & Charger/Battery Bank

Build the Device:

  1. Burn the OS in SD Card with Raspberry Pi Imager
  2. Connect the display to Pi GPIO Pins
  3. Plug in Power
  4. Install OS
  5. Enable SPI in Raspi Config
    • sudo raspi-config
    • select Interface Options > SPI > Yes
  6. Reboot the Pi
    • sudo reboot now

Software & Install:

  1. Get your HBAR Wallet Address
  2. Install Python3, Git, and SPI
    • sudo apt-get update
    • sudo apt-get install python3-pip
    • sudo apt-get install python3-pil
    • sudo apt-get install python3-numpy
    • sudo pip3 install RPi.GPIO
    • sudo pip3 install spidev
    • sudo pip3 install ccxt
    • sudo pip3 install schedule
    • sudo apt-get install git
  3. clone this project to RaspberryPi
  4. Edit config.py in nano or other text editor and add your wallet
    • nano HBARPi/config.py
    • or open with text editor
    • Then fill in the HBAR Wallet Address

Run

  1. Change to project folder
    • cd HBARPi
  2. Run it with Python3
    • sudo python3 main.py

hbarpi's People

Contributors

d-pyro avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.