-
Notifications
You must be signed in to change notification settings - Fork 176
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
Parse segwit address history (server/client). #515
Comments
This address can be scanned into JSON via BCI using this URL. Parsing that for segwit addresses yields the following set of 50 addresses:
Given that the balance is zero, we know that everything is spend. BX sees the same zero balance, but lower. BX would not see the receipt or the spend of the segwit payments, so this is expected behavior assuming the amounts add up, which I assume is the case (though feel free to write a script to parse the BCI JSON and compare it to |
I'll keep this open as we do not yet parse segwit address history, which should be implemented. |
@thecodefactory, I believe this is moot given the v4 indexing method - is that what this was about? |
Related to the end of the discussion in #479.
Requires a mainnet sync without checkpoints in order to verify.
The text was updated successfully, but these errors were encountered: