Browse Source

bip39 auto import, add coolwallet S weird derivation path (#7261)

auto import, add coolwallet S weird derivation path #7259

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
patch-4
jpph 4 years ago
committed by GitHub
parent
commit
0a56404f28
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      electrum/bip39_wallet_formats.json

6
electrum/bip39_wallet_formats.json

@ -41,6 +41,12 @@
"script_type": "p2wpkh",
"iterate_accounts": true
},
{
"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
},
{
"description": "Samourai Bad Bank (toxic change)",
"derivation_path": "m/84'/0'/2147483644'",

Loading…
Cancel
Save