veken0m / bitcoinium

Bitcoinium is an Android application used to monitor Bitcoin price on various exchanges.
Other
47 stars 32 forks source link

Miner status doesn't use mBTC and µBTC #22

Closed weedcoder closed 10 years ago

weedcoder commented 10 years ago

In the Miner status widget, x.xxxE-x BTC is displayed, has to be mBTC or µBTC...

I love your app, you'r doing a great work!

veken0m commented 10 years ago

Good point. I should update this since we are dealing with much smaller amounts now. Thanks!

techman05 commented 10 years ago

Sorry to bug but can you make it an option to how you want to read bitcoin values. I am not familiar with the micro values and it adds value to a quick check on pools which don't show in this manner.

Thanks

weedcoder commented 10 years ago

This has been done to prevent future problems of X.XE-X notations wich are not human reading and/or speaking friendly. This is why symbols exists for orders of magnitude. http://en.wikipedia.org/wiki/Order_of_magnitude

veken0m commented 10 years ago

I'll implement something to let the user pick what they prefer but at the moment it automatically converts depending on the balance:

if below 0.1 BTC => convert to mBTC (1 BTC = 1,000 mBTC) if below 0.0001 BTC => convert to µBTC (1 BTC = 1,000,000 µBTC)