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

Mismatch between address generated by Bitbox and recorded by BitDB database #139

Open
devalbo opened this issue Sep 16, 2019 · 2 comments
Open
Labels
Investigation Needed More research is needed

Comments

@devalbo
Copy link

devalbo commented Sep 16, 2019

I generated testnet address bchtest:qp72ygjyztvesmw4gcftjqwrpgz2zhqdpurtfuf05d with Bitbox and sent a transaction, but when I look up the transaction using BitDb, it says I used the address qp72ygjyztvesmw4gcftjqwrpgz2zhqdpu8edmtcn3 - they're the same except for the last several bytes.

I've created a repo with code and instructions to reproduce what I'm seeing at https://github.com/devalbo/issue-bitbox-address .

This issue may be related to #41

@christroutner
Copy link

Those bytes that are different are part of the checksum of the address.

I believe this is a difference between the simpleledger: prefix and the bitcoincash: prefix. Where you working with tokens, or just BCH?

@devalbo
Copy link
Author

devalbo commented Sep 17, 2019

I was using testnet BCH - does the checksum care about which network the coin is for?

@christroutner christroutner added the Investigation Needed More research is needed label Nov 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Investigation Needed More research is needed
Projects
None yet
Development

No branches or pull requests

2 participants