Bitcoin Forum

Bitcoin => Bitcoin Discussion => Topic started by: ripper234 on September 17, 2012, 08:34:54 AM



Title: What are you using to track your BTC balance over different services?
Post by: ripper234 on September 17, 2012, 08:34:54 AM
When your assets are distributed among different services, tracking it all becomes an issue.

Posted the question to Quora (http://www.quora.com/Bitcoin/What-is-a-good-financial-software-website-to-track-your-balance-should-support-multiple-currencies-among-them-Bitcoin), copy-pasted here for convenience:

Is there a good solution for tracking your balance across multiple wallets/services?

E.g. it should cover multiple different wallets (blockchain.info, offline wallet, std client), exchanges (Mt. Gox), various investments on GLBSE, interest-bearing bonds...

Naturally, the solution is not expected to integrate with these services, but rather to provide the user with the correct framework to manage his balances. It should support at least BTC & USD balances.

I'm currently using a Google Doc for this, but it's a bit lame and error prone, so I'm looking for something more dedicated.


Title: Re: What are you using to track your BTC balance over different services?
Post by: unclescrooge on September 17, 2012, 08:35:52 AM
I'm using a excel spreadsheet, but it's equally lame and prone to error :/


Title: Re: What are you using to track your BTC balance over different services?
Post by: Akka on September 17, 2012, 08:55:37 AM
I used Excel too, but thanks to Glbse and the hundreds of stocks this isn't manually hand-able anymore. Looking for a different solution, too.


Title: Re: What are you using to track your BTC balance over different services?
Post by: markm on September 17, 2012, 09:03:57 AM
Sounds like this would be a useful feature for grandma's Open Transactions client to include, though maybe filed under "advanced features" in the menu...

-MarkM-


Title: Re: What are you using to track your BTC balance over different services?
Post by: Come-from-Beyond on September 17, 2012, 10:06:37 AM
When your assets are distributed among different services, tracking it all becomes an issue.

I trust all these services. And visit them once a week to refresh total balance in my mind.


Title: Re: What are you using to track your BTC balance over different services?
Post by: Grouver (BtcBalance) on September 17, 2012, 10:24:16 AM
I prefer www.btcbalance.net  ::)


Title: Re: What are you using to track your BTC balance over different services?
Post by: plasticAiredale on September 17, 2012, 11:49:21 AM
I prefer www.btcbalance.net  ::)

Non-Grouver-Sockpuppet here, I use btcbalance.net as well.


Title: Re: What are you using to track your BTC balance over different services?
Post by: bg002h on September 17, 2012, 10:22:54 PM
If you have all the addresses, you can use the iOS app I wrote to keep track:
http://itunes.apple.com/us/app/mybitcoins/id539677499?ls=1&mt=8


Title: Re: What are you using to track your BTC balance over different services?
Post by: aneutronic on September 18, 2012, 02:22:11 PM
I use this for android:

https://play.google.com/store/apps/details?id=net.phase.wallet


Title: Re: What are you using to track your BTC balance over different services?
Post by: flatfly on September 18, 2012, 04:06:44 PM
For Windows, you can check my new Deep Space Vagabond - it supports drag and drop of multi-address files for quick balance checking (check the forum thread (https://bitcointalk.org/index.php?topic=107172.0) for the exact file format).

Note that it is still in beta but has proven extremely stable so far.


Title: BTC balance over different services?
Post by: mai77 on April 04, 2013, 01:40:22 PM
btnss11.jpg - 224.75 KB (http://d-h.st/x3W)

http://[URL=http://d-h.st/x3W]btnss11.jpg - 224.75 KB[/URL]

<a href="http://d-h.st/x3W">btnss11.jpg - 224.75 KB</a>

http://www.picturehost.eu/uploads/38d0bc3911d853dbd96d7ee1bd8910f2_btnss11.jpg

 ;D

http://d-h.st/users/mai77/?fld_id=13411#files

free excel calc sheet


Title: Re: What are you using to track your BTC balance over different services?
Post by: hazek on April 04, 2013, 02:02:28 PM
blockchain.info watch only addresses with labels


Title: Re: What are you using to track your BTC balance over different services?
Post by: philipmicklon on February 18, 2014, 07:19:19 AM
Just spent 2 minutes and wrote up some simple code I can run from localhost to keep track of my addresses.

Anyone want to take this code and add some TLC to make a nice open-source script for everyone? Maybe we should throw it on github...


Code:
<?php
setlocale
(LC_MONETARY'en_US');
$bal_total=0$bal_total_usd=0;

$json file_get_contents('https://coinbase.com/api/v1/prices/buy');
$obj json_decode($json);
$price $obj->amount;

function 
get_balance($address){
$balance file_get_contents('https://blockchain.info/q/addressbalance/'.$address) / 100000000;
return $balance;
}

$addresses =
[
"1Ht9qJsZgcN7f8pkd1RdbHvHVm3EAXZauA",
"1LzZttK9wgX2aoatudknVtPYTn51d46BrR"
];

echo 
"<table>";

foreach (
$addresses as $address){
$add_bal get_balance($address);
$bal_usd $add_bal*$price;
$bal_total += $add_bal $bal_total_usd += $bal_usd;

echo "<tr><td>".$address."</td><td align=right width=200px>"money_format('%(#10n'$bal_usd)."</td><td width=150px align=right>".number_format($add_bal,3)."</td></tr>";
}
echo 
"<tr><td>Total:</td><td align=right>".money_format('%(#10n'$bal_total_usd)."</td><td align=right>$bal_total</td></tr>";
echo 
"</table>";

?>



Title: Re: What are you using to track your BTC balance over different services?
Post by: keithers on February 18, 2014, 07:52:49 AM
I prefer www.btcbalance.net  ::)

I have been using excel. Gonna try this... Thanks!


Title: Re: What are you using to track your BTC balance over different services?
Post by: Elwar on February 18, 2014, 08:02:37 AM
http://www.mint.com now includes bitcoin balances but I am not sure how they are doing it. I used to use Mint.com to follow my fiat.


Title: Re: What are you using to track your BTC balance over different services?
Post by: dave3k on February 18, 2014, 08:09:54 AM
blockchain.info watch only addresses with labels

+1

I just add to watch only, Infact this is the only way I use blockchain.info these days.
I used to have to store hot coins there before I sold my iPhone.


Title: Re: What are you using to track your BTC balance over different services?
Post by: philipmicklon on February 18, 2014, 08:11:08 AM
http://www.mint.com now includes bitcoin balances but I am not sure how they are doing it.
They use the coinbase API.


Title: Re: What are you using to track your BTC balance over different services?
Post by: serje on February 18, 2014, 08:14:41 AM
When your assets are distributed among different services, tracking it all becomes an issue.

I trust all these services. And visit them once a week to refresh total balance in my mind.

+1 to "in my mind" place!
That's what I do!

I even memorized my private keys so whenever I need to spend BTC I import one spend and then delete!


Title: Re: What are you using to track your BTC balance over different services?
Post by: dharmapuriharithaa on February 18, 2014, 08:49:16 AM
Just spent 2 minutes and wrote up some simple code I can run from localhost to keep track of my addresses.

Anyone want to take this code and add some TLC to make a nice open-source script for everyone? Maybe we should throw it on github...


Code:
<?php
setlocale
(LC_MONETARY'en_US');
$bal_total=0$bal_total_usd=0;

$json file_get_contents('https://coinbase.com/api/v1/prices/buy');
$obj json_decode($json);
$price $obj->amount;

function 
get_balance($address){
$balance file_get_contents('https://blockchain.info/q/addressbalance/'.$address) / 100000000;
return $balance;
}

$addresses =
[
"1Ht9qJsZgcN7f8pkd1RdbHvHVm3EAXZauA",
"1LzZttK9wgX2aoatudknVtPYTn51d46BrR"
];

echo 
"<table>";

foreach (
$addresses as $address){
$add_bal get_balance($address);
$bal_usd $add_bal*$price;
$bal_total += $add_bal $bal_total_usd += $bal_usd;

echo "<tr><td>".$address."</td><td align=right width=200px>"money_format('%(#10n'$bal_usd)."</td><td width=150px align=right>".number_format($add_bal,3)."</td></tr>";
}
echo 
"<tr><td>Total:</td><td align=right>".money_format('%(#10n'$bal_total_usd)."</td><td align=right>$bal_total</td></tr>";
echo 
"</table>";

?>


Thanks for the php scrip. I will use it in feature.


Title: Re: What are you using to track your BTC balance over different services?
Post by: domob on February 18, 2014, 10:33:20 AM
I use Gnucash (not only but also for tracking Bitcoin wallets and balances).  It doesn't yet support Bitcoin, unfortunately (at least not the version in Debian Wheezy), but has a special currency XXX to mean "something else" which works ok for me.  Hopefully they will include Bitcoin at some point in the future (or one could trivially patch the code, but I've not yet come around to that).  For keeping track of BTC vs Fiat trades on exchanges, I've written some simple scripts to interpret CSV exports.