Bitcoin Forum

Other => Beginners & Help => Topic started by: Chrithu on April 09, 2014, 07:44:15 AM



Title: How to show balance per address in wallet?
Post by: Chrithu on April 09, 2014, 07:44:15 AM
Hi, quick question cuz I am too lazy to search:

I am using bitcoin-qt eversince as my wallet. I have setup a seperate receiving address for each faucet/ptc/offer site I use to keep better track of payments.

Is there a way to show the balance for each address seperately?

Thx for anything helpful.


Title: Re: How to show balance per address in wallet?
Post by: shorena on April 09, 2014, 08:15:29 AM
I just closed QT, so I cant give you a step by step. But in the console (Debug console?) you can enter "help". It will show a list of commands that you can use. Check those starting with "list...", listunspend might do the trick, but there are more. Im pretty sure one of them will give you the info you need. If not you can allways check the inputs for each receiving adress on blockchain.info.


Edit: fixed bad typo :)


Title: Re: How to show balance per address in wallet?
Post by: hilariousandco on April 09, 2014, 09:28:29 AM
You can check them on the blockchain.


Title: Re: How to show balance per address in wallet?
Post by: baokychen on April 09, 2014, 09:31:12 AM
You  can use the rpc api to get the balance per address

https://en.bitcoin.it/wiki/API_reference_(JSON-RPC)


Title: Re: How to show balance per address in wallet?
Post by: Chrithu on April 09, 2014, 11:53:10 AM
Thx for the tips guys I will look into it. Maybe I can come up with a nice add-on or widget that I can share.


Title: Re: How to show balance per address in wallet?
Post by: Rockefeller on April 09, 2014, 01:05:58 PM
You can check them on the blockchain.

This is better and easier  ;)


Title: Re: How to show balance per address in wallet?
Post by: Chrithu on April 09, 2014, 01:19:30 PM
Ok going to Help -> Debug-Console in bitcoin-qt and using "listaccounts" did the trick and also showed me why I only get the total balance shown in the main app:

Allthough I received btc on various adresses the payments I made all were made from the main address of the wallet. Thus the main address has a big negative balance while the other adresses all have positive balances and never had something withdrawn from them.


Title: Re: How to show balance per address in wallet?
Post by: Bitcoin Fiction on April 09, 2014, 02:01:59 PM
You can check them on the blockchain.

This is better and easier  ;)
And much MUHUCHUCHUCUCHUHCU faster ;D


Title: Re: How to show balance per address in wallet?
Post by: Loophole on April 09, 2014, 02:06:52 PM
There is a coin control function since 0.9.0.
So, you could enable it (Option -> Display -> Display coin control features), and check the balance of each address (Send -> Inputs) easily.


Title: Re: How to show balance per address in wallet?
Post by: techgeek on April 09, 2014, 02:23:51 PM
Before all this helping with you w. that. Did you update to the new latest bitcoin qt 0.9.1. If not, download it and install it before your wallet gets a chance of getting compromised.


Title: Re: How to show balance per address in wallet?
Post by: Chrithu on April 09, 2014, 03:22:00 PM
Before all this helping with you w. that. Did you update to the new latest bitcoin qt 0.9.1. If not, download it and install it before your wallet gets a chance of getting compromised.
done already. The main reason for being in this forum is that some of the bitcoin-qt devs are active here and thus I am  pretty much in the loop about what's going on with the client.