Bitcoin Forum

Bitcoin => Bitcoin Technical Support => Topic started by: crazyearner on June 07, 2015, 12:21:08 AM



Title: Show coins in each wallet?
Post by: crazyearner on June 07, 2015, 12:21:08 AM
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?


Title: Re: Show coins in each wallet?
Post by: DannyHamilton on June 07, 2015, 12:56:35 AM
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.


Title: Re: Show coins in each wallet?
Post by: coinableS on June 07, 2015, 01:00:05 AM
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/


Title: Re: Show coins in each wallet?
Post by: achow101 on June 07, 2015, 01:03:49 AM
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.


Title: Re: Show coins in each wallet?
Post by: crazyearner on June 07, 2015, 01:19:13 AM
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.


Title: Re: Show coins in each wallet?
Post by: shorena on June 07, 2015, 07:34:12 AM
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.

https://i.imgur.com/WL5vZR5.png


Title: Re: Show coins in each wallet?
Post by: defcon23 on June 07, 2015, 07:57:15 AM
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,


Title: Re: Show coins in each wallet?
Post by: Bitdonator on June 07, 2015, 02:22:55 PM
You can use service like www.cryptosight.com to track
balance on different addresses


Title: Re: Show coins in each wallet?
Post by: crazyearner on June 07, 2015, 05:05:42 PM
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.

https://i.imgur.com/WL5vZR5.png

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 :)


Title: Re: Show coins in each wallet?
Post by: cryptotipz on June 15, 2015, 03:43:58 AM
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..


Title: Re: Show coins in each wallet?
Post by: shorena on June 15, 2015, 08:26:43 AM
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.


Title: Re: Show coins in each wallet?
Post by: Bitcoin_BOy$ on June 15, 2015, 12:51:22 PM
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 .