Author

Topic: list unspent transaction (Read 1142 times)

full member
Activity: 182
Merit: 100
DaDice! Next Generation Dice Game
April 14, 2015, 03:14:27 AM
#7
listunspent '''["adress1"]["address2"]'''
u can also use blockchain API
GET https://blockchain.info/unspent?
active=$address
hero member
Activity: 910
Merit: 1000
April 11, 2015, 05:42:59 PM
#6
The time and energy it takes to set up a block explorer it's probably better to use one of the online services that are offering this like blockchain.info.
legendary
Activity: 3528
Merit: 4945
April 11, 2015, 03:05:25 PM
#5
Based on this thread:
https://bitcointalksearch.org/topic/easy-way-to-extract-the-utxo-from-bitcoin-core-647198

It appears that DeathAndTaxes has written some code to scan and identify the outputs in the UTXO of Bitcoin Core.

You could try contacting him and seeing if his code is available for you to use.
legendary
Activity: 1442
Merit: 1189
April 11, 2015, 02:51:46 PM
#4
i need it to specific address. not to my address.

like


listunspent 0 1Rh9aadEMEtvRbG3MyNtkjAEnBirdr57yq

Error: Error parsing JSON:1Rh9aadEMEtvRbG3MyNtkjAEnBirdr57yq

how to do that?


You can do that with blockchain.info API

https://blockchain.info/unspent?active=Some_BTC_Address

https://blockchain.info/unspent?active=1Rh9aadEMEtvRbG3MyNtkjAEnBirdr57yq

Code:
No free outputs to spend
newbie
Activity: 3
Merit: 0
April 11, 2015, 02:34:41 PM
#3
i need it to specific address. not to my address.

like


listunspent 0 1Rh9aadEMEtvRbG3MyNtkjAEnBirdr57yq

Error: Error parsing JSON:1Rh9aadEMEtvRbG3MyNtkjAEnBirdr57yq

how to do that?
legendary
Activity: 1442
Merit: 1189
April 11, 2015, 02:05:00 PM
#2
What wallet are you using?

With bitcoin core or bitcoin-qt you can just go into the console and type
Code:
listunspent 0
  this will show all unspent received even with 0 confirmations.

newbie
Activity: 3
Merit: 0
April 11, 2015, 01:39:02 PM
#1
How i can list unspent transaction for any private key of address.
is there any idea.
Jump to: