Download BitBar https://getbitbar.com/
- Copy
c20.py
into your bitbar plugins directory - In the command prompt run
chmod 755 c20.py
- Create a ~/.c20tokens file with the number of tokens you own
- Refresh your bitbar
- nav in ETH and BTC
- market cap links to https://livecoinwatch.com/
- individual holdings link to their respective page on coinmarketcap
- added dashboard links to youcandance & firebaseapp
- added the amount of each holding you technically hold with your tokens
- added nav movements
- added staked earnings 1/17/2018
- The
c20.py
script grabs token images from the github repo - The devs are responsible for generating them as new coins enter the market. This is done by running
python bin/generate_images.py
. You'll need to install thepillow
dep and push the resultant generated images back to the repo for the clients to consume. - The
c20.py
script caches token images locally so github isn't hit often.
Error:
IOError: [Errno socket error] [SSL: TLSV1_ALERT_PROTOCOL_VERSION] tlsv1 alert protocol version (_ssl.c:590)
Solution:
brew upgrade openssl
brew rm python
brew install python --with-brewed-openssl
change line 1 in c20.py to
#!/usr/local/bin/python2