iancoleman / bip39

A web tool for converting BIP39 mnemonic codes
https://iancoleman.io/bip39/
MIT License
3.49k stars 1.44k forks source link

how to generate a Zpub/Zprv (P2WSH) ? #301

Closed farzher closed 5 years ago

farzher commented 5 years ago

trying to create a multisig segwit wallet using electrum. idk what i'm doing but i pasted in every possible key you could generate, none worked. i think i need a Zprv (capital Z).

i'm just trying to make an electrum multisig segwit wallet using my own entropy (i wish i could just import a standard BIP39 Mnemonic but electrum uses a custom word list).

iancoleman commented 5 years ago

electrum can import bip39

This is not a place for support so any further questions please ask in electrum repository or on stackexchange/bitcointalk/reddit thanks.

farzher commented 5 years ago

thanks for the tip, but i have to use electrum mobile, which doesn't have this option.

sorry for asking a support question, but do you know why this tool can generate seemingly everything except a Zprv? i could ask elsewhere how to generate a Zprv but i like this open source tool and would like to use it if possible. i thought i was just missing some option and this question would be a useful landing page for anyone with a similar issue.

if you guys actually don't support Zprv because you don't think it's important enough or something, do you recommend i just go with a non-segwit wallet?

iancoleman commented 5 years ago

Zpub (capital z) is unique to electrum mnemonics (specifically their segwit multisig) and not used by bip39 or any other bitcoin wallet (to my knowledge).

Electrum mnemonics are not bip39 mnemonics. They do things their own way.

farzher commented 5 years ago

i see... didn't realize that was electrum specific. had trouble finding any info about this on google. thank you!