Bitcoin Forum
May 10, 2024, 10:10:40 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: How to show balance per address in wallet?  (Read 783 times)
Chrithu (OP)
Full Member
***
Offline Offline

Activity: 224
Merit: 100


View Profile
April 09, 2014, 07:44:15 AM
 #1

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.

"I'm sure that in 20 years there will either be very large transaction volume or no volume." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
shorena
Copper Member
Legendary
*
Offline Offline

Activity: 1498
Merit: 1520


No I dont escrow anymore.


View Profile WWW
April 09, 2014, 08:15:29 AM
 #2

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 Smiley

Im not really here, its just your imagination.
hilariousandco
Global Moderator
Legendary
*
Offline Offline

Activity: 3808
Merit: 2617


Join the world-leading crypto sportsbook NOW!


View Profile
April 09, 2014, 09:28:29 AM
 #3

You can check them on the blockchain.

  ▄▄███████▄███████▄▄▄
 █████████████
▀▀▀▀▀▀████▄▄
███████████████
       ▀▀███▄
███████████████
          ▀███
 █████████████
             ███
███████████▀▀               ███
███                         ███
███                         ███
 ███                       ███
  ███▄                   ▄███
   ▀███▄▄             ▄▄███▀
     ▀▀████▄▄▄▄▄▄▄▄▄████▀▀
         ▀▀▀███████▀▀▀
░░░████▄▄▄▄
░▄▄░
▄▄███████▄▀█████▄▄
██▄████▌▐█▌█████▄██
████▀▄▄▄▌███░▄▄▄▀████
██████▄▄▄█▄▄▄██████
█░███████░▐█▌░███████░█
▀▀██▀░██░▐█▌░██░▀██▀▀
▄▄▄░█▀░█░██░▐█▌░██░█░▀█░▄▄▄
██▀░░░░▀██░▐█▌░██▀░░░░▀██
▀██
█████▄███▀▀██▀▀███▄███████▀
▀███████████████████████▀
▀▀▀▀███████████▀▀▀▀
▄▄██████▄▄
▀█▀
█  █▀█▀
  ▄█  ██  █▄  ▄
█ ▄█ █▀█▄▄█▀█ █▄ █
▀▄█ █ ███▄▄▄▄███ █ █▄▀
▀▀ █    ▄▄▄▄    █ ▀▀
   ██████   █
█     ▀▀     █
▀▄▀▄▀▄▀▄▀▄▀▄
▄ ██████▀▀██████ ▄
▄████████ ██ ████████▄
▀▀███████▄▄███████▀▀
▀▀▀████████▀▀▀
█████████████LEADING CRYPTO SPORTSBOOK & CASINO█████████████
MULTI
CURRENCY
1500+
CASINO GAMES
CRYPTO EXCLUSIVE
CLUBHOUSE
FAST & SECURE
PAYMENTS
.
..PLAY NOW!..
baokychen
Full Member
***
Offline Offline

Activity: 280
Merit: 100


View Profile
April 09, 2014, 09:31:12 AM
 #4

You  can use the rpc api to get the balance per address

https://en.bitcoin.it/wiki/API_reference_(JSON-RPC)
Chrithu (OP)
Full Member
***
Offline Offline

Activity: 224
Merit: 100


View Profile
April 09, 2014, 11:53:10 AM
 #5

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.

Rockefeller
Newbie
*
Offline Offline

Activity: 61
Merit: 0


View Profile
April 09, 2014, 01:05:58 PM
 #6

You can check them on the blockchain.

This is better and easier  Wink
Chrithu (OP)
Full Member
***
Offline Offline

Activity: 224
Merit: 100


View Profile
April 09, 2014, 01:19:30 PM
 #7

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.

Bitcoin Fiction
Member
**
Offline Offline

Activity: 138
Merit: 10


View Profile
April 09, 2014, 02:01:59 PM
 #8

You can check them on the blockchain.

This is better and easier  Wink
And much MUHUCHUCHUCUCHUHCU faster Grin

Loophole
Hero Member
*****
Offline Offline

Activity: 619
Merit: 500



View Profile
April 09, 2014, 02:06:52 PM
 #9

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.

techgeek
Hero Member
*****
Offline Offline

Activity: 826
Merit: 1000


View Profile
April 09, 2014, 02:23:51 PM
 #10

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.

Chrithu (OP)
Full Member
***
Offline Offline

Activity: 224
Merit: 100


View Profile
April 09, 2014, 03:22:00 PM
 #11

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.

Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!