Bitcoin Forum
May 10, 2024, 06:29:40 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Show coins in each wallet?  (Read 1487 times)
crazyearner (OP)
Legendary
*
Offline Offline

Activity: 1820
Merit: 1001



View Profile
June 07, 2015, 12:21:08 AM
 #1

Is their a way to show what address has what coins in each address than having to search though each address on blockkchain. Is their a  current modded qt that has this feature in it that allows under advanced to show amount of coin in each address?

=
  R E B E L L I O U S 
  ▄▀▀▀▀▀▄▄                           ▄▄▀▀▀▀▀▄
▄▀        █▄▄                     ▄▄█        ▀▄
█            █████████████████████            █
█▄          ██       ██ ██       ██          ▄█
█        █            █            █        █
  █    █               █               █    █
   █ ██               █ █               ██ █
    █ █               █ █               █ █
    █ ███▄  █████▄   ██ ██   ▄█████  ▄███ █
    █     ███     █         █     ███     █
     █   █   ▀███ █  █   █  █ ███▀   █   █
     █   █      █ █  █   █  █ █      █   █
     █   █      ██  █     █  ██      █   █
      █  █     ██  █       █  ██     █  █
      █  █    ██  █ ███████ █  ██    █  █
      █ ███   ██  █         █  ██   ███ █
       █   ▀███      █   █      ███▀   █
        █     ██       █       ██     █
         █      █   ▄▄███▄▄   █      █
          ███   ███▀       ▀███   ███
             █████           █████
                  ███████████
  ▄▀▀▀▀▀▄▄                           ▄▄▀▀▀▀▀▄
▄▀        █▄▄                     ▄▄█        ▀▄
█            █████████████████████            █
█▄          ██       ██ ██       ██          ▄█
█        █            █            █        █
  █    █               █               █    █
   █ ██               █ █               ██ █
    █ █               █ █               █ █
    █ ███▄  █████▄   ██ ██   ▄█████  ▄███ █
    █     ███     █         █     ███     █
     █   █   ▀███ █  █   █  █ ███▀   █   █
     █   █      █ █  █   █  █ █      █   █
     █   █      ██  █     █  ██      █   █
      █  █     ██  █       █  ██     █  █
      █  █    ██  █ ███████ █  ██    █  █
      █ ███   ██  █         █  ██   ███ █
       █   ▀███      █   █      ███▀   █
        █     ██       █       ██     █
         █      █   ▄▄███▄▄   █      █
          ███   ███▀       ▀███   ███
             █████           █████
                  ███████████
  R E B E L L I O U S
1715322580
Hero Member
*
Offline Offline

Posts: 1715322580

View Profile Personal Message (Offline)

Ignore
1715322580
Reply with quote  #2

1715322580
Report to moderator
1715322580
Hero Member
*
Offline Offline

Posts: 1715322580

View Profile Personal Message (Offline)

Ignore
1715322580
Reply with quote  #2

1715322580
Report to moderator
1715322580
Hero Member
*
Offline Offline

Posts: 1715322580

View Profile Personal Message (Offline)

Ignore
1715322580
Reply with quote  #2

1715322580
Report to moderator
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715322580
Hero Member
*
Offline Offline

Posts: 1715322580

View Profile Personal Message (Offline)

Ignore
1715322580
Reply with quote  #2

1715322580
Report to moderator
1715322580
Hero Member
*
Offline Offline

Posts: 1715322580

View Profile Personal Message (Offline)

Ignore
1715322580
Reply with quote  #2

1715322580
Report to moderator
1715322580
Hero Member
*
Offline Offline

Posts: 1715322580

View Profile Personal Message (Offline)

Ignore
1715322580
Reply with quote  #2

1715322580
Report to moderator
DannyHamilton
Legendary
*
Offline Offline

Activity: 3388
Merit: 4653



View Profile
June 07, 2015, 12:56:35 AM
 #2

You don't need a "modded" version.

Just "Enable coin control features" in the "Wallet" section of "Preferences".

Then in the "Send" section of the wallet, click the "Inputs" button.  You'll see all the unspent outputs that the wallet currently controls.

If you don't want to do that, you can instead choose the "Debug Window" under the "Help" menu.  Then in the "Console" type:

Code:
listunspent

You should receive a list of all confirmed unspent outputs that the wallet currently controls.
coinableS
Legendary
*
Offline Offline

Activity: 1442
Merit: 1179



View Profile WWW
June 07, 2015, 01:00:05 AM
 #3

You can use the listunspent feature in the command console. This will show you all your unspent outputs and you will be able to see which addresses hold which outputs.

https://en.bitcoin.it/wiki/Original_Bitcoin_client/API_calls_list
http://blog.macoymejia.com/2014/08/15/bitcoin-raw-transaction-made-easy/

achow101
Moderator
Legendary
*
Offline Offline

Activity: 3388
Merit: 6631


Just writing some code


View Profile WWW
June 07, 2015, 01:03:49 AM
 #4

The problem with listunspent is that it doesn't show how much coin is held by each address, it only shows the unspent outputs that the wallet can spend from. I think that the OP is looking for a modification/client that will just show him how much he can spend from each address.

crazyearner (OP)
Legendary
*
Offline Offline

Activity: 1820
Merit: 1001



View Profile
June 07, 2015, 01:19:13 AM
 #5

You don't need a "modded" version.
Just "Enable coin control features" in the "Wallet" section of "Preferences".
Then in the "Send" section of the wallet, click the "Inputs" button.  You'll see all the unspent outputs that the wallet currently controls.
If you don't want to do that, you can instead choose the "Debug Window" under the "Help" menu.  Then in the "Console" type:
Code:
listunspent
You should receive a list of all confirmed unspent outputs that the wallet currently controls.

Totally forgot about that command in wallet and coin control features was trying to remember where it was. inputs gives much better idea of what is in addresses but mission to work though in Inputs for unspent. Least I have an idea now what is in what address and what been used when.


The problem with listunspent is that it doesn't show how much coin is held by each address, it only shows the unspent outputs that the wallet can spend from. I think that the OP is looking for a modification/client that will just show him how much he can spend from each address.

Indeed that is what am looking for in some way. With listunspent and Inputs section and selecting I guess it qill give me some sort of idea to begin with and can move out of dormant addresses back up private keys and remove old wallets that are not in use and keep ones am using. Would be nice just to have in main window where addresses are listed and box next to address with amount in each one and then sort by amount of coin in wallet etc.

=
  R E B E L L I O U S 
  ▄▀▀▀▀▀▄▄                           ▄▄▀▀▀▀▀▄
▄▀        █▄▄                     ▄▄█        ▀▄
█            █████████████████████            █
█▄          ██       ██ ██       ██          ▄█
█        █            █            █        █
  █    █               █               █    █
   █ ██               █ █               ██ █
    █ █               █ █               █ █
    █ ███▄  █████▄   ██ ██   ▄█████  ▄███ █
    █     ███     █         █     ███     █
     █   █   ▀███ █  █   █  █ ███▀   █   █
     █   █      █ █  █   █  █ █      █   █
     █   █      ██  █     █  ██      █   █
      █  █     ██  █       █  ██     █  █
      █  █    ██  █ ███████ █  ██    █  █
      █ ███   ██  █         █  ██   ███ █
       █   ▀███      █   █      ███▀   █
        █     ██       █       ██     █
         █      █   ▄▄███▄▄   █      █
          ███   ███▀       ▀███   ███
             █████           █████
                  ███████████
  ▄▀▀▀▀▀▄▄                           ▄▄▀▀▀▀▀▄
▄▀        █▄▄                     ▄▄█        ▀▄
█            █████████████████████            █
█▄          ██       ██ ██       ██          ▄█
█        █            █            █        █
  █    █               █               █    █
   █ ██               █ █               ██ █
    █ █               █ █               █ █
    █ ███▄  █████▄   ██ ██   ▄█████  ▄███ █
    █     ███     █         █     ███     █
     █   █   ▀███ █  █   █  █ ███▀   █   █
     █   █      █ █  █   █  █ █      █   █
     █   █      ██  █     █  ██      █   █
      █  █     ██  █       █  ██     █  █
      █  █    ██  █ ███████ █  ██    █  █
      █ ███   ██  █         █  ██   ███ █
       █   ▀███      █   █      ███▀   █
        █     ██       █       ██     █
         █      █   ▄▄███▄▄   █      █
          ███   ███▀       ▀███   ███
             █████           █████
                  ███████████
  R E B E L L I O U S
shorena
Copper Member
Legendary
*
Offline Offline

Activity: 1498
Merit: 1520


No I dont escrow anymore.


View Profile WWW
June 07, 2015, 07:34:12 AM
 #6

You don't need a "modded" version.
Just "Enable coin control features" in the "Wallet" section of "Preferences".
Then in the "Send" section of the wallet, click the "Inputs" button.  You'll see all the unspent outputs that the wallet currently controls.
If you don't want to do that, you can instead choose the "Debug Window" under the "Help" menu.  Then in the "Console" type:
Code:
listunspent
You should receive a list of all confirmed unspent outputs that the wallet currently controls.

Totally forgot about that command in wallet and coin control features was trying to remember where it was. inputs gives much better idea of what is in addresses but mission to work though in Inputs for unspent. Least I have an idea now what is in what address and what been used when.


The problem with listunspent is that it doesn't show how much coin is held by each address, it only shows the unspent outputs that the wallet can spend from. I think that the OP is looking for a modification/client that will just show him how much he can spend from each address.

Indeed that is what am looking for in some way. With listunspent and Inputs section and selecting I guess it qill give me some sort of idea to begin with and can move out of dormant addresses back up private keys and remove old wallets that are not in use and keep ones am using. Would be nice just to have in main window where addresses are listed and box next to address with amount in each one and then sort by amount of coin in wallet etc.

Asides from change the inputs window is doing exactly that, if you use the tree mode. Change will show under the address you originally received the coins so it might only be very close to what you want, but if you use coin control you can easily fix this. Just spend all inputs you received on an address at once and never reuse the address afterwards.


Im not really here, its just your imagination.
defcon23
Legendary
*
Offline Offline

Activity: 1120
Merit: 1002


View Profile
June 07, 2015, 07:57:15 AM
 #7

Is their a way to show what address has what coins in each address than having to search though each address on blockkchain. Is their a  current modded qt that has this feature in it that allows under advanced to show amount of coin in each address?
is these tools could help you ?
https://bitiodine.net/

https://www.walletexplorer.com/

kind regards,
Bitdonator
Legendary
*
Offline Offline

Activity: 1223
Merit: 1002


View Profile
June 07, 2015, 02:22:55 PM
 #8

You can use service like www.cryptosight.com to track
balance on different addresses
crazyearner (OP)
Legendary
*
Offline Offline

Activity: 1820
Merit: 1001



View Profile
June 07, 2015, 05:05:42 PM
 #9

You don't need a "modded" version.
Just "Enable coin control features" in the "Wallet" section of "Preferences".
Then in the "Send" section of the wallet, click the "Inputs" button.  You'll see all the unspent outputs that the wallet currently controls.
If you don't want to do that, you can instead choose the "Debug Window" under the "Help" menu.  Then in the "Console" type:
Code:
listunspent
You should receive a list of all confirmed unspent outputs that the wallet currently controls.

Totally forgot about that command in wallet and coin control features was trying to remember where it was. inputs gives much better idea of what is in addresses but mission to work though in Inputs for unspent. Least I have an idea now what is in what address and what been used when.


The problem with listunspent is that it doesn't show how much coin is held by each address, it only shows the unspent outputs that the wallet can spend from. I think that the OP is looking for a modification/client that will just show him how much he can spend from each address.

Indeed that is what am looking for in some way. With listunspent and Inputs section and selecting I guess it qill give me some sort of idea to begin with and can move out of dormant addresses back up private keys and remove old wallets that are not in use and keep ones am using. Would be nice just to have in main window where addresses are listed and box next to address with amount in each one and then sort by amount of coin in wallet etc.

Asides from change the inputs window is doing exactly that, if you use the tree mode. Change will show under the address you originally received the coins so it might only be very close to what you want, but if you use coin control you can easily fix this. Just spend all inputs you received on an address at once and never reuse the address afterwards.



That is more of what I want so I can just tick all addresses in it send to one am using or number of addresses job done. Once this is done I will not be using qt for a while until improvements are made on it or I really need to use it as this is coming off my system and moving to other wallets.

Thanks to everyone for the comments and details on how to do everything here as seen some addresses receiving payments on that I didn't know where coin was coming from due to main addresses having a bunch of payments on or when on loads of sites receiving payments of change is hard to track all payments. This is much better now can begin to get rid of coins in lots addresses move to ones am using and use on other client am now using.

Again thanks for all the help here Smiley

=
  R E B E L L I O U S 
  ▄▀▀▀▀▀▄▄                           ▄▄▀▀▀▀▀▄
▄▀        █▄▄                     ▄▄█        ▀▄
█            █████████████████████            █
█▄          ██       ██ ██       ██          ▄█
█        █            █            █        █
  █    █               █               █    █
   █ ██               █ █               ██ █
    █ █               █ █               █ █
    █ ███▄  █████▄   ██ ██   ▄█████  ▄███ █
    █     ███     █         █     ███     █
     █   █   ▀███ █  █   █  █ ███▀   █   █
     █   █      █ █  █   █  █ █      █   █
     █   █      ██  █     █  ██      █   █
      █  █     ██  █       █  ██     █  █
      █  █    ██  █ ███████ █  ██    █  █
      █ ███   ██  █         █  ██   ███ █
       █   ▀███      █   █      ███▀   █
        █     ██       █       ██     █
         █      █   ▄▄███▄▄   █      █
          ███   ███▀       ▀███   ███
             █████           █████
                  ███████████
  ▄▀▀▀▀▀▄▄                           ▄▄▀▀▀▀▀▄
▄▀        █▄▄                     ▄▄█        ▀▄
█            █████████████████████            █
█▄          ██       ██ ██       ██          ▄█
█        █            █            █        █
  █    █               █               █    █
   █ ██               █ █               ██ █
    █ █               █ █               █ █
    █ ███▄  █████▄   ██ ██   ▄█████  ▄███ █
    █     ███     █         █     ███     █
     █   █   ▀███ █  █   █  █ ███▀   █   █
     █   █      █ █  █   █  █ █      █   █
     █   █      ██  █     █  ██      █   █
      █  █     ██  █       █  ██     █  █
      █  █    ██  █ ███████ █  ██    █  █
      █ ███   ██  █         █  ██   ███ █
       █   ▀███      █   █      ███▀   █
        █     ██       █       ██     █
         █      █   ▄▄███▄▄   █      █
          ███   ███▀       ▀███   ███
             █████           █████
                  ███████████
  R E B E L L I O U S
cryptotipz
Member
**
Offline Offline

Activity: 62
Merit: 10


View Profile
June 15, 2015, 03:43:58 AM
 #10

Is their a way to show what address has what coins in each address than having to search though each address on blockkchain. Is their a  current modded qt that has this feature in it that allows under advanced to show amount of coin in each address?

you can import the private keys into blockchain.info and I believe it gives you a breakdown there..
shorena
Copper Member
Legendary
*
Offline Offline

Activity: 1498
Merit: 1520


No I dont escrow anymore.


View Profile WWW
June 15, 2015, 08:26:43 AM
 #11

Is their a way to show what address has what coins in each address than having to search though each address on blockkchain. Is their a  current modded qt that has this feature in it that allows under advanced to show amount of coin in each address?

you can import the private keys into blockchain.info and I believe it gives you a breakdown there..

I think moving private keys is a bit extrem and should only be considered as a final solution in most cases. Esp. considering that qt/core as a solution build in.

Im not really here, its just your imagination.
Bitcoin_BOy$
Hero Member
*****
Offline Offline

Activity: 854
Merit: 503


|| Web developer ||


View Profile
June 15, 2015, 12:51:22 PM
 #12

Is their a way to show what address has what coins in each address than having to search though each address on blockkchain. Is their a  current modded qt that has this feature in it that allows under advanced to show amount of coin in each address?
Hi did you mean each address contain what coin like btc, ltc ,,, ? You can check the first character
Or did you want to check :

https://bitcointalk.org/index.php?topic=267618.msg7338196#msg7338196

Good luck ,
Bitcoin Boy .
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!