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

[Bug] Babylon Staking do not find on GrowBitcoin #3239

Open
jolestar opened this issue Jan 26, 2025 · 0 comments
Open

[Bug] Babylon Staking do not find on GrowBitcoin #3239

jolestar opened this issue Jan 26, 2025 · 0 comments

Comments

@jolestar
Copy link
Contributor

If a user takes BTC on Babylon and uses the P2WPKH address(bc1q), they will not be able to find the Babylon staking info on GrowBitcoin.

  1. The wallet(Unisat, OKX) will generate different private keys for every address type via different derive paths.
  2. The user uses the bc1q address at Babylon, and Babylon will record the public key of the bc1q address in the op_return data.
  3. Rooch uses the public key to generate a bc1p address.
  4. So the bc1p address != the bc1p address in the user wallet(it generate via different public key).

Solution:

  1. Export the bc1q private key.
  2. Import the private key and select the address type bc1p.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

1 participant