Bitcoin Forum

Bitcoin => Project Development => Topic started by: btceic on December 25, 2013, 03:46:36 PM



Title: [ANN] BitcoinRT - windows application to track your bitcoin addresses and value
Post by: btceic on December 25, 2013, 03:46:36 PM
I decided to make myself a small windows application to watch all of my bitcoin addresses and their value.

It's my first time uploading to codeplex and using git, full source code is available in the sourcecode section if you are curious.

It fetches the latest spot price from the coinbase api and grabs the amount of each address from blockchain.info' api.

Built with C#, vb.net and json.net

Feedback, suggestions and bug reports are appreciated.

https://bitcoinrt.codeplex.com/


Title: Re: [ANN] BitcoinRT - windows application to track your bitcoin addresses and value
Post by: btceic on December 27, 2013, 12:37:55 AM
Published new version with about box for contact information.