-
Notifications
You must be signed in to change notification settings - Fork 261
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
Is there a way to get the string for nonstandard and multis addresses #452
Comments
These don't have a representative address string, I think. Alternatively, you can record the transaction hash. |
Do you mean record the transaction hash then find the address string from other source like btc explorer? My problem is that I have a large amount of addresses to deal with... So other methods like crawler might not be effective. |
Yes. Alternatively, you can keep a record of the address index and address type. These do not change from machine to machine. |
Hi @jiagengliu, I'm wondering if we can still utilize all BlockSci functionalities for Taproot addresses (beginning with In my testing, all transaction details, including inputs, outputs, and values, are accurate. The only issue is with the Is my understanding correct? If @maltemoeser is still active here, I would like also to hear his opinion on this. |
@alex-btc Yes I agree with you. After all, Taproot addresses should be somewhat backward compatible with older node versions. However, it's unclear whether clustering algorithms still work as expected. |
System Information (if applicable)
Using AMI: no
BlockSci version: 0.7.0
Blockchain: Bitcoin
Parser: Disk
I want to iterate through the blockchain and get the inputs and outputs of each transaction. However, as for
nonstandard
andmultisig
type, I can not find out a way to get the address string.The below code shows how to get the address string for other types of address. But there seems no way to get the address string for the two aforementioned type?
The text was updated successfully, but these errors were encountered: