Bitcoin Forum

Bitcoin => Project Development => Topic started by: icellan on May 19, 2013, 09:27:11 PM



Title: [ANN] mysatoshis.com - a mobile btc balance web app
Post by: icellan on May 19, 2013, 09:27:11 PM
I have created a small web app that I want to share with you that I am using to check the balance of my bitcoin addresses.

The application stores your addresses in local storage (and is therefore only compatible with modern browsers) and checks the balance directly against blockchain.info. Your addresses are never sent to my servers!

It also calculates your net worth, based on currency information from Mt.Gox. You have the option of seeing either the last, high, low or weighted average price that is returned from Mt.Gox and also which currency you want to use.

Besides this you can also select the number format you want to use (for us Europeans) and the bitcoin unit you want to use.

I have posted all the code on github ( https://github.com/icellan/mysatoshis ) so you can see that I'm not doing anything sinister. Feel free to fork or copy or do whatever you want with it, I just want to contribute to the bitcoin ecosystem.

Some screenshots:

http://s21.postimg.org/teaswchkn/mysatoshis_com.png http://s24.postimg.org/ydqah5y51/mysatoshis_com_transaction_details.png http://s21.postimg.org/dy1tzt2bb/mysatoshis_com_options.png

I hope it's useful to someone!

PS: I would love to remove the mtgox.php proxy script from the app. If someone can tell me how to get the currency info directly from Mt.Gox in javascript (without cross domain issues), I would be grateful.


Title: Re: [ANN] mysatoshis.com - a mobile btc balance web app
Post by: Mitchell on May 19, 2013, 09:37:05 PM
Looks great! Good luck with future updates.