Author

Topic: Show coins in each wallet? (Read 1514 times)

hero member
Activity: 854
Merit: 503
|| Web developer ||
June 15, 2015, 07:51:22 AM
#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://bitcointalksearch.org/topic/m.7338196

Good luck ,
Bitcoin Boy .
copper member
Activity: 1498
Merit: 1528
No I dont escrow anymore.
June 15, 2015, 03: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.
member
Activity: 62
Merit: 10
June 14, 2015, 10:43:58 PM
#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..
legendary
Activity: 1820
Merit: 1001
June 07, 2015, 12: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
legendary
Activity: 1223
Merit: 1002
June 07, 2015, 09:22:55 AM
#8
You can use service like www.cryptosight.com to track
balance on different addresses
legendary
Activity: 1120
Merit: 1002
June 07, 2015, 02: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,
copper member
Activity: 1498
Merit: 1528
No I dont escrow anymore.
June 07, 2015, 02: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.

legendary
Activity: 1820
Merit: 1001
June 06, 2015, 08:19:13 PM
#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.
staff
Activity: 3458
Merit: 6793
Just writing some code
June 06, 2015, 08:03:49 PM
#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.
legendary
Activity: 1442
Merit: 1186
June 06, 2015, 08:00:05 PM
#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/
legendary
Activity: 3472
Merit: 4801
June 06, 2015, 07:56:35 PM
#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.
legendary
Activity: 1820
Merit: 1001
June 06, 2015, 07:21:08 PM
#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?
Jump to: