-
Notifications
You must be signed in to change notification settings - Fork 308
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
Cannot read block 9 transaction #80
Comments
What OS, bitcoin version, python version, etc? Seems to work for me..
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I was playing with the blochain using the python librairy 'bitcoinrpc' and bitcoin-core, however I can never read the transaction in block 9.
I even downloaded the blockchain a 2nd time thinking mine had a problem with a 2nd installation of bitcoin-core pointing to a different data directory and I still can't read block 9.
can you reproduce this problem? any idea why?
script for reading and displaying block 7, 8, 9, 10 :
result
as you can see the transaction '0437cd7f8525ceed2324359c2d0ba26006d92d856a9c20fa0241106ee5a597c9' cannot be read using rpc.getrawtransaction(tx, True)
Thanks.
The text was updated successfully, but these errors were encountered: