Skip to content

frogCaller/verusgotchi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

verusgotchi

This project uses a 2.13inch e-ink display with a Raspberry Pi Zero to display verus coin stats using luckpool's API.

Materials


(Amazon affiliate links)

Installations

  1. OS install:

    • Install Raspberry Pi OS Lite (64-bit) on your Raspberry Pi
  2. Enable SPI & I2C:

    • Open a terminal on your Raspberry Pi.
    • Run sudo raspi-config
    • Navigate to Interfacing Options -> SPI -> Enable.
    • Navigate to Interfacing Options -> I2C -> Enable.
  3. Clone the repository:

    sudo apt install -y git
    git clone https://github.com/frogCaller/verusgotchi.git
    cd verusgotchi
    

Wiring and Setup

  1. Connect 2.13inch e-Ink HAT to Raspberry Pi:

    • Connect the 2.13inch e-Ink HAT to your Raspberry Pi.
    • Connect the UPS Hat for continuous power supply. This will allow you to move the project anywhere without worrying about power interruptions.
  2. Install System and Python Dependencies:

    chmod +x setup.sh
    ./setup.sh
    

Usage Instructions

  1. Edit main.py and add your verus wallet:
  • Open main.py in a text editor.
    nano main.py
    
  • Find the line where the wallet address is defined and replace the placeholder with your own Verus wallet address.
  • Add a cool username for your verusgotchi.
    username = "verusgotchi"
    my_Verus_Wallet = "YOUR_VERUS_WALLET_HERE"
    
  1. Run the script:
    • Run the script: python3 main.py

Troubleshooting

Common Issues:

  • Ensure SPI & I2C are enabled in the Raspberry Pi configuration.
  • Check all connections if the screen does not display anything.
  • Verify all required packages are installed correctly.
  • More Info

Support the project

If you find this project helpful or interesting, consider supporting me with a small donation in Verus Coin. Your support helps me continue developing and maintaining this project.

Verus Donation:

Verus Coin Wallet Address:
RQu3rc4EbTB1YVEoeT1WBVrFy69cRausDR

About

pwnagotchi-like display to show verus-coin statistics

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published