

- #Cryptocurrency ticker on raspberry pi how to#
- #Cryptocurrency ticker on raspberry pi install#
- #Cryptocurrency ticker on raspberry pi software#
- #Cryptocurrency ticker on raspberry pi code#
- #Cryptocurrency ticker on raspberry pi free#
#Cryptocurrency ticker on raspberry pi free#
If you run into issues that can't be resolved, feel free to submit an issue here. Then you'll want to rebuild and take the application back up, like this: docker-compose downĭocker-compose up -build Create an issue To pull the latest code, you can use the following: git pull origin master Over time, I do try to fix bugs and make the error handling more robust.
#Cryptocurrency ticker on raspberry pi code#
To do so, you can use the docker-compose restart command: docker-compose restart ticker Pull the latest code Restart the tickerĪs a quick fix, you might have luck just restarting the ticker. If there was an error in the program, the exception should be printed out here. Use the docker-compose command to check the logs for the ticker service: docker-compose logs ticker So perform the following in advance, when required: ssh crypto-ticker Check the logs Many of these steps should be performed from the crypto-ticker directory on the Pi. If this happens, I recommend the following.

With that said, you might run into errors that aren't properly handled.
#Cryptocurrency ticker on raspberry pi install#
This command will take a few minutes because it needs to read from docker-compose.yml, build the image, install the dependencies, and start the application. This project is new and there's still work to be done. With your settings.env file in place, you're ready to start the application.
#Cryptocurrency ticker on raspberry pi how to#
In this guide, you'll learn how to set up the LED panel, install the crypto-ticker library, and configure it to show the cryptocurrencies you're tracking. to install / upgrade everything automatically on a raspberrypi / dietpi device, copy > paste > run the command below in a terminal program (using the 'terminal' app in the system menu, or over remote ssh), while logged in as the user that will run the app (user must have sudo privileges): wget -no-cache -o ticker-install. Ticker: ADA Consensus: Proof of Stake(PoS) Blockchain: Cardano. Time-wise it took me about 10 hours, but since I've done the leg work and written the software, it should only take you about an hour to assemble and configure (minus the time to print the case, if you choose to do so). The following is a checklist of all things related to ADA as a cryptocurrency. Altogether this project costs just over $100, but you can definitely take some steps to cut costs. This project uses a Raspberry Pi Zero WH (wireless, with pre-soldered headers), an LED Matrix Panel, and RGB Matrix Bonnet, and a few miscellaneous cables that I'll link to in the Tools and Materials section of this guide. This will save you from having to pull out your phone to check prices on Ifttt, which always leads to undesired distractions. If you want to change the coins/fiat shown, or the refresh interval then you can do so and it'll be re-read at the next refresh time without having to restart the program.If you're like me and check cryptocurrency prices throughout the day, every day, then you'd probably benefit from a dedicated cryptocurrency price ticker. The config file is read dynamically (it is not loaded into memory). Line 12(cryptos eth, rvn, xmr) is what you will want to. The unit is seconds, so for 10 minutes you'd write 600. Line 9 is for your OLED model as supported by our Luma driver. Refresh_interval is the time between refreshes of the coin prices and any changes to the config file. Example: if you have fiat set to gbp in the config file, the program will display what 1 BTC is equal to in £.

#Cryptocurrency ticker on raspberry pi software#
DISCLAIMER: I am by no means a software or computer engineer (as will be evident when you view my code) so PLEASE make edits. Shared by 3DVince on Instructables: I have decided to put together a tutorial for my crypto-ticker.

The order entered in the config file will be the order they appear on the display. Fun project to watch your favorite cryptocurrency rise and fall. Coin specifies which three cryptocurrencies you would like displayed.
