Hello there, I have been (and still am) working on a little small application about Bitcoins. It started as a personal use application but as it turns out, it's good enough for a public release. New features are added periodically, so keep looking for more. It is a web application (running in a web server) but all the data used are stored locally on your computer and I have no access to them. They are in plaintext, but your browser does some good work protecting them. If required, I might add encryption as well, but for now, it is not necessary. Being a web app, it has been specifically designed for the iPhone [Add index.php to Home Screen] and it looks good.
When first visiting the website, you are prompted to add your BTC address. As soon as you do, you login and you can browse all your funds, see all available transactions, convert the amount in USD or any other supported currency. You may add more than one address so you can monitor all your addresses in one place. There's also an option to view general stats about the BitCoin network such as difficulty, hash rate etc. Additionally to that, some basic implementation of the Slush' Pool API has been added so you can view your balance, hash rate, workers etc.
Upon logging in for the first time, you get a "session" that lasts for 1111 days. After that, your account is being removed and you have to reconfigure everything. But don't worry. There's an option to renew your remaining days and reset the counter to 1111 days.
The URL of the website is:
http://www.daknob.info/btc~~~PS:~~~
Any recommendations are more than welcome
~~~PS2:~~~
I am trying to find a way of creating addresses and sending bitcoins from them. If you have any idea how to do this, preferably without software or user login to a crappy online service, it would be great to let me know how.
~~~PS3:~~~
If you're experiencing great loading times, it is because either the API call limit has been reached, or because simply the API is too slow. Sorry for the inconvenience.
Thanks a lot, keep me posted!