- setup Onion:
- install Onion2 in an onion Docker that accepts an Expansion.
- install OLED display.
- connect to onion using it's local wifi, and configure it to connect it to your wifi. (see Onion first time setup instructions for instructions.)
- install pip on the onion Omega2+
opkg update
opkg install python-pip
- install Coinmarketcap python wrapper using pip on the onion Omega2+:
pip install coinmarketcap
- install python-light and pyOledExp libraries to use the OLED Expansion on the onion Omega2+:
opkg update
opkg install python-light pyOledExp
- execute script on the Onion Omega2+:
python coinmarketcapMain.py
- use Steem API to display voting power, exchange ratio Steem<->SBD
- Use data from altcoins according to this tutorial to analyze altcoins and decide on investment possibilities.
- Create an "altcoin discoveror" function set that can search coinmarketcap for unknown coins with certain criteria.