spesmilo / electrum

Electrum Bitcoin Wallet
https://electrum.org
MIT License
7.38k stars 3.07k forks source link

[Feature Request] createmultisig #8993

Closed lochidev closed 6 months ago

lochidev commented 6 months ago

Is it possible to have a cmdline command to get the 30 addresses generated by an electrum 2of3 p2wsh provided that either

ex:- electrum getp2wshaddresses 30(number of addresses) 2(2of3 multisig) [zpub1 zpub2 zpub3]

I need this for compatibility reasons with electrum.

Thank you, and I understand if you don't devote time into this specific request.

Also can anyone point me to the code files that generate p2wsh addresses?

lochidev commented 6 months ago

no longer needed, I figured out a way