-
Notifications
You must be signed in to change notification settings - Fork 94
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
output of utxo_dump/parse_ldb #11
Comments
I'm not sure I get exactly what you asked in the firsts paragraphs, however, if you're using a
So in order to get the transaction ID for each |
As an example, for Core version
You will find the following key in the
That is:
|
@ubamnow404 did you managed to do it? Do you need some extra help? |
thanks you, I worked it out, and have working prototype. Appreciate your help 🙏 |
Looking at the output of these chainstate tools, I see that the "data" key is the hash160 of the utxo.
I'm curious about the key/tx_id value, e.g. "000000f03ecc02c029184f5dbab0051d1820ecab35b4c8b62a11272bd4dccfea". It's not a transaction id.
Is it just the leveldb key for that utxo?
Is there a way to get the utxo's actual blockchain transaction id (w/o parsing all the blockfiles)?
The text was updated successfully, but these errors were encountered: