spesmilo / electrum

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

auto import, add coolwallet S weird derivation path #7259

Closed jpph closed 3 years ago

jpph commented 3 years ago

Would be nice to auto detect also coolwallet S derivation path. In file bip39_wallet_formats.json : { "description": "coolwallet S derivation path using bip44 but with segwit script format", "derivation_path": "m/44'/0'/0'", "script_type": "p2wpkh-p2sh", "iterate_accounts": true } see https://help.coolwallet.io/article/160-recover-btc-using-coolwallet-s-seed-without-the-wallet for their recovery instruction

SomberNight commented 3 years ago

please create a pull request.

jpph commented 3 years ago

pr https://github.com/spesmilo/electrum/pull/7260 done