Raspihive
The Plug and Play solution for a Raspberry Pi IOTA Fullnode with userfriendly UI and extensions
Install / Use
/learn @Raspihive/RaspihiveREADME

Install
Install from pypi:
pip install raspihive
Install from source:
Setup
if you want to run RaspiHive on Raspberry Pi OS, you need the 64 Bit version (wich is Beta at the moment).
download the Image from: Raspberry Pi 64 Bit Beta OS
and use the Raspberry Pi imager to write it on a SD Card:
Tested on Ubuntu 18.04.
- Install SetupTools:
$ sudo apt-get install python3-setuptools
- Clone this repo:
$ git clone https://github.com/raspihive/raspihive.git
- Install
raspihivePython3 module:
$ cd raspihive
$ sudo python3 setup.py install
Development
If you are interested in contributing, please go through our CONTRIBUTING guidelines first.
Setup
Environment
- Setup virtualenv:
python3 -m venv venv - Activate venv:
source venv/bin/activate
Dependencies
pip3 install -r requirements/dev.txt
Run
python3 -m raspihive
Works on:
- [x] Ubuntu 18.04
- [x] Ubuntu 20.04
- [x] Fedora 33
- [x] LinuxMint 20
Development screenshots:

