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

Dump all scripts with unspent balances #9

Open
agoora opened this issue Dec 9, 2017 · 13 comments
Open

Dump all scripts with unspent balances #9

agoora opened this issue Dec 9, 2017 · 13 comments
Labels

Comments

@agoora
Copy link

agoora commented Dec 9, 2017

Please can you tell me, how command can be used to dump all hash160, address with unspent balances ?
Thanks you.

@agoora
Copy link
Author

agoora commented Dec 10, 2017

Please, nobody can reply ?
Thank you.

@dcousens
Copy link
Contributor

dcousens commented Dec 10, 2017

Hi @agoora, at this time there isn't a transform that solely deals with a UTXO set.

You can acquire the required data using the leveldb transform, but, it has a lot of data you probably aren't interested in.

@agoora
Copy link
Author

agoora commented Dec 11, 2017

Please can you tell me, how command can be used to dump all hash160 with btc address ?
Thanks again.

@dcousens dcousens added feature and removed question labels Dec 11, 2017
@dcousens
Copy link
Contributor

dcousens commented Dec 11, 2017

dump all hash160 with btc address ?

The script transform migth be of interest to you:

1 - Outputs every script prefixed with a uint16_t length

@agoora
Copy link
Author

agoora commented Dec 11, 2017

Yes, I want to dump all hash160 with btc address, like old parser :
https://github.com/znort987/blockparser
And I do not understand how I can do with your "fast-dat-parser" ...

@agoora
Copy link
Author

agoora commented Dec 13, 2017

Please let me know how can I use "1 - Outputs every script prefixed with a uint16_t length" to dump all hash160 ?
Thank you .

@agoora
Copy link
Author

agoora commented Dec 13, 2017 via email

@dcousens
Copy link
Contributor

dcousens commented Dec 13, 2017

@agoora, I do not have the time to do this for you.

There might be an option for such specific functionality at a later date, but at this time, you'll need to do some of the hard yards to make it happen using fast-dat-parser.

Cheers,

Dan

@agoora
Copy link
Author

agoora commented Dec 15, 2017

Hi Dan,
"unspents transform" could extract hash160 with unspent balances ?
Thanks again.

@dcousens
Copy link
Contributor

@agoora if you are referring to 600723a, it isn't ready/tested yet, but certainly it may give you an idea of how you could do it.

@agoora
Copy link
Author

agoora commented Dec 16, 2017

Very good functionality, I encourage you to finish it as quickly as possible 👍
Will it be able to extract hash160, and btc address with unspent balances?
What command can be executed?
Please keep me informed when it is ready and can be tested.

@ghost
Copy link

ghost commented Jan 4, 2018

+1

@agoora
Copy link
Author

agoora commented Jan 6, 2018

Happy New Year !
I thought Santa Claus came with a gift to be able to easily extract the hash160 ....:)
When would this option be available?
Let ma know.
Thanks.

@dcousens dcousens changed the title How can dump all hash160, and address with unspent balances ? Dump all hash160, and address with unspent balances Nov 21, 2018
@dcousens dcousens changed the title Dump all hash160, and address with unspent balances Dump all scripts with unspent balances Nov 21, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants