Bitcoin Forum

Other => Beginners & Help => Topic started by: aithran on July 08, 2011, 05:28:34 AM



Title: Tradehill Desktop Ticker
Post by: aithran on July 08, 2011, 05:28:34 AM
I've created a really simple Tradehill ticker in vb net. It just sits on your desktop and fetches the current price, ask and bid. Takes up a small amount of screen real estate. I have only tested it on 3 machines, I hope it works out for you guys. Please let me know of any problems you are having, or any improvements you would like.


Feature requests that have bitcoins accompanying them will be honored first :)
1Ga4Kf9zQgc4VM3bMduiFzyrNTXXqAvuew

Installer:
http://www.mediafire.com/?699n7udqpd98c3e

Source code:
http://www.mediafire.com/?aapr8rr6q40887l


Title: Re: Tradehill Desktop Ticker
Post by: MtRev on July 08, 2011, 07:22:09 AM
Screenshot would be nice. :]


Title: Re: Tradehill Desktop Ticker
Post by: NYConsultant on July 08, 2011, 08:19:27 AM
Yeesh, vb.net  :-X


Title: Re: Tradehill Desktop Ticker
Post by: btcbaby on July 08, 2011, 10:32:30 AM
Why does this feel like a bad idea to download?


Title: Re: Tradehill Desktop Ticker
Post by: MtRev on July 08, 2011, 10:46:38 AM
Because he only has 1 post count and it's the only thing he posted since? lol


Title: Re: Tradehill Desktop Ticker
Post by: deebug on July 08, 2011, 12:33:37 PM
I did a quick analysis of the source code, it's very very simple code and looks harmless, however Newtonsoft.Json.dll could be rigged. (I don't have time to do a file integrity comparison of this version against the official downloadable version).

Why would anyone use a bloated external library to parse such simple json responses anyhow? A typical VB.NET programmer thing to do :) but then again I use VB.NET too.

I started of with something similar for the mtgox api, and I ended up with a semi-automated buyer/seller bot.


Title: Re: Tradehill Desktop Ticker
Post by: BitcoinPorn on July 08, 2011, 12:36:03 PM
Guy with three posts judging person with one post.  I'm in!  Downloading to my mom's computer now, should I have my credit card ready?


Title: Re: Tradehill Desktop Ticker
Post by: deebug on July 08, 2011, 12:37:54 PM
Guy with three posts judging person with one post.  I'm in!  Downloading to my mom's computer now, should I have my credit card ready?

Hmm, maybe I wasn't clear enough. His source code = OK, using an external library (dll) for a dead simple JSON parsing = NOT OK.
So my conclusion in clear writing? don't use it

I hope I was clear enough.


Title: Re: Tradehill Desktop Ticker
Post by: mc_lovin on July 08, 2011, 01:59:55 PM
Guy with three posts judging person with one post.  I'm in!  Downloading to my mom's computer now, should I have my credit card ready?


LOL awesome. 


Title: Re: Tradehill Desktop Ticker
Post by: aithran on July 08, 2011, 03:44:54 PM
I promise its not a virus, but I certainly understand everyone's trepidation. I would be in the exact same boat :)

I'm pretty new to VB.net so a push in a better direction than newtonsoft would be nice.


Screenshot:

http://s3.postimage.org/10mb180ck/trade.jpg (http://postimage.org/image/10mb180ck/)