Author

Topic: How do i get UTXO of any address ? (Read 2425 times)

legendary
Activity: 1106
Merit: 1024
November 26, 2014, 03:06:59 PM
#6
If you are familiar with compiling Bitcoin and so, you may also take a look at:

https://github.com/bitcoin/bitcoin/pull/5048

The "addrindex" branch (first post) currently requires about 37 GB on mainnet, but this one is fully optimized for the purpose of getting unspent outputs of any address, so it should be less. Given the amount of responses and activity on GitHub, it should be solid.

Otherwise I suggest to use one of the APIs. Especially chain.com aims to be a reliable, ready-for-production data provider.
newbie
Activity: 16
Merit: 0
November 26, 2014, 10:55:27 AM
#5

Thanks so much : )


I 've deployed insight on my VPS today  , but find  60G disk VPS still can't hold the whole Blockchain file which constructed by insight   Shocked So , Is there a lighter version of bitcoin block explorer ?

Anyway , insight API works well ; )  <---- https://insight.bitpay.com/api/addr/19RXkQcKxXb3SgvRA5LsKDd5B2Sp1ZCMZV/utxo .

edit: i need utxo to construct transactions for multisig addresses , but " ./bitcoind listunspent " doesn't work on multisig address ... lol
legendary
Activity: 1106
Merit: 1024
newbie
Activity: 16
Merit: 0
November 26, 2014, 02:32:14 AM
#3
I once build a tool for this, but with the goal in mind of reducing UTXO "bloat" from meta protocols. Maybe this is of help for you nevertheless? You should probably remove the value filter which is set to [0.00000546, 0.00018] BTC as per default via "Settings":

http://redeem.bitwatch.co/

It's build on https://github.com/dexX7/bitcoin/commits/master-addrindex-extended (last update three months ago). Another maintainer of such a project is jmcorgan: https://github.com/jmcorgan/bitcoin/tree/addrindex. All credit go to sipa for his original proposal: https://github.com/bitcoin/bitcoin/pull/2802


Edit: there is also http://api.bitwatch.co/ for some really not-so-awesome-API. Smiley

Hey , thanks for you instruction : )

btw: I find bitpay 's insight project  <--- https://github.com/bitpay/insight-api/blob/master/README.md -->  which has a utxo api for any address . I will try to deploy it myself : )

thanks anyway
legendary
Activity: 1106
Merit: 1024
November 26, 2014, 01:59:45 AM
#2
I once build a tool for this, but with the goal in mind of reducing UTXO "bloat" from meta protocols. Maybe this is of help for you nevertheless? You should probably remove the value filter which is set to [0.00000546, 0.00018] BTC as per default via "Settings":

http://redeem.bitwatch.co/

It's build on https://github.com/dexX7/bitcoin/commits/master-addrindex-extended (last update three months ago). Another maintainer of such a project is jmcorgan: https://github.com/jmcorgan/bitcoin/tree/addrindex. All credit go to sipa for his original proposal: https://github.com/bitcoin/bitcoin/pull/2802
newbie
Activity: 16
Merit: 0
November 25, 2014, 11:08:20 PM
#1
Hey guys,

I already knew blockchaininfo provide this feature (https://blockchain.info/unspent?address=) .

I wanna know are there other simple ways to get UTXO of any address  ?  

Thanks Smiley
Jump to: