Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Obtain list of transactions #6

Closed
diamondduck opened this issue Sep 22, 2017 · 3 comments · Fixed by #27
Closed

Obtain list of transactions #6

diamondduck opened this issue Sep 22, 2017 · 3 comments · Fixed by #27
Labels

Comments

@diamondduck
Copy link

diamondduck commented Sep 22, 2017

Hello,
I was trying to figure out how BlockSci works, but I was not able to obtain list of transaction for a given address num.

add_num = 10000
address = blocksci.Address(add_num, blocksci.address_type.pubkeyhash)

But:
address.txes()

keeps giving me an empty list.

@hkalodner hkalodner added the bug label Sep 25, 2017
@hkalodner
Copy link
Collaborator

I'll take a look and verify this, but there's a good chance that this is a bug in the initial release which will be resolved in the next version which will be released soon. The lookup from addresses to transactions they're involved in was a late addition and it still under development. The much more stable interface is going from transaction outputs to addresses. In the mean time while this is being fixed you could instead iterate over all outputs and check if they are sent to the address in question.

@hturki
Copy link

hturki commented Nov 6, 2017

Can also confirm that I'm running into this on develop:

image

@alexbuechel
Copy link

Hi guys,

This issue is about 2 months old, so i just wanna ask if there is already a solution for this bug?
We ran into the same issue...

Thank a lot
Alex

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants