Open spicefarer opened 1 year ago
Hi! I reposted this request to the discussion section in order to understand if there is already a way to get what you are requesting :) here's the link to the discussion: https://github.com/bitcoindevkit/bdk/discussions/977
Describe the enhancement
I've been looking into this for hours now and I can't figure out how to get the
zpub
for a given mnemonic. I'm using this website as a reference.Here, the given mnemonic (
elegant aerobic pony glare science valid tool power toast effort loud bomb
) leads to thisxpub
:and this
zpub
(when selectingBIP84
):I can successfully get the
xpub
withbdk
, but all my attempts at getting an xpub failed. This is my current code:Thanks in advance!