This project uses a 2.13inch e-ink display with a Raspberry Pi Zero to display verus coin stats using luckpool's API.
(Amazon affiliate links)
-
OS install:
- Install Raspberry Pi OS Lite (64-bit) on your Raspberry Pi
- Install Raspberry Pi OS Lite (64-bit) on your Raspberry Pi
-
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.
-
Clone the repository:
sudo apt install -y git git clone https://github.com/frogCaller/verusgotchi.git cd verusgotchi
-
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.
- Connect the 2.13inch e-Ink HAT to your Raspberry Pi.
-
Install System and Python Dependencies:
chmod +x setup.sh ./setup.sh
- Edit
main.pyand 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"
- Run the script:
- Run the script:
python3 main.py
- Run the script:
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
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

