vbuterin / pybitcointools

SImple, common-sense Bitcoin-themed Python ECC library
1.28k stars 856 forks source link

blockchain's unspent() is not working. #124

Open sobolevn opened 8 years ago

sobolevn commented 8 years ago

bci.unspent() is not working. It fails with the exception No free outputs to spend, while the address has unspent outputs. I guess the problem is in the URL. This method works, if the URL is changed to https://blockchain.info/unspent?active=

For example: 15N7A7pELDTsBb1Gem4iJ2YtLE4sDsovEB new old

vbuterin commented 8 years ago

Done, thanks for the tip!

On Mon, Nov 2, 2015 at 2:28 AM, Sobolev Nikita notifications@github.com wrote:

bci.unspent() is not working. It fails with the exception No free outputs to spend, while the address has unspent outputs. I guess the problem is in the URL. This method works, if the URL is changed to https://blockchain.info/unspent?active=

For example: 15N7A7pELDTsBb1Gem4iJ2YtLE4sDsovEB old https://blockchain.info/unspent?active=15N7A7pELDTsBb1Gem4iJ2YtLE4sDsovEB new https://blockchain.info/unspent?address=15N7A7pELDTsBb1Gem4iJ2YtLE4sDsovEB

— Reply to this email directly or view it on GitHub https://github.com/vbuterin/pybitcointools/issues/124.