Post
Topic
Board Project Development
Re: Bitcoin ticker in the systray (wx toolkit)
by
digaran
on 17/01/2017, 10:54:56 UTC
I have written a small ticker application that displays the current bitcoin price in the systray. It uses the wx toolkit and I use it on Linux, but I guess it could work on OS X and even Windows. It comes with a configuration file that offers some options, and basic bitcoind and electrum integration (getinfo, launch electrum wallets, etc).

It uses python (py3 might work, but I didn't bother to build wx to test it) and a few existing bitcoin-related modules.

Source code at https://github.com/nkuttler/bittray
Need the hackers in here to confirm this to be 100% secure and safe to run, also would like a windows version if possible lol
Does it update the price all the time or could we set price update time to every 3 minutes or whatever?
If it doesn't use much data and bandwidth I was looking for something like it, nice job.