pybitcointools icon indicating copy to clipboard operation
pybitcointools copied to clipboard

blockchain's unspent() is not working.

Open sobolevn opened this issue 9 years ago • 1 comments

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

sobolevn avatar Nov 01 '15 18:11 sobolevn

Done, thanks for the tip!

On Mon, Nov 2, 2015 at 2:28 AM, Sobolev Nikita [email protected] 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.

vbuterin avatar Nov 01 '15 21:11 vbuterin