pybitcointools
pybitcointools copied to clipboard
blockchain's unspent() is not working.
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=
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.